| Modifier and Type | Method and Description |
|---|---|
DataQueryType |
DataQuery.getType() |
| Modifier and Type | Method and Description |
|---|---|
List<DataQueryType> |
DataCleansingMetadata.getDataQueryTypes() |
| Modifier and Type | Method and Description |
|---|---|
List<DataQuery> |
DataQueryGenerator.generateMissingDataQueries(CollectSurvey survey,
DataQueryType type) |
void |
DataQuery.setType(DataQueryType type) |
| Constructor and Description |
|---|
DataCleansingMetadata(CollectSurvey survey,
List<DataQueryType> dataQueryTypes,
List<DataQuery> dataQueries,
List<DataQueryGroup> dataQueryGroups,
List<DataCleansingStep> cleansingSteps,
List<DataCleansingChain> cleansingChains) |
| Modifier and Type | Method and Description |
|---|---|
protected DataQueryType |
DataQueryTypeController.createItemInstance(CollectSurvey survey) |
| Modifier and Type | Method and Description |
|---|---|
protected DataQueryTypeForm |
DataQueryTypeController.createFormInstance(DataQueryType item) |
| Constructor and Description |
|---|
DataQueryTypeForm(DataQueryType obj) |
| Modifier and Type | Method and Description |
|---|---|
DataQueryType |
DataQueryTypeManager.loadByCode(CollectSurvey survey,
String code) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataQueryTypeManager.delete(DataQueryType obj) |
List<DataQuery> |
DataQueryManager.loadByType(DataQueryType type) |
| Modifier and Type | Method and Description |
|---|---|
DataQueryType |
DataQueryTypeDao.loadByCode(CollectSurvey survey,
String code) |
protected DataQueryType |
DataQueryTypeDao.JooqDSLContext.newEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<DataQueryType> |
DataQueryTypeDao.loadBySurvey(CollectSurvey survey) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataQueryTypeDao.JooqDSLContext.fromObject(DataQueryType o,
StoreQuery<?> q) |
protected void |
DataQueryTypeDao.JooqDSLContext.fromRecord(Record r,
DataQueryType o) |
List<DataQuery> |
DataQueryDao.loadByType(DataQueryType type) |
Copyright © 2022 Open Foris. All rights reserved.