Class SurveyService
- java.lang.Object
-
- org.openforis.collect.web.service.SurveyService
-
@Service public class SurveyService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_MAIN_TAB_LABELstatic StringDEFAULT_ROOT_ENTITY_NAME
-
Constructor Summary
Constructors Constructor Description SurveyService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectSurveycreateNewSurvey(SurveyController.SurveyCreationParameters params)
-
-
-
Field Detail
-
DEFAULT_ROOT_ENTITY_NAME
public static final String DEFAULT_ROOT_ENTITY_NAME
- See Also:
- Constant Field Values
-
DEFAULT_MAIN_TAB_LABEL
public static final String DEFAULT_MAIN_TAB_LABEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
createNewSurvey
public CollectSurvey createNewSurvey(SurveyController.SurveyCreationParameters params) throws SurveyStoreException, IdmlParseException, SurveyValidationException
-
-