Class ExcelWithoutValidationImportHandler
java.lang.Object
com.hybris.backoffice.excel.imp.wizard.ExcelWithoutValidationImportHandler
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
- Direct Known Subclasses:
ExcelImportHandler
public class ExcelWithoutValidationImportHandler
extends Object
implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.hybris.cockpitng.core.events.CockpitEventQueuecom.hybris.backoffice.widgets.notificationarea.NotificationServiceprotected voidimportExcel(FileContent foundExcelFile, FileContent foundZipFile) voidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> parameters) voidsetCockpitEventQueue(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue) voidsetCronJobService(CronJobService cronJobService) voidsetExcelCronJobService(ExcelCronJobService excelCronJobService) voidsetNotificationService(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService) protected FileContenttoFileContent(com.hybris.cockpitng.editor.defaultfileupload.FileUploadResult uploadResult)
-
Constructor Details
-
ExcelWithoutValidationImportHandler
public ExcelWithoutValidationImportHandler()
-
-
Method Details
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> parameters) - Specified by:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
importExcel
-
toFileContent
protected FileContent toFileContent(com.hybris.cockpitng.editor.defaultfileupload.FileUploadResult uploadResult) -
getExcelCronJobService
-
setExcelCronJobService
-
getCronJobService
-
setCronJobService
-
getCockpitEventQueue
public com.hybris.cockpitng.core.events.CockpitEventQueue getCockpitEventQueue() -
setCockpitEventQueue
public void setCockpitEventQueue(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue) -
getNotificationService
public com.hybris.backoffice.widgets.notificationarea.NotificationService getNotificationService() -
setNotificationService
public void setNotificationService(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService)
-