Class CreateVendorProductWizardHandler
java.lang.Object
de.hybris.platform.marketplacebackoffice.widgets.CreateVendorProductWizardHandler
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
- Direct Known Subclasses:
CreateVendorVariantProductWizardHandler
public class CreateVendorProductWizardHandler
extends Object
implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.hybris.cockpitng.core.events.CockpitEventQueueprotected ModelServiceprotected SessionServiceprotected booleanisCockpitEventNotificationDisabledInCtx(com.hybris.cockpitng.dataaccess.context.Context ctx) voidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> parameters) protected voidpopulateEventContext(com.hybris.cockpitng.dataaccess.context.Context source, com.hybris.cockpitng.core.events.impl.DefaultCockpitEvent destination) protected voidpublishEvent(String eventName, Object object, com.hybris.cockpitng.dataaccess.context.Context ctx) voidsetCockpitEventQueue(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue) voidsetModelService(ModelService modelService) protected voidsetProductAttributeForVendor(ProductModel product, VendorModel vendor) voidsetSessionService(SessionService sessionService)
-
Constructor Details
-
CreateVendorProductWizardHandler
public CreateVendorProductWizardHandler()
-
-
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
-
setProductAttributeForVendor
-
publishEvent
-
populateEventContext
protected void populateEventContext(com.hybris.cockpitng.dataaccess.context.Context source, com.hybris.cockpitng.core.events.impl.DefaultCockpitEvent destination) -
isCockpitEventNotificationDisabledInCtx
protected boolean isCockpitEventNotificationDisabledInCtx(com.hybris.cockpitng.dataaccess.context.Context ctx) -
getCockpitEventQueue
protected com.hybris.cockpitng.core.events.CockpitEventQueue getCockpitEventQueue() -
setCockpitEventQueue
public void setCockpitEventQueue(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue) -
getSessionService
-
setSessionService
-
getModelService
-
setModelService
-