Uses of Interface
com.hybris.backoffice.excel.template.sheet.ExcelSheetService
-
-
Uses of ExcelSheetService in com.hybris.backoffice.excel.exporting
Methods in com.hybris.backoffice.excel.exporting that return ExcelSheetService Modifier and Type Method Description ExcelSheetServiceDefaultExcelExportService. getExcelSheetService()Methods in com.hybris.backoffice.excel.exporting with parameters of type ExcelSheetService Modifier and Type Method Description voidDefaultExcelExportService. setExcelSheetService(ExcelSheetService excelSheetService) -
Uses of ExcelSheetService in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing that return ExcelSheetService Modifier and Type Method Description ExcelSheetServiceAbstractExcelImportWorkbookDecorator. getExcelSheetService()ExcelSheetServiceDefaultExcelImportService. getExcelSheetService()Methods in com.hybris.backoffice.excel.importing with parameters of type ExcelSheetService Modifier and Type Method Description voidAbstractExcelImportWorkbookDecorator. 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 ExcelSheetService Modifier and Type Method Description voidDefaultExcelTemplateService. 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 ExcelSheetService Modifier and Type Method Description voidDefaultExcelHeaderService. 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 ExcelSheetService Modifier and Type Method Description voidFromExcelResultToAttributeDescriptorsMapper. setExcelSheetService(ExcelSheetService excelSheetService) -
Uses of ExcelSheetService in com.hybris.backoffice.excel.template.sheet
Classes in com.hybris.backoffice.excel.template.sheet that implement ExcelSheetService Modifier and Type Class Description classDefaultExcelSheetServiceDefault implementation ofExcelSheetService -
Uses of ExcelSheetService in com.hybris.backoffice.excel.validators
Methods in com.hybris.backoffice.excel.validators that return ExcelSheetService Modifier and Type Method Description ExcelSheetServiceWorkbookMandatoryColumnsValidator. getExcelSheetService()ExcelSheetServiceWorkbookMaxRowValidator. getExcelSheetService()ExcelSheetServiceWorkbookTypeCodeAndSelectedAttributeValidator. getExcelSheetService()Methods in com.hybris.backoffice.excel.validators with parameters of type ExcelSheetService Modifier and Type Method Description voidWorkbookMandatoryColumnsValidator. setExcelSheetService(ExcelSheetService excelSheetService)voidWorkbookMaxRowValidator. setExcelSheetService(ExcelSheetService excelSheetService)voidWorkbookTypeCodeAndSelectedAttributeValidator. setExcelSheetService(ExcelSheetService excelSheetService)
-