Class 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.String getDataForDORMerge​(org.w3c.dom.Document dorDoc, org.w3c.dom.Document dataDocument, Resource guideContainerResource)
      Deprecated.
      static java.lang.String getDataForDORMerge​(org.w3c.dom.Document dorDoc, org.w3c.dom.Document dataDocument, JSONObject guideContainerJson)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GuideModelUtils

        public GuideModelUtils()
    • 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.