Package com.hybris.backoffice.excel.jobs
Interface ExcelCronJobService
- All Known Implementing Classes:
DefaultExcelCronJobService
public interface ExcelCronJobService
Cron job service responsible for uploading excel file as a media and creating and running cron job for importing
excel data.
-
Method Summary
Modifier and TypeMethodDescriptioncreateImportJob(FileContent excelFile, FileContent referencedContentFile) Uploads excel file as a media, creates cron job and runs it.
-
Method Details
-
createImportJob
Uploads excel file as a media, creates cron job and runs it.- Parameters:
excelFile- - object represents excel filereferencedContentFile- - object represents content zip file- Returns:
ExcelImportCronJobModel
-