Uses of Class
org.openforis.collect.web.controller.SurveyController.SurveyCreationParameters
Packages that use SurveyController.SurveyCreationParameters
Package
Description
-
Uses of SurveyController.SurveyCreationParameters in org.openforis.collect.web.controller
Methods in org.openforis.collect.web.controller with parameters of type SurveyController.SurveyCreationParametersModifier and TypeMethodDescriptionorg.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.SurveyCreationParametersModifier and TypeMethodDescriptionSurveyService.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.SurveyCreationParametersModifier and TypeMethodDescriptionvoidSurveyCreationParametersValidator.validateForm(SurveyController.SurveyCreationParameters parameters, org.springframework.validation.Errors errors)