Class CeeSurveyHelper
java.lang.Object
overit.geocallapp.wfm.cee.bl.survey.CeeSurveyHelper
Helper class for CEE Surveys
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic DTOSurveyContentparseSurveyContent(String jsonContent) Utility method for Survey content deserialization from json to a DTOSurveyContent object
-
Constructor Details
-
CeeSurveyHelper
public CeeSurveyHelper()
-
-
Method Details
-
parseSurveyContent
public static DTOSurveyContent parseSurveyContent(String jsonContent) throws DAValidateException, DAException Utility method for Survey content deserialization from json to a DTOSurveyContent object- Parameters:
jsonContent- the survey content in JSON format- Returns:
- a
DTOSurveyContentcorresponding to the source json - Throws:
DAValidateException- the DA validate exceptionDAException- the DA exception
-
main
- Throws:
Throwable
-