Uses of Class
org.openforis.collect.datacleansing.form.DataQueryGroupForm
-
-
Uses of DataQueryGroupForm in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return types with arguments of type DataQueryGroupForm Modifier and Type Method Description List<DataQueryGroupForm>DataCleansingMetadataView. getDataQueryGroups() -
Uses of DataQueryGroupForm in org.openforis.collect.datacleansing.controller
Methods in org.openforis.collect.datacleansing.controller that return DataQueryGroupForm Modifier and Type Method Description protected DataQueryGroupFormDataQueryGroupController. createFormInstance(DataQueryGroup item)Methods in org.openforis.collect.datacleansing.controller with parameters of type DataQueryGroupForm Modifier and Type Method Description protected voidDataQueryGroupController. copyFormIntoItem(DataQueryGroupForm form, DataQueryGroup item) -
Uses of DataQueryGroupForm in org.openforis.collect.datacleansing.form
Methods in org.openforis.collect.datacleansing.form that return DataQueryGroupForm Modifier and Type Method Description DataQueryGroupFormDataReportForm. getQueryGroup() -
Uses of DataQueryGroupForm in org.openforis.collect.datacleansing.form.validation
Methods in org.openforis.collect.datacleansing.form.validation with parameters of type DataQueryGroupForm Modifier and Type Method Description voidDataQueryGroupValidator. validateForm(DataQueryGroupForm target, org.springframework.validation.Errors errors)
-