Class HeaderPromptWorkbookDecorator
java.lang.Object
com.hybris.backoffice.excel.exporting.HeaderPromptWorkbookDecorator
- All Implemented Interfaces:
ExcelExportWorkbookDecorator,org.springframework.core.Ordered
Implementation of
ExcelExportWorkbookDecorator, supports classification attributes. The decorator prepares
data before delegating population process of Header Prompt hidden sheet.-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecorate(ExcelExportResult excelExportResult) Decorates exportedWorkbookobject.intgetOrder()voidsetHeaderPromptPopulator(ExcelSheetPopulator headerPromptPopulator) void
-
Constructor Details
-
HeaderPromptWorkbookDecorator
public HeaderPromptWorkbookDecorator()
-
-
Method Details
-
decorate
Description copied from interface:ExcelExportWorkbookDecoratorDecorates exportedWorkbookobject.- Specified by:
decoratein interfaceExcelExportWorkbookDecorator- Parameters:
excelExportResult- - export result which contains exported workbook, list of selected items, list of selected attributes and list of additional attributes
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
getHeaderPromptPopulator
-
setHeaderPromptPopulator
-
getMapper
-
setMapper
-