Uses of Class
org.openforis.collect.datacleansing.DataQueryType
Packages that use DataQueryType
Package
Description
-
Uses of DataQueryType in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataQueryTypeMethods in org.openforis.collect.datacleansing that return types with arguments of type DataQueryTypeMethods in org.openforis.collect.datacleansing with parameters of type DataQueryTypeModifier and TypeMethodDescriptionDataQueryGenerator.generateMissingDataQueries(CollectSurvey survey, DataQueryType type) voidDataQuery.setType(DataQueryType type) Constructor parameters in org.openforis.collect.datacleansing with type arguments of type DataQueryTypeModifierConstructorDescriptionDataCleansingMetadata(CollectSurvey survey, List<DataQueryType> dataQueryTypes, List<DataQuery> dataQueries, List<DataQueryGroup> dataQueryGroups, List<DataCleansingStep> cleansingSteps, List<DataCleansingChain> cleansingChains) -
Uses of DataQueryType in org.openforis.collect.datacleansing.controller
Methods in org.openforis.collect.datacleansing.controller that return DataQueryTypeModifier and TypeMethodDescriptionprotected DataQueryTypeDataQueryTypeController.createItemInstance(CollectSurvey survey) Methods in org.openforis.collect.datacleansing.controller with parameters of type DataQueryTypeModifier and TypeMethodDescriptionprotected DataQueryTypeFormDataQueryTypeController.createFormInstance(DataQueryType item) -
Uses of DataQueryType in org.openforis.collect.datacleansing.form
Constructors in org.openforis.collect.datacleansing.form with parameters of type DataQueryType -
Uses of DataQueryType in org.openforis.collect.datacleansing.manager
Methods in org.openforis.collect.datacleansing.manager that return DataQueryTypeModifier and TypeMethodDescriptionDataQueryTypeManager.loadByCode(CollectSurvey survey, String code) Methods in org.openforis.collect.datacleansing.manager with parameters of type DataQueryTypeModifier and TypeMethodDescriptionvoidDataQueryTypeManager.delete(DataQueryType obj) DataQueryManager.loadByType(DataQueryType type) -
Uses of DataQueryType in org.openforis.collect.datacleansing.persistence
Methods in org.openforis.collect.datacleansing.persistence that return DataQueryTypeModifier and TypeMethodDescriptionDataQueryTypeDao.loadByCode(CollectSurvey survey, String code) protected DataQueryTypeDataQueryTypeDao.JooqDSLContext.newEntity()Methods in org.openforis.collect.datacleansing.persistence that return types with arguments of type DataQueryTypeMethods in org.openforis.collect.datacleansing.persistence with parameters of type DataQueryTypeModifier and TypeMethodDescriptionprotected voidDataQueryTypeDao.JooqDSLContext.fromObject(DataQueryType o, StoreQuery<?> q) protected voidDataQueryTypeDao.JooqDSLContext.fromRecord(Record r, DataQueryType o) DataQueryDao.loadByType(DataQueryType type)