Class CsCreateWizardBaseHandler
java.lang.Object
de.hybris.platform.customersupportbackoffice.widgets.CsCreateWizardBaseHandler
- Direct Known Subclasses:
CreateCustomerWizardHandler,CreateTicketWizardHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.hybris.cockpitng.core.events.CockpitEventQueueprotected booleanisCockpitEventNotificationDisabledInCtx(com.hybris.cockpitng.dataaccess.context.Context ctx) 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)
-
Constructor Details
-
CsCreateWizardBaseHandler
public CsCreateWizardBaseHandler()
-
-
Method Details
-
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()- Returns:
- the cockpitEventQueue
-
setCockpitEventQueue
public void setCockpitEventQueue(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue) - Parameters:
cockpitEventQueue- the cockpitEventQueue to set
-