Uses of Class
org.openforis.collect.datacleansing.form.DataQueryForm
-
-
Uses of DataQueryForm in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return types with arguments of type DataQueryForm Modifier and Type Method Description List<DataQueryForm>DataCleansingMetadataView. getDataQueries() -
Uses of DataQueryForm in org.openforis.collect.datacleansing.controller
Methods in org.openforis.collect.datacleansing.controller that return DataQueryForm Modifier and Type Method Description protected DataQueryFormDataQueryController. createFormInstance(DataQuery item)Methods in org.openforis.collect.datacleansing.controller with parameters of type DataQueryForm Modifier and Type Method Description org.openforis.commons.web.ResponseDataQueryController. startExport(DataQueryForm form, CollectRecord.Step recordStep)org.openforis.commons.web.ResponseDataQueryController. startTest(DataQueryForm form, CollectRecord.Step recordStep, org.springframework.validation.BindingResult result) -
Uses of DataQueryForm in org.openforis.collect.datacleansing.form
Methods in org.openforis.collect.datacleansing.form that return types with arguments of type DataQueryForm Modifier and Type Method Description List<DataQueryForm>DataQueryGroupForm. getQueries() -
Uses of DataQueryForm in org.openforis.collect.datacleansing.form.validation
Methods in org.openforis.collect.datacleansing.form.validation with parameters of type DataQueryForm Modifier and Type Method Description voidDataQueryValidator. validateForm(DataQueryForm target, org.springframework.validation.Errors errors)
-