Uses of Class
org.openforis.collect.datacleansing.DataQueryGroup
Packages that use DataQueryGroup
Package
Description
-
Uses of DataQueryGroup in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataQueryGroupMethods in org.openforis.collect.datacleansing that return types with arguments of type DataQueryGroupMethods in org.openforis.collect.datacleansing with parameters of type DataQueryGroupModifier and TypeMethodDescriptionvoidDataReport.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 DataQueryGroupModifier and TypeMethodDescriptionprotected DataQueryGroupDataQueryGroupController.createItemInstance(CollectSurvey survey) Methods in org.openforis.collect.datacleansing.controller with parameters of type DataQueryGroupModifier and TypeMethodDescriptionprotected 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 -
Uses of DataQueryGroup in org.openforis.collect.datacleansing.manager
Methods in org.openforis.collect.datacleansing.manager that return DataQueryGroupModifier and TypeMethodDescriptionDataQueryGroupManager.save(DataQueryGroup group, User activeUser) Methods in org.openforis.collect.datacleansing.manager that return types with arguments of type DataQueryGroupMethods in org.openforis.collect.datacleansing.manager with parameters of type DataQueryGroupModifier and TypeMethodDescriptionvoidDataQueryGroupManager.delete(DataQueryGroup group) protected voidDataQueryGroupManager.initializeItem(DataQueryGroup group) DataReportManager.loadByQueryGroup(DataQueryGroup queryGroup) DataQueryGroupManager.save(DataQueryGroup group, User activeUser) -
Uses of DataQueryGroup in org.openforis.collect.datacleansing.persistence
Methods in org.openforis.collect.datacleansing.persistence that return DataQueryGroupModifier and TypeMethodDescriptionprotected DataQueryGroupDataQueryGroupDao.JooqDSLContext.newEntity()Methods in org.openforis.collect.datacleansing.persistence that return types with arguments of type DataQueryGroupModifier and TypeMethodDescriptionDataQueryGroupDao.loadBySurvey(CollectSurvey survey) DataQueryGroupDao.loadGroupsByQuery(DataQuery query) Methods in org.openforis.collect.datacleansing.persistence with parameters of type DataQueryGroupModifier and TypeMethodDescriptionvoidDataQueryGroupDao.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) DataReportDao.loadByQueryGroup(DataQueryGroup queryGroup) DataQueryGroupDao.loadQueryIds(DataQueryGroup group)