Interface DimapPersistable

    • Method Detail

      • createObjectFromXml

        Object createObjectFromXml​(org.jdom2.Element element,
                                   Product product)
        Deprecated.
        Creates an object for the provided Product based on the data provided by the element.
        Parameters:
        element - The XML element containing the information to create the object
        product - The product the created object is intended for
        Returns:
        the created object
      • createXmlFromObject

        org.jdom2.Element createXmlFromObject​(Object object)
        Deprecated.
        Converts the object into an XML element.
        Parameters:
        object - The object to convert
        Returns:
        The converted XML element