Class CustomXmlDataProvider
java.lang.Object
de.hybris.platform.cockpit.services.xmlprovider.impl.CustomXmlDataProvider
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptiongenerateAsXml(EditorRowConfiguration editorRow, TypedObject curObj) Generates xml representation of given section configurationgenerateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj) Generates xml representation of given section configuration
-
Constructor Details
-
CustomXmlDataProvider
public CustomXmlDataProvider()
-
-
Method Details
-
generateAsXml
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
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
-