Class AbstractEditorAreaExporter
- java.lang.Object
-
- de.hybris.platform.cockpit.services.exporter.impl.AbstractEditorAreaExporter
-
- All Implemented Interfaces:
EditorAreaExporter
- Direct Known Subclasses:
EditorArea2PdfExporter,EditorArea2XLSExporter
public abstract class AbstractEditorAreaExporter extends java.lang.Object implements EditorAreaExporter
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringJAXB_CONTEXT_PACKAGE
-
Constructor Summary
Constructors Constructor Description AbstractEditorAreaExporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]generateXml(java.util.List<EditorSectionConfiguration> ediorsSections, TypedObject curObj)Generates default xml structure out of given sections and itemprotected java.lang.StringgetDataSourceExpParamName()protected java.lang.StringgetPreferencesTitle()voidsetDataSourceExpParamName(java.lang.String dataSourceExpression)voidsetPreferencesTitle(java.lang.String preferencesTitle)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cockpit.services.exporter.EditorAreaExporter
export, getExportContentType
-
-
-
-
Field Detail
-
JAXB_CONTEXT_PACKAGE
protected static final java.lang.String JAXB_CONTEXT_PACKAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPreferencesTitle
protected java.lang.String getPreferencesTitle()
-
generateXml
protected byte[] generateXml(java.util.List<EditorSectionConfiguration> ediorsSections, TypedObject curObj)
Generates default xml structure out of given sections and item
-
setPreferencesTitle
public void setPreferencesTitle(java.lang.String preferencesTitle)
-
getDataSourceExpParamName
protected java.lang.String getDataSourceExpParamName()
-
setDataSourceExpParamName
public void setDataSourceExpParamName(java.lang.String dataSourceExpression)
-
-