Class CreateVendorWizardHandler
java.lang.Object
de.hybris.platform.marketplacebackoffice.widgets.CreateVendorWizardHandler
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class CreateVendorWizardHandler
extends Object
implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
Custom handler to handle saving a vendor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConstraintGroupModelprotected com.hybris.cockpitng.core.events.CockpitEventQueueprotected FlexibleSearchServiceprotected ModelServiceprotected ValidationServiceprotected VendorServiceprotected 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> args) 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) voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService) voidsetModelService(ModelService modelService) voidsetValidationService(ValidationService validationService) voidsetVendorService(VendorService vendorService)
-
Constructor Details
-
CreateVendorWizardHandler
public CreateVendorWizardHandler()
-
-
Method Details
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> args) - Specified by:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
getBackofficeConstraintGroup
-
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) -
getVendorService
-
setVendorService
-
getModelService
-
setModelService
-
getValidationService
-
setValidationService
-
getFlexibleSearchService
-
setFlexibleSearchService
-