Class CustomXmlDataProvider
- java.lang.Object
-
- de.hybris.platform.cockpit.services.xmlprovider.impl.CustomXmlDataProvider
-
- All Implemented Interfaces:
XmlDataProvider
public class CustomXmlDataProvider extends java.lang.Object implements XmlDataProvider
Exemplar custom section, it uses DOM objects to create custom xml tree but user may use generated jaxb xml objects
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.hybris.platform.cockpit.services.xmlprovider.XmlDataProvider
XmlDataProvider.ROW_TYPE, XmlDataProvider.SECTION_TYPE, XmlDataProvider.TABLE_COLUMN_TYPE
-
-
Constructor Summary
Constructors Constructor Description CustomXmlDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgenerateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)Generates xml representation of given section configurationjava.lang.ObjectgenerateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj)Generates xml representation of given section configuration
-
-
-
Method Detail
-
generateAsXml
public java.lang.Object generateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj)
Description copied from interface:XmlDataProviderGenerates xml representation of given section configuration- Specified by:
generateAsXmlin interfaceXmlDataProvider- Parameters:
editorSection- current sectioncurObj- current object displayed in editor area
-
generateAsXml
public java.lang.Object generateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)
Description copied from interface:XmlDataProviderGenerates xml representation of given section configuration- Specified by:
generateAsXmlin interfaceXmlDataProvider- Parameters:
editorRow- current sectioncurObj- current object displayed in editor area
-
-