Class CreateStockLevelWizardHandler
- java.lang.Object
-
- de.hybris.platform.marketplacebackoffice.widgets.CreateStockLevelWizardHandler
-
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class CreateStockLevelWizardHandler extends java.lang.Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerCustom handler to saving a stock level.
-
-
Constructor Summary
Constructors Constructor Description CreateStockLevelWizardHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StockLevelModelconvert(StockLevelForm form)protected com.hybris.cockpitng.core.events.CockpitEventQueuegetCockpitEventQueue()protected ModelServicegetModelService()protected VendorServicegetVendorService()protected booleanisCockpitEventNotificationDisabledInCtx(com.hybris.cockpitng.dataaccess.context.Context ctx)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)protected voidpopulateEventContext(com.hybris.cockpitng.dataaccess.context.Context source, com.hybris.cockpitng.core.events.impl.DefaultCockpitEvent destination)protected voidpublishEvent(java.lang.String eventName, java.lang.Object object, com.hybris.cockpitng.dataaccess.context.Context ctx)voidsetCockpitEventQueue(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue)voidsetModelService(ModelService modelService)voidsetVendorService(VendorService vendorService)
-
-
-
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
-
convert
protected StockLevelModel convert(StockLevelForm form)
-
publishEvent
protected void publishEvent(java.lang.String eventName, java.lang.Object object, com.hybris.cockpitng.dataaccess.context.Context ctx)
-
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)
-
getModelService
protected ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
getVendorService
protected VendorService getVendorService()
-
setVendorService
public void setVendorService(VendorService vendorService)
-
-