Class DefaultExcelExportPreProcessor
java.lang.Object
com.hybris.backoffice.excel.exporting.DefaultExcelExportPreProcessor
- All Implemented Interfaces:
ExcelExportPreProcessor
Default
ExcelExportPreProcessor that uses decorators injected via setDecorators(List). The
decorators are used by order parameter. The results of all decorators are being aggregated meaning the output of a
previous decorator will be an input for the next decorator.- See Also:
-
ExcelExportPreProcessorOrdered
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(ExcelExportParams excelExportParams) Allows to modify input for exportExcelExportParamsby adding new content or removing it.voidsetDecorators(List<ExcelExportParamsDecorator> decorators)
-
Constructor Details
-
DefaultExcelExportPreProcessor
public DefaultExcelExportPreProcessor()
-
-
Method Details
-
process
Description copied from interface:ExcelExportPreProcessorAllows to modify input for exportExcelExportParamsby adding new content or removing it.- Specified by:
processin interfaceExcelExportPreProcessor- Parameters:
excelExportParams- - object that will be used at the beginning of export process
-
setDecorators
-
getDecorators
-