Uses of Class
org.openforis.collect.datacleansing.DataQueryType
-
-
Uses of DataQueryType in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataQueryType Modifier and Type Method Description DataQueryTypeDataQuery. getType()Methods in org.openforis.collect.datacleansing that return types with arguments of type DataQueryType Modifier and Type Method Description List<DataQueryType>DataCleansingMetadata. getDataQueryTypes()Methods in org.openforis.collect.datacleansing with parameters of type DataQueryType Modifier and Type Method Description List<DataQuery>DataQueryGenerator. generateMissingDataQueries(CollectSurvey survey, DataQueryType type)voidDataQuery. setType(DataQueryType type)Constructor parameters in org.openforis.collect.datacleansing with type arguments of type DataQueryType Constructor Description DataCleansingMetadata(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 DataQueryType Modifier and Type Method Description protected DataQueryTypeDataQueryTypeController. createItemInstance(CollectSurvey survey)Methods in org.openforis.collect.datacleansing.controller with parameters of type DataQueryType Modifier and Type Method Description protected 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 Constructor Description DataQueryTypeForm(DataQueryType obj) -
Uses of DataQueryType in org.openforis.collect.datacleansing.manager
Methods in org.openforis.collect.datacleansing.manager that return DataQueryType Modifier and Type Method Description DataQueryTypeDataQueryTypeManager. loadByCode(CollectSurvey survey, String code)Methods in org.openforis.collect.datacleansing.manager with parameters of type DataQueryType Modifier and Type Method Description voidDataQueryTypeManager. delete(DataQueryType obj)List<DataQuery>DataQueryManager. loadByType(DataQueryType type) -
Uses of DataQueryType in org.openforis.collect.datacleansing.persistence
Methods in org.openforis.collect.datacleansing.persistence that return DataQueryType Modifier and Type Method Description DataQueryTypeDataQueryTypeDao. loadByCode(CollectSurvey survey, String code)protected DataQueryTypeDataQueryTypeDao.JooqDSLContext. newEntity()Methods in org.openforis.collect.datacleansing.persistence that return types with arguments of type DataQueryType Modifier and Type Method Description List<DataQueryType>DataQueryTypeDao. loadBySurvey(CollectSurvey survey)Methods in org.openforis.collect.datacleansing.persistence with parameters of type DataQueryType Modifier and Type Method Description protected voidDataQueryTypeDao.JooqDSLContext. fromObject(DataQueryType o, StoreQuery<?> q)protected voidDataQueryTypeDao.JooqDSLContext. fromRecord(Record r, DataQueryType o)List<DataQuery>DataQueryDao. loadByType(DataQueryType type)
-