public class CreateVendorWizardHandler
extends java.lang.Object
| Constructor and Description |
|---|
CreateVendorWizardHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected ConstraintGroupModel |
getBackofficeConstraintGroup() |
protected CockpitEventQueue |
getCockpitEventQueue() |
protected FlexibleSearchService |
getFlexibleSearchService() |
protected ModelService |
getModelService() |
protected ValidationService |
getValidationService() |
protected VendorService |
getVendorService() |
protected boolean |
isCockpitEventNotificationDisabledInCtx(Context ctx) |
void |
perform(CustomType customType,
FlowActionHandlerAdapter adapter,
java.util.Map<java.lang.String,java.lang.String> args) |
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 |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setModelService(ModelService modelService) |
void |
setValidationService(ValidationService validationService) |
void |
setVendorService(VendorService vendorService) |
public void perform(CustomType customType,
FlowActionHandlerAdapter adapter,
java.util.Map<java.lang.String,java.lang.String> args)
protected ConstraintGroupModel getBackofficeConstraintGroup()
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 VendorService getVendorService()
public void setVendorService(VendorService vendorService)
protected ModelService getModelService()
public void setModelService(ModelService modelService)
protected ValidationService getValidationService()
public void setValidationService(ValidationService validationService)
protected FlexibleSearchService getFlexibleSearchService()
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
Copyright © 2018 SAP SE. All Rights Reserved.