Class IsoCodeDecorator
java.lang.Object
com.hybris.backoffice.excel.exporting.IsoCodeDecorator
- All Implemented Interfaces:
ExcelExportWorkbookDecorator,org.springframework.core.Ordered
Decorator puts to the
Workbook information about the language of the exported
data-
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()voidsetCommonI18NService(CommonI18NService commonI18NService) voidsetExcelWorkbookService(ExcelWorkbookService excelWorkbookService) voidsetOrder(int order)
-
Constructor Details
-
IsoCodeDecorator
public IsoCodeDecorator()
-
-
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
-
setCommonI18NService
-
setExcelWorkbookService
-
setOrder
public void setOrder(int order)
-