Uses of Class
org.openforis.collect.web.controller.SurveyController.SurveyCreationParameters
-
Packages that use SurveyController.SurveyCreationParameters Package Description org.openforis.collect.web.controller org.openforis.collect.web.service org.openforis.collect.web.validator -
-
Uses of SurveyController.SurveyCreationParameters in org.openforis.collect.web.controller
Methods in org.openforis.collect.web.controller with parameters of type SurveyController.SurveyCreationParameters Modifier and Type Method Description org.openforis.commons.web.ResponseSurveyController. createSurvey(@Valid SurveyController.SurveyCreationParameters params, org.springframework.validation.BindingResult bindingResult)org.openforis.commons.web.ResponseSurveyController. validateSurveyCreationParameters(@Valid SurveyController.SurveyCreationParameters params, org.springframework.validation.BindingResult result) -
Uses of SurveyController.SurveyCreationParameters in org.openforis.collect.web.service
Methods in org.openforis.collect.web.service with parameters of type SurveyController.SurveyCreationParameters Modifier and Type Method Description CollectSurveySurveyService. createNewSurvey(SurveyController.SurveyCreationParameters params) -
Uses of SurveyController.SurveyCreationParameters in org.openforis.collect.web.validator
Methods in org.openforis.collect.web.validator with parameters of type SurveyController.SurveyCreationParameters Modifier and Type Method Description voidSurveyCreationParametersValidator. validateForm(SurveyController.SurveyCreationParameters parameters, org.springframework.validation.Errors errors)
-