public class ExcelWithoutValidationImportHandler
extends java.lang.Object
| Constructor and Description |
|---|
ExcelWithoutValidationImportHandler() |
| Modifier and Type | Method and Description |
|---|---|
CockpitEventQueue |
getCockpitEventQueue() |
CronJobService |
getCronJobService() |
ExcelCronJobService |
getExcelCronJobService() |
NotificationService |
getNotificationService() |
protected void |
importExcel(FileContent foundExcelFile,
FileContent foundZipFile) |
void |
perform(CustomType customType,
FlowActionHandlerAdapter adapter,
java.util.Map<java.lang.String,java.lang.String> parameters) |
void |
setCockpitEventQueue(CockpitEventQueue cockpitEventQueue) |
void |
setCronJobService(CronJobService cronJobService) |
void |
setExcelCronJobService(ExcelCronJobService excelCronJobService) |
void |
setNotificationService(NotificationService notificationService) |
protected FileContent |
toFileContent(FileUploadResult uploadResult) |
public void perform(CustomType customType,
FlowActionHandlerAdapter adapter,
java.util.Map<java.lang.String,java.lang.String> parameters)
protected void importExcel(FileContent foundExcelFile, FileContent foundZipFile)
protected FileContent toFileContent(FileUploadResult uploadResult)
public ExcelCronJobService getExcelCronJobService()
public void setExcelCronJobService(ExcelCronJobService excelCronJobService)
public CronJobService getCronJobService()
public void setCronJobService(CronJobService cronJobService)
public CockpitEventQueue getCockpitEventQueue()
public void setCockpitEventQueue(CockpitEventQueue cockpitEventQueue)
public NotificationService getNotificationService()
public void setNotificationService(NotificationService notificationService)
Copyright © 2018 SAP SE. All Rights Reserved.