Uses of Interface
com.hybris.backoffice.excel.template.cell.ExcelCellService
-
-
Uses of ExcelCellService in com.hybris.backoffice.excel.exporting
Methods in com.hybris.backoffice.excel.exporting that return ExcelCellService Modifier and Type Method Description ExcelCellServiceAbstractExcelExportWorkbookDecorator. getExcelCellService()ExcelCellServiceDefaultExcelExportService. getExcelCellService()Methods in com.hybris.backoffice.excel.exporting with parameters of type ExcelCellService Modifier and Type Method Description voidAbstractExcelExportWorkbookDecorator. setExcelCellService(ExcelCellService excelCellService)voidDefaultExcelExportService. setExcelCellService(ExcelCellService excelCellService) -
Uses of ExcelCellService in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing that return ExcelCellService Modifier and Type Method Description ExcelCellServiceAbstractExcelImportWorkbookDecorator. getExcelCellService()ExcelCellServiceDefaultExcelImportService. getExcelCellService()Methods in com.hybris.backoffice.excel.importing with parameters of type ExcelCellService Modifier and Type Method Description voidExcelAttributeTypeSystemService. setCellService(ExcelCellService cellService)voidExcelClassificationTypeSystemService. setCellService(ExcelCellService cellService)voidAbstractExcelImportWorkbookDecorator. setExcelCellService(ExcelCellService excelCellService)voidDefaultExcelImportService. setExcelCellService(ExcelCellService excelCellService) -
Uses of ExcelCellService in com.hybris.backoffice.excel.template
Methods in com.hybris.backoffice.excel.template with parameters of type ExcelCellService Modifier and Type Method Description voidDefaultExcelTemplateService. setCellService(ExcelCellService cellService)Deprecated, for removal: This API element is subject to removal in a future version.voidClassificationIncludedHeaderPromptPopulator. setExcelCellService(ExcelCellService excelCellService) -
Uses of ExcelCellService in com.hybris.backoffice.excel.template.cell
Classes in com.hybris.backoffice.excel.template.cell that implement ExcelCellService Modifier and Type Class Description classDefaultExcelCellServiceDefault implementation ofExcelCellService -
Uses of ExcelCellService in com.hybris.backoffice.excel.template.header
Methods in com.hybris.backoffice.excel.template.header with parameters of type ExcelCellService Modifier and Type Method Description voidDefaultExcelHeaderService. setExcelCellService(ExcelCellService excelCellService) -
Uses of ExcelCellService in com.hybris.backoffice.excel.template.populator
Methods in com.hybris.backoffice.excel.template.populator with parameters of type ExcelCellService Modifier and Type Method Description voidClassificationTypeSystemSheetPopulator. setExcelCellService(ExcelCellService excelCellService) -
Uses of ExcelCellService in com.hybris.backoffice.excel.template.populator.typesheet
Methods in com.hybris.backoffice.excel.template.populator.typesheet with parameters of type ExcelCellService Modifier and Type Method Description voidTypeSystemSheetPopulator. setExcelCellService(ExcelCellService excelCellService) -
Uses of ExcelCellService in com.hybris.backoffice.excel.template.sheet
Methods in com.hybris.backoffice.excel.template.sheet with parameters of type ExcelCellService Modifier and Type Method Description voidDefaultExcelSheetService. setExcelCellService(ExcelCellService excelCellService) -
Uses of ExcelCellService in com.hybris.backoffice.excel.validators
Methods in com.hybris.backoffice.excel.validators that return ExcelCellService Modifier and Type Method Description ExcelCellServiceWorkbookMaxRowValidator. getExcelCellService()Methods in com.hybris.backoffice.excel.validators with parameters of type ExcelCellService Modifier and Type Method Description voidWorkbookMaxRowValidator. setExcelCellService(ExcelCellService excelCellService)
-