Uses of Class
org.openforis.collect.datacleansing.DataCleansingStep
-
-
Uses of DataCleansingStep in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return types with arguments of type DataCleansingStep Modifier and Type Method Description List<DataCleansingStep>DataCleansingMetadata. getCleansingSteps()List<DataCleansingStep>DataCleansingChain. getSteps()Methods in org.openforis.collect.datacleansing with parameters of type DataCleansingStep Modifier and Type Method Description voidDataCleansingChain. addStep(DataCleansingStep step)DataCleansingChainExectutorTask.DataCleansingStepNodeProcessorResultDataCleansingChainExectutorTask.DataCleansingStepNodeProcessor. process(DataCleansingStep step, Node<?> node)voidDataCleansingChain. removeStep(DataCleansingStep step)Method parameters in org.openforis.collect.datacleansing with type arguments of type DataCleansingStep Modifier and Type Method Description voidDataCleansingChain. addAllSteps(List<DataCleansingStep> steps) -
Uses of DataCleansingStep in org.openforis.collect.datacleansing.controller
Methods in org.openforis.collect.datacleansing.controller that return DataCleansingStep Modifier and Type Method Description protected DataCleansingStepDataCleansingStepController. createItemInstance(CollectSurvey survey)Methods in org.openforis.collect.datacleansing.controller with parameters of type DataCleansingStep Modifier and Type Method Description protected DataCleansingStepFormDataCleansingStepController. createFormInstance(DataCleansingStep item) -
Uses of DataCleansingStep in org.openforis.collect.datacleansing.form
Constructors in org.openforis.collect.datacleansing.form with parameters of type DataCleansingStep Constructor Description DataCleansingStepForm(DataCleansingStep step) -
Uses of DataCleansingStep in org.openforis.collect.datacleansing.manager
Methods in org.openforis.collect.datacleansing.manager that return DataCleansingStep Modifier and Type Method Description DataCleansingStepDataCleansingStepManager. save(DataCleansingStep step, User activeUser)Methods in org.openforis.collect.datacleansing.manager that return types with arguments of type DataCleansingStep Modifier and Type Method Description List<DataCleansingStep>DataCleansingStepManager. loadByQuery(DataQuery query)Methods in org.openforis.collect.datacleansing.manager with parameters of type DataCleansingStep Modifier and Type Method Description voidDataCleansingStepManager. delete(DataCleansingStep step)protected voidDataCleansingStepManager. initializeItem(DataCleansingStep i)Set<DataCleansingChain>DataCleansingChainManager. loadByStep(DataCleansingStep step)DataCleansingStepDataCleansingStepManager. save(DataCleansingStep step, User activeUser) -
Uses of DataCleansingStep in org.openforis.collect.datacleansing.persistence
Methods in org.openforis.collect.datacleansing.persistence that return DataCleansingStep Modifier and Type Method Description protected DataCleansingStepDataCleansingStepDao.JooqDSLContext. newEntity()Methods in org.openforis.collect.datacleansing.persistence that return types with arguments of type DataCleansingStep Modifier and Type Method Description List<DataCleansingStep>DataCleansingStepDao. loadByQuery(DataQuery query)List<DataCleansingStep>DataCleansingStepDao. loadBySurvey(CollectSurvey survey)Methods in org.openforis.collect.datacleansing.persistence with parameters of type DataCleansingStep Modifier and Type Method Description protected voidDataCleansingStepDao.JooqDSLContext. fromObject(DataCleansingStep o, StoreQuery<?> q)protected voidDataCleansingStepDao.JooqDSLContext. fromRecord(Record r, DataCleansingStep o)Set<DataCleansingChain>DataCleansingChainDao. loadChainsByStep(DataCleansingStep step)
-