Class StaticPackagePreviewHandler
java.lang.Object
de.hybris.platform.staticpackagebackoffice.handler.StaticPackagePreviewHandler
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class StaticPackagePreviewHandler
extends Object
implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
Preview Handler for the Create Static Package Wizard
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.model.ModelServiceprotected com.hybris.cockpitng.util.notifications.NotificationServiceprotected StaticPackageServicevoidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> map) voidsetModelService(de.hybris.platform.servicelayer.model.ModelService modelService) voidsetNotificationService(com.hybris.cockpitng.util.notifications.NotificationService notificationService) voidsetStaticPackageService(StaticPackageService staticPackageService)
-
Field Details
-
NEW_STATIC_PACKAGE
- See Also:
-
-
Constructor Details
-
StaticPackagePreviewHandler
public StaticPackagePreviewHandler()
-
-
Method Details
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> map) - Specified by:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
getModelService
protected de.hybris.platform.servicelayer.model.ModelService getModelService()- Returns:
- modelService
-
setModelService
public void setModelService(de.hybris.platform.servicelayer.model.ModelService modelService) - Parameters:
modelService- the modelService to set
-
getNotificationService
protected com.hybris.cockpitng.util.notifications.NotificationService getNotificationService()- Returns:
- notificationService
-
setNotificationService
public void setNotificationService(com.hybris.cockpitng.util.notifications.NotificationService notificationService) - Parameters:
notificationService- the notificationService to set
-
getStaticPackageService
- Returns:
- staticPackageService
-
setStaticPackageService
- Parameters:
staticPackageService- the staticPackageService to set
-