Uses of Class
org.openforis.collect.datacleansing.DataCleansingStepValue
-
Packages that use DataCleansingStepValue Package Description org.openforis.collect.datacleansing org.openforis.collect.datacleansing.form org.openforis.collect.datacleansing.persistence -
-
Uses of DataCleansingStepValue in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return types with arguments of type DataCleansingStepValue Modifier and Type Method Description List<DataCleansingStepValue>DataCleansingStep. getUpdateValues()Methods in org.openforis.collect.datacleansing with parameters of type DataCleansingStepValue Modifier and Type Method Description voidDataCleansingStep. addUpdateValue(DataCleansingStepValue updateValue)Method parameters in org.openforis.collect.datacleansing with type arguments of type DataCleansingStepValue Modifier and Type Method Description voidDataCleansingStep. setUpdateValues(List<DataCleansingStepValue> values) -
Uses of DataCleansingStepValue in org.openforis.collect.datacleansing.form
Methods in org.openforis.collect.datacleansing.form that return types with arguments of type DataCleansingStepValue Modifier and Type Method Description List<DataCleansingStepValue>DataCleansingStepForm. getUpdateValues()Method parameters in org.openforis.collect.datacleansing.form with type arguments of type DataCleansingStepValue Modifier and Type Method Description voidDataCleansingStepForm. setUpdateValues(List<DataCleansingStepValue> values)Constructors in org.openforis.collect.datacleansing.form with parameters of type DataCleansingStepValue Constructor Description DataCleansingStepValueForm(DataCleansingStepValue obj) -
Uses of DataCleansingStepValue in org.openforis.collect.datacleansing.persistence
Method parameters in org.openforis.collect.datacleansing.persistence with type arguments of type DataCleansingStepValue Modifier and Type Method Description voidDataCleansingStepDao. insertStepValues(int stepId, List<DataCleansingStepValue> values)
-