Uses of Interface
com.hybris.backoffice.excel.importing.ExcelImportService
-
Packages that use ExcelImportService Package Description com.hybris.backoffice.excel.imp.wizard com.hybris.backoffice.excel.importing com.hybris.backoffice.excel.jobs com.hybris.backoffice.excel.validators -
-
Uses of ExcelImportService in com.hybris.backoffice.excel.imp.wizard
Methods in com.hybris.backoffice.excel.imp.wizard that return ExcelImportService Modifier and Type Method Description ExcelImportServiceExcelImportHandler. getExcelImportService()Methods in com.hybris.backoffice.excel.imp.wizard with parameters of type ExcelImportService Modifier and Type Method Description voidExcelImportHandler. setExcelImportService(ExcelImportService excelImportService) -
Uses of ExcelImportService in com.hybris.backoffice.excel.importing
Classes in com.hybris.backoffice.excel.importing that implement ExcelImportService Modifier and Type Class Description classDefaultExcelImportServiceService responsible for generatingImpexbased on excel file represented byWorkbookobject. -
Uses of ExcelImportService in com.hybris.backoffice.excel.jobs
Methods in com.hybris.backoffice.excel.jobs that return ExcelImportService Modifier and Type Method Description ExcelImportServiceExcelImportJobPerformable. getExcelImportService()Methods in com.hybris.backoffice.excel.jobs with parameters of type ExcelImportService Modifier and Type Method Description voidExcelImportJobPerformable. setExcelImportService(ExcelImportService excelImportService) -
Uses of ExcelImportService in com.hybris.backoffice.excel.validators
Methods in com.hybris.backoffice.excel.validators that return ExcelImportService Modifier and Type Method Description ExcelImportServiceExcelMediaImportValidator. getImportService()Deprecated, for removal: This API element is subject to removal in a future version.since 1808, not used anymoreMethods in com.hybris.backoffice.excel.validators with parameters of type ExcelImportService Modifier and Type Method Description voidExcelMediaImportValidator. setImportService(ExcelImportService importService)Deprecated, for removal: This API element is subject to removal in a future version.since 1808, not used anymore
-