Uses of Interface
com.hybris.backoffice.excel.template.sheet.ExcelSheetService
Packages that use ExcelSheetService
Package
Description
-
Uses of ExcelSheetService in com.hybris.backoffice.excel.exporting
Methods in com.hybris.backoffice.excel.exporting that return ExcelSheetServiceMethods in com.hybris.backoffice.excel.exporting with parameters of type ExcelSheetServiceModifier and TypeMethodDescriptionvoidDefaultExcelExportService.setExcelSheetService(ExcelSheetService excelSheetService) -
Uses of ExcelSheetService in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing that return ExcelSheetServiceModifier and TypeMethodDescriptionAbstractExcelImportWorkbookDecorator.getExcelSheetService()DefaultExcelImportService.getExcelSheetService()Methods in com.hybris.backoffice.excel.importing with parameters of type ExcelSheetServiceModifier and TypeMethodDescriptionvoidAbstractExcelImportWorkbookDecorator.setExcelSheetService(ExcelSheetService excelSheetService) voidDefaultExcelImportService.setExcelSheetService(ExcelSheetService excelSheetService) -
Uses of ExcelSheetService in com.hybris.backoffice.excel.template
Methods in com.hybris.backoffice.excel.template with parameters of type ExcelSheetServiceModifier and TypeMethodDescriptionvoidDefaultExcelTemplateService.setSheetService(ExcelSheetService sheetService) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExcelSheetService in com.hybris.backoffice.excel.template.header
Methods in com.hybris.backoffice.excel.template.header with parameters of type ExcelSheetServiceModifier and TypeMethodDescriptionvoidDefaultExcelHeaderService.setExcelSheetService(ExcelSheetService excelSheetService) -
Uses of ExcelSheetService in com.hybris.backoffice.excel.template.mapper
Methods in com.hybris.backoffice.excel.template.mapper with parameters of type ExcelSheetServiceModifier and TypeMethodDescriptionvoidFromExcelResultToAttributeDescriptorsMapper.setExcelSheetService(ExcelSheetService excelSheetService) -
Uses of ExcelSheetService in com.hybris.backoffice.excel.template.sheet
Classes in com.hybris.backoffice.excel.template.sheet that implement ExcelSheetService -
Uses of ExcelSheetService in com.hybris.backoffice.excel.validators
Methods in com.hybris.backoffice.excel.validators that return ExcelSheetServiceModifier and TypeMethodDescriptionWorkbookMandatoryColumnsValidator.getExcelSheetService()WorkbookMaxRowValidator.getExcelSheetService()WorkbookTypeCodeAndSelectedAttributeValidator.getExcelSheetService()Methods in com.hybris.backoffice.excel.validators with parameters of type ExcelSheetServiceModifier and TypeMethodDescriptionvoidWorkbookLanguagePermissionValidator.setExcelSheetService(ExcelSheetService excelSheetService) voidWorkbookMandatoryColumnsValidator.setExcelSheetService(ExcelSheetService excelSheetService) voidWorkbookMaxRowValidator.setExcelSheetService(ExcelSheetService excelSheetService) voidWorkbookTypeCodeAndSelectedAttributeValidator.setExcelSheetService(ExcelSheetService excelSheetService)