Uses of Class
org.openforis.collect.datacleansing.form.DataQueryTypeForm
-
-
Uses of DataQueryTypeForm in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return types with arguments of type DataQueryTypeForm Modifier and Type Method Description List<DataQueryTypeForm>DataCleansingMetadataView. getDataQueryTypes() -
Uses of DataQueryTypeForm in org.openforis.collect.datacleansing.controller
Methods in org.openforis.collect.datacleansing.controller that return DataQueryTypeForm Modifier and Type Method Description protected DataQueryTypeFormDataQueryTypeController. createFormInstance(DataQueryType item) -
Uses of DataQueryTypeForm in org.openforis.collect.datacleansing.form
Methods in org.openforis.collect.datacleansing.form that return DataQueryTypeForm Modifier and Type Method Description DataQueryTypeFormDataReportItemForm. getQueryType() -
Uses of DataQueryTypeForm in org.openforis.collect.datacleansing.form.validation
Methods in org.openforis.collect.datacleansing.form.validation with parameters of type DataQueryTypeForm Modifier and Type Method Description voidDataQueryTypeValidator. validateForm(DataQueryTypeForm target, org.springframework.validation.Errors errors)
-