Class CreateVendorVariantProductWizardHandler
- java.lang.Object
-
- de.hybris.platform.marketplacebackoffice.widgets.CreateVendorProductWizardHandler
-
- de.hybris.platform.marketplacebackoffice.widgets.CreateVendorVariantProductWizardHandler
-
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class CreateVendorVariantProductWizardHandler extends CreateVendorProductWizardHandler
Custom handler to handle saving a variant product.
-
-
Constructor Summary
Constructors Constructor Description CreateVendorVariantProductWizardHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.hybris.cockpitng.util.notifications.NotificationServicegetNotificationService()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)voidsetNotificationService(com.hybris.cockpitng.util.notifications.NotificationService notificationService)-
Methods inherited from class de.hybris.platform.marketplacebackoffice.widgets.CreateVendorProductWizardHandler
getCockpitEventQueue, getModelService, getSessionService, isCockpitEventNotificationDisabledInCtx, populateEventContext, publishEvent, setCockpitEventQueue, setModelService, setProductAttributeForVendor, setSessionService
-
-
-
-
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- Overrides:
performin classCreateVendorProductWizardHandler
-
getNotificationService
protected com.hybris.cockpitng.util.notifications.NotificationService getNotificationService()
-
setNotificationService
public void setNotificationService(com.hybris.cockpitng.util.notifications.NotificationService notificationService)
-
-