| Modifier and Type | Method and Description |
|---|---|
DataQueryGroup |
DataReport.getQueryGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<DataQueryGroup> |
DataCleansingMetadata.getDataQueryGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataReportGeneratorJob.setQueryGroup(DataQueryGroup errorQueryGroup) |
void |
DataReport.setQueryGroup(DataQueryGroup queryGroup) |
| 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 DataQueryGroup |
DataQueryGroupController.createItemInstance(CollectSurvey survey) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataQueryGroupController.copyFormIntoItem(DataQueryGroupForm form,
DataQueryGroup item) |
protected DataQueryGroupForm |
DataQueryGroupController.createFormInstance(DataQueryGroup item) |
| Constructor and Description |
|---|
DataQueryGroupForm(DataQueryGroup group) |
| Modifier and Type | Method and Description |
|---|---|
DataQueryGroup |
DataQueryGroupManager.save(DataQueryGroup group,
User activeUser) |
| Modifier and Type | Method and Description |
|---|---|
Set<DataQueryGroup> |
DataQueryGroupManager.loadByQuery(DataQuery query) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataQueryGroupManager.delete(DataQueryGroup group) |
protected void |
DataQueryGroupManager.initializeItem(DataQueryGroup group) |
List<DataReport> |
DataReportManager.loadByQueryGroup(DataQueryGroup queryGroup) |
DataQueryGroup |
DataQueryGroupManager.save(DataQueryGroup group,
User activeUser) |
| Modifier and Type | Method and Description |
|---|---|
protected DataQueryGroup |
DataQueryGroupDao.JooqDSLContext.newEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<DataQueryGroup> |
DataQueryGroupDao.loadBySurvey(CollectSurvey survey) |
Set<DataQueryGroup> |
DataQueryGroupDao.loadGroupsByQuery(DataQuery query) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataQueryGroupDao.deleteQueryAssociations(DataQueryGroup group) |
protected void |
DataQueryGroupDao.JooqDSLContext.fromObject(DataQueryGroup o,
StoreQuery<?> q) |
protected void |
DataQueryGroupDao.JooqDSLContext.fromRecord(Record r,
DataQueryGroup o) |
void |
DataQueryGroupDao.insertQueryAssociations(DataQueryGroup chain,
List<Integer> queryIds) |
List<DataReport> |
DataReportDao.loadByQueryGroup(DataQueryGroup queryGroup) |
List<Integer> |
DataQueryGroupDao.loadQueryIds(DataQueryGroup group) |
Copyright © 2022 Open Foris. All rights reserved.