Package com.adobe.aemds.guide.utils
Class GuideModelUtils
- java.lang.Object
-
- com.adobe.aemds.guide.utils.GuideModelUtils
-
public class GuideModelUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GuideModelUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.StringgetDataForDORMerge(org.w3c.dom.Document dorDoc, org.w3c.dom.Document dataDocument, Resource guideContainerResource)Deprecated.static java.lang.StringgetDataForDORMerge(org.w3c.dom.Document dorDoc, org.w3c.dom.Document dataDocument, JSONObject guideContainerJson)
-
-
-
Method Detail
-
getDataForDORMerge
public static java.lang.String getDataForDORMerge(org.w3c.dom.Document dorDoc, org.w3c.dom.Document dataDocument, JSONObject guideContainerJson) throws JSONException- Throws:
JSONException
-
getDataForDORMerge
@Deprecated public static java.lang.String getDataForDORMerge(org.w3c.dom.Document dorDoc, org.w3c.dom.Document dataDocument, Resource guideContainerResource)Deprecated.
-
-