| Package | Description |
|---|---|
| com.hybris.backoffice.excel.imp.wizard | |
| com.hybris.backoffice.excel.jobs |
| Modifier and Type | Method and Description |
|---|---|
protected FileContent |
ExcelImportHandler.findUploadedFileWithExtension(java.util.Set<FileUploadResult> uploadedFiles,
java.lang.String extension)
Deprecated.
since 6.7 no longer used. Use
ExcelImportHandler.toFileContent(FileUploadResult) to map upload result and
ExcelImportWizardForm.getExcelFile() or ExcelImportWizardForm.getZipFile() to obtain
file for extension |
protected FileContent |
ExcelImportHandler.toFileContent(FileUploadResult uploadResult) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExcelImportHandler.importExcel(FileContent foundExcelFile,
FileContent foundZipFile) |
protected java.util.Optional<java.util.Set<java.lang.String>> |
ExcelImportHandler.listZipEntries(FileContent foundZipFile) |
protected java.util.List<ExcelValidationResult> |
ExcelImportHandler.validateExcel(FileContent excelFileContent)
Deprecated.
since 6.7 please use
ExcelImportHandler.validateExcel(FileContent, FileContent) |
protected java.util.List<ExcelValidationResult> |
ExcelImportHandler.validateExcel(FileContent excelFileContent,
FileContent zipFileContent) |
| Modifier and Type | Method and Description |
|---|---|
ExcelImportCronJobModel |
ExcelCronJobService.createImportJob(FileContent excelFile,
FileContent referencedContentFile)
Uploads excel file as a media, creates cron job and runs it.
|
ExcelImportCronJobModel |
DefaultExcelCronJobService.createImportJob(FileContent excelFile,
FileContent referencedContentFile) |
Copyright © 2018 SAP SE. All Rights Reserved.