public class CreateStockLevelWizardHandler
extends java.lang.Object
| Constructor and Description |
|---|
CreateStockLevelWizardHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected StockLevelModel |
convert(StockLevelForm form) |
protected CockpitEventQueue |
getCockpitEventQueue() |
protected ModelService |
getModelService() |
protected VendorService |
getVendorService() |
protected boolean |
isCockpitEventNotificationDisabledInCtx(Context ctx) |
void |
perform(CustomType customType,
FlowActionHandlerAdapter adapter,
java.util.Map<java.lang.String,java.lang.String> parameters) |
protected void |
populateEventContext(Context source,
DefaultCockpitEvent destination) |
protected void |
publishEvent(java.lang.String eventName,
java.lang.Object object,
Context ctx) |
void |
setCockpitEventQueue(CockpitEventQueue cockpitEventQueue) |
void |
setModelService(ModelService modelService) |
void |
setVendorService(VendorService vendorService) |
public void perform(CustomType customType,
FlowActionHandlerAdapter adapter,
java.util.Map<java.lang.String,java.lang.String> parameters)
protected StockLevelModel convert(StockLevelForm form)
protected void publishEvent(java.lang.String eventName,
java.lang.Object object,
Context ctx)
protected void populateEventContext(Context source,
DefaultCockpitEvent destination)
protected boolean isCockpitEventNotificationDisabledInCtx(Context ctx)
protected CockpitEventQueue getCockpitEventQueue()
public void setCockpitEventQueue(CockpitEventQueue cockpitEventQueue)
protected ModelService getModelService()
public void setModelService(ModelService modelService)
protected VendorService getVendorService()
public void setVendorService(VendorService vendorService)
Copyright © 2018 SAP SE. All Rights Reserved.