Uses of Class
org.openforis.collect.datacleansing.DataQueryGroup
-
-
Uses of DataQueryGroup in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataQueryGroup Modifier and Type Method Description DataQueryGroupDataReport. getQueryGroup()Methods in org.openforis.collect.datacleansing that return types with arguments of type DataQueryGroup Modifier and Type Method Description List<DataQueryGroup>DataCleansingMetadata. getDataQueryGroups()Methods in org.openforis.collect.datacleansing with parameters of type DataQueryGroup Modifier and Type Method Description voidDataReport. setQueryGroup(DataQueryGroup queryGroup)voidDataReportGeneratorJob. setQueryGroup(DataQueryGroup errorQueryGroup) -
Uses of DataQueryGroup in org.openforis.collect.datacleansing.controller
Methods in org.openforis.collect.datacleansing.controller that return DataQueryGroup Modifier and Type Method Description protected DataQueryGroupDataQueryGroupController. createItemInstance(CollectSurvey survey)Methods in org.openforis.collect.datacleansing.controller with parameters of type DataQueryGroup Modifier and Type Method Description protected voidDataQueryGroupController. copyFormIntoItem(DataQueryGroupForm form, DataQueryGroup item)protected DataQueryGroupFormDataQueryGroupController. createFormInstance(DataQueryGroup item) -
Uses of DataQueryGroup in org.openforis.collect.datacleansing.form
Constructors in org.openforis.collect.datacleansing.form with parameters of type DataQueryGroup Constructor Description DataQueryGroupForm(DataQueryGroup group) -
Uses of DataQueryGroup in org.openforis.collect.datacleansing.manager
Methods in org.openforis.collect.datacleansing.manager that return DataQueryGroup Modifier and Type Method Description DataQueryGroupDataQueryGroupManager. save(DataQueryGroup group, User activeUser)Methods in org.openforis.collect.datacleansing.manager that return types with arguments of type DataQueryGroup Modifier and Type Method Description Set<DataQueryGroup>DataQueryGroupManager. loadByQuery(DataQuery query)Methods in org.openforis.collect.datacleansing.manager with parameters of type DataQueryGroup Modifier and Type Method Description voidDataQueryGroupManager. delete(DataQueryGroup group)protected voidDataQueryGroupManager. initializeItem(DataQueryGroup group)List<DataReport>DataReportManager. loadByQueryGroup(DataQueryGroup queryGroup)DataQueryGroupDataQueryGroupManager. save(DataQueryGroup group, User activeUser) -
Uses of DataQueryGroup in org.openforis.collect.datacleansing.persistence
Methods in org.openforis.collect.datacleansing.persistence that return DataQueryGroup Modifier and Type Method Description protected DataQueryGroupDataQueryGroupDao.JooqDSLContext. newEntity()Methods in org.openforis.collect.datacleansing.persistence that return types with arguments of type DataQueryGroup Modifier and Type Method Description List<DataQueryGroup>DataQueryGroupDao. loadBySurvey(CollectSurvey survey)Set<DataQueryGroup>DataQueryGroupDao. loadGroupsByQuery(DataQuery query)Methods in org.openforis.collect.datacleansing.persistence with parameters of type DataQueryGroup Modifier and Type Method Description voidDataQueryGroupDao. deleteQueryAssociations(DataQueryGroup group)protected voidDataQueryGroupDao.JooqDSLContext. fromObject(DataQueryGroup o, StoreQuery<?> q)protected voidDataQueryGroupDao.JooqDSLContext. fromRecord(Record r, DataQueryGroup o)voidDataQueryGroupDao. insertQueryAssociations(DataQueryGroup chain, List<Integer> queryIds)List<DataReport>DataReportDao. loadByQueryGroup(DataQueryGroup queryGroup)List<Integer>DataQueryGroupDao. loadQueryIds(DataQueryGroup group)
-