Uses of Class
org.openforis.collect.datacleansing.form.DataCleansingChainForm
-
Packages that use DataCleansingChainForm Package Description org.openforis.collect.datacleansing org.openforis.collect.datacleansing.controller org.openforis.collect.datacleansing.form.validation -
-
Uses of DataCleansingChainForm in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return types with arguments of type DataCleansingChainForm Modifier and Type Method Description List<DataCleansingChainForm>DataCleansingMetadataView. getCleansingChains() -
Uses of DataCleansingChainForm in org.openforis.collect.datacleansing.controller
Methods in org.openforis.collect.datacleansing.controller that return DataCleansingChainForm Modifier and Type Method Description protected DataCleansingChainFormDataCleansingChainController. createFormInstance(DataCleansingChain item)Methods in org.openforis.collect.datacleansing.controller with parameters of type DataCleansingChainForm Modifier and Type Method Description protected voidDataCleansingChainController. copyFormIntoItem(DataCleansingChainForm form, DataCleansingChain item) -
Uses of DataCleansingChainForm in org.openforis.collect.datacleansing.form.validation
Methods in org.openforis.collect.datacleansing.form.validation with parameters of type DataCleansingChainForm Modifier and Type Method Description voidDataCleansingChainValidator. validateForm(DataCleansingChainForm target, org.springframework.validation.Errors errors)
-