Uses of Interface
com.hybris.backoffice.excel.exporting.ExcelExportService
-
Packages that use ExcelExportService Package Description com.hybris.backoffice.excel.export.wizard com.hybris.backoffice.excel.exporting -
-
Uses of ExcelExportService in com.hybris.backoffice.excel.export.wizard
Methods in com.hybris.backoffice.excel.export.wizard that return ExcelExportService Modifier and Type Method Description ExcelExportServiceExcelExportHandler. getExportService()Methods in com.hybris.backoffice.excel.export.wizard with parameters of type ExcelExportService Modifier and Type Method Description voidExcelExportHandler. setExportService(ExcelExportService exportService) -
Uses of ExcelExportService in com.hybris.backoffice.excel.exporting
Classes in com.hybris.backoffice.excel.exporting that implement ExcelExportService Modifier and Type Class Description classDefaultExcelExportServiceService for exporting data to excel workbook
-