Uses of Class
org.openforis.collect.metamodel.view.SurveyView
-
Packages that use SurveyView Package Description org.openforis.collect.metamodel.view org.openforis.collect.web.controller -
-
Uses of SurveyView in org.openforis.collect.metamodel.view
Methods in org.openforis.collect.metamodel.view that return SurveyView Modifier and Type Method Description SurveyViewSurveyViewGenerator. generateView(CollectSurvey survey)SurveyViewSurveyViewGenerator. generateView(CollectSurvey survey, UserGroup userGroup, UserInGroup.UserGroupRole userInSurveyGroupRole)Methods in org.openforis.collect.metamodel.view that return types with arguments of type SurveyView Modifier and Type Method Description List<SurveyView>SurveyViewGenerator. generateViews(List<CollectSurvey> surveys) -
Uses of SurveyView in org.openforis.collect.web.controller
Methods in org.openforis.collect.web.controller that return SurveyView Modifier and Type Method Description SurveyViewSurveyController. archiveSurvey(int id, String langCode)SurveyViewSurveyController. closeSurvey(int id, String langCode)SurveyViewSimpleSurveyCreationController. createSimpleSurvey(SimpleSurveyCreationParameters parameters, org.springframework.validation.BindingResult bindingResult)SurveyViewSessionController. getActiveSurvey(javax.servlet.http.HttpServletResponse response)SurveyViewSurveyController.SurveyPublishResult. getSurvey()SurveyViewSurveyController. loadSurvey(int id, boolean includeCodeListValues, String langCode)SurveyViewSurveyController. unpublishSurvey(int id, String langCode)Constructors in org.openforis.collect.web.controller with parameters of type SurveyView Constructor Description SurveyPublishResult(SurveyView survey)
-