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 java.lang.Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
-
Constructor Summary
Constructors Constructor Description ExcelWithoutValidationImportHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.hybris.cockpitng.core.events.CockpitEventQueuegetCockpitEventQueue()CronJobServicegetCronJobService()ExcelCronJobServicegetExcelCronJobService()com.hybris.backoffice.widgets.notificationarea.NotificationServicegetNotificationService()protected voidimportExcel(FileContent foundExcelFile, FileContent foundZipFile)voidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, java.util.Map<java.lang.String,java.lang.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)
-
-
-
Method Detail
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, java.util.Map<java.lang.String,java.lang.String> parameters)- Specified by:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
importExcel
protected void importExcel(FileContent foundExcelFile, FileContent foundZipFile)
-
toFileContent
protected FileContent toFileContent(com.hybris.cockpitng.editor.defaultfileupload.FileUploadResult uploadResult)
-
getExcelCronJobService
public ExcelCronJobService getExcelCronJobService()
-
setExcelCronJobService
public void setExcelCronJobService(ExcelCronJobService excelCronJobService)
-
getCronJobService
public CronJobService getCronJobService()
-
setCronJobService
public void setCronJobService(CronJobService cronJobService)
-
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)
-
-