Uses of Class
org.openforis.collect.datacleansing.DataCleansingStep
Packages that use DataCleansingStep
Package
Description
-
Uses of DataCleansingStep in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return types with arguments of type DataCleansingStepModifier and TypeMethodDescriptionDataCleansingMetadata.getCleansingSteps()DataCleansingChain.getSteps()Methods in org.openforis.collect.datacleansing with parameters of type DataCleansingStepModifier and TypeMethodDescriptionvoidDataCleansingChain.addStep(DataCleansingStep step) DataCleansingChainExectutorTask.DataCleansingStepNodeProcessor.process(DataCleansingStep step, Node<?> node) voidDataCleansingChain.removeStep(DataCleansingStep step) Method parameters in org.openforis.collect.datacleansing with type arguments of type DataCleansingStepModifier and TypeMethodDescriptionvoidDataCleansingChain.addAllSteps(List<DataCleansingStep> steps) -
Uses of DataCleansingStep in org.openforis.collect.datacleansing.controller
Methods in org.openforis.collect.datacleansing.controller that return DataCleansingStepModifier and TypeMethodDescriptionprotected DataCleansingStepDataCleansingStepController.createItemInstance(CollectSurvey survey) Methods in org.openforis.collect.datacleansing.controller with parameters of type DataCleansingStepModifier and TypeMethodDescriptionprotected 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 -
Uses of DataCleansingStep in org.openforis.collect.datacleansing.manager
Methods in org.openforis.collect.datacleansing.manager that return DataCleansingStepModifier and TypeMethodDescriptionDataCleansingStepManager.save(DataCleansingStep step, User activeUser) Methods in org.openforis.collect.datacleansing.manager that return types with arguments of type DataCleansingStepMethods in org.openforis.collect.datacleansing.manager with parameters of type DataCleansingStepModifier and TypeMethodDescriptionvoidDataCleansingStepManager.delete(DataCleansingStep step) protected voidDataCleansingStepManager.initializeItem(DataCleansingStep i) DataCleansingChainManager.loadByStep(DataCleansingStep step) DataCleansingStepManager.save(DataCleansingStep step, User activeUser) -
Uses of DataCleansingStep in org.openforis.collect.datacleansing.persistence
Methods in org.openforis.collect.datacleansing.persistence that return DataCleansingStepModifier and TypeMethodDescriptionprotected DataCleansingStepDataCleansingStepDao.JooqDSLContext.newEntity()Methods in org.openforis.collect.datacleansing.persistence that return types with arguments of type DataCleansingStepModifier and TypeMethodDescriptionDataCleansingStepDao.loadByQuery(DataQuery query) DataCleansingStepDao.loadBySurvey(CollectSurvey survey) Methods in org.openforis.collect.datacleansing.persistence with parameters of type DataCleansingStepModifier and TypeMethodDescriptionprotected voidDataCleansingStepDao.JooqDSLContext.fromObject(DataCleansingStep o, StoreQuery<?> q) protected voidDataCleansingStepDao.JooqDSLContext.fromRecord(Record r, DataCleansingStep o) DataCleansingChainDao.loadChainsByStep(DataCleansingStep step)