Class DefaultExportDataFactory
java.lang.Object
com.hybris.backoffice.excel.translators.generic.factory.DefaultExportDataFactory
- All Implemented Interfaces:
ExportDataFactory
Default implementation of
ExportDataFactory. The service prepares value to export based on hierarchical
structure of unique attributes-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(RequiredAttribute rootUniqueAttribute, Object objectToExport) Creates exported object based on required attributes hierarchyvoidsetModelService(ModelService modelService)
-
Constructor Details
-
DefaultExportDataFactory
public DefaultExportDataFactory()
-
-
Method Details
-
create
Description copied from interface:ExportDataFactoryCreates exported object based on required attributes hierarchy- Specified by:
createin interfaceExportDataFactory- Returns:
-
getModelService
-
setModelService
-