Uses of Interface
com.hybris.backoffice.excel.template.workbook.ExcelWorkbookService
-
-
Uses of ExcelWorkbookService in com.hybris.backoffice.excel.exporting
Methods in com.hybris.backoffice.excel.exporting that return ExcelWorkbookService Modifier and Type Method Description ExcelWorkbookServiceDefaultExcelExportService. getExcelWorkbookService()Methods in com.hybris.backoffice.excel.exporting with parameters of type ExcelWorkbookService Modifier and Type Method Description voidDefaultExcelExportService. 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 ExcelWorkbookService Modifier and Type Method Description ExcelWorkbookServiceDefaultExcelImportService. getExcelWorkbookService()Methods in com.hybris.backoffice.excel.importing with parameters of type ExcelWorkbookService Modifier and Type Method Description voidDefaultExcelImportService. setExcelWorkbookService(ExcelWorkbookService excelWorkbookService) -
Uses of ExcelWorkbookService in com.hybris.backoffice.excel.jobs
Methods in com.hybris.backoffice.excel.jobs that return ExcelWorkbookService Modifier and Type Method Description ExcelWorkbookServiceExcelImportJobPerformable. getExcelWorkbookService()Methods in com.hybris.backoffice.excel.jobs with parameters of type ExcelWorkbookService Modifier and Type Method Description voidExcelImportJobPerformable. setExcelWorkbookService(ExcelWorkbookService excelWorkbookService) -
Uses of ExcelWorkbookService in com.hybris.backoffice.excel.template
Methods in com.hybris.backoffice.excel.template with parameters of type ExcelWorkbookService Modifier and Type Method Description voidDefaultExcelTemplateService. 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 ExcelWorkbookService Modifier and Type Method Description voidDefaultExcelSheetService. setExcelWorkbookService(ExcelWorkbookService excelWorkbookService) -
Uses of ExcelWorkbookService in com.hybris.backoffice.excel.template.workbook
Classes in com.hybris.backoffice.excel.template.workbook that implement ExcelWorkbookService Modifier and Type Class Description classDefaultExcelWorkbookServiceDefault implementation ofExcelWorkbookService -
Uses of ExcelWorkbookService in com.hybris.backoffice.excel.validators
Methods in com.hybris.backoffice.excel.validators that return ExcelWorkbookService Modifier and Type Method Description ExcelWorkbookServiceWorkbookMandatoryColumnsValidator. getExcelWorkbookService()ExcelWorkbookServiceWorkbookTypeCodeAndSelectedAttributeValidator. getExcelWorkbookService()Methods in com.hybris.backoffice.excel.validators with parameters of type ExcelWorkbookService Modifier and Type Method Description voidWorkbookMandatoryColumnsValidator. setExcelWorkbookService(ExcelWorkbookService excelWorkbookService)voidWorkbookTypeCodeAndSelectedAttributeValidator. setExcelWorkbookService(ExcelWorkbookService excelWorkbookService)
-