Uses of Interface
com.hybris.backoffice.excel.template.workbook.ExcelWorkbookService
Packages that use ExcelWorkbookService
Package
Description
-
Uses of ExcelWorkbookService in com.hybris.backoffice.excel.exporting
Methods in com.hybris.backoffice.excel.exporting that return ExcelWorkbookServiceMethods in com.hybris.backoffice.excel.exporting with parameters of type ExcelWorkbookServiceModifier and TypeMethodDescriptionvoidDefaultExcelExportService.setExcelWorkbookService(ExcelWorkbookService excelWorkbookService) voidIsoCodeDecorator.setExcelWorkbookService(ExcelWorkbookService excelWorkbookService) -
Uses of ExcelWorkbookService in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing that return ExcelWorkbookServiceMethods in com.hybris.backoffice.excel.importing with parameters of type ExcelWorkbookServiceModifier and TypeMethodDescriptionvoidDefaultExcelImportService.setExcelWorkbookService(ExcelWorkbookService excelWorkbookService) -
Uses of ExcelWorkbookService in com.hybris.backoffice.excel.jobs
Methods in com.hybris.backoffice.excel.jobs that return ExcelWorkbookServiceMethods in com.hybris.backoffice.excel.jobs with parameters of type ExcelWorkbookServiceModifier and TypeMethodDescriptionvoidExcelImportJobPerformable.setExcelWorkbookService(ExcelWorkbookService excelWorkbookService) -
Uses of ExcelWorkbookService in com.hybris.backoffice.excel.template
Methods in com.hybris.backoffice.excel.template with parameters of type ExcelWorkbookServiceModifier and TypeMethodDescriptionvoidDefaultExcelTemplateService.setWorkbookService(ExcelWorkbookService workbookService) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExcelWorkbookService in com.hybris.backoffice.excel.template.sheet
Methods in com.hybris.backoffice.excel.template.sheet with parameters of type ExcelWorkbookServiceModifier and TypeMethodDescriptionvoidDefaultExcelSheetService.setExcelWorkbookService(ExcelWorkbookService excelWorkbookService) -
Uses of ExcelWorkbookService in com.hybris.backoffice.excel.template.workbook
Classes in com.hybris.backoffice.excel.template.workbook that implement ExcelWorkbookService -
Uses of ExcelWorkbookService in com.hybris.backoffice.excel.validators
Methods in com.hybris.backoffice.excel.validators that return ExcelWorkbookServiceModifier and TypeMethodDescriptionWorkbookMandatoryColumnsValidator.getExcelWorkbookService()WorkbookTypeCodeAndSelectedAttributeValidator.getExcelWorkbookService()Methods in com.hybris.backoffice.excel.validators with parameters of type ExcelWorkbookServiceModifier and TypeMethodDescriptionvoidWorkbookMandatoryColumnsValidator.setExcelWorkbookService(ExcelWorkbookService excelWorkbookService) voidWorkbookTypeCodeAndSelectedAttributeValidator.setExcelWorkbookService(ExcelWorkbookService excelWorkbookService)