Package com.adobe.aemds.guide.utils
Class FormSubmittedDataParser
- java.lang.Object
-
- com.adobe.aemds.guide.utils.FormSubmittedDataParser
-
public class FormSubmittedDataParser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FormSubmittedDataParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>
getGuideValueMap(FormSubmitInfo formSubmitInfo)
This API returns guideValueMap, that is, Map of all the fields and their values, and portal submit link and submit id
-
-
-
Method Detail
-
getGuideValueMap
public static java.util.Map<java.lang.String,java.lang.String> getGuideValueMap(FormSubmitInfo formSubmitInfo) throws JSONException
This API returns guideValueMap, that is, Map of all the fields and their values, and portal submit link and submit id- Parameters:
formSubmitInfo
-FormSubmitInfo
object containing the basic information required during form submission- Returns:
- Map of all the fields and their values, and portal submit link and submit id
- Throws:
JSONException
- See Also:
FormSubmitInfo
-
-