Class CsCreateWizardBaseHandler
- java.lang.Object
-
- de.hybris.platform.customersupportbackoffice.widgets.CsCreateWizardBaseHandler
-
- Direct Known Subclasses:
CreateCustomerWizardHandler,CreateTicketWizardHandler
public class CsCreateWizardBaseHandler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CsCreateWizardBaseHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.hybris.cockpitng.core.events.CockpitEventQueuegetCockpitEventQueue()protected 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(java.lang.String eventName, java.lang.Object object, com.hybris.cockpitng.dataaccess.context.Context ctx)voidsetCockpitEventQueue(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue)
-
-
-
Method Detail
-
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()
- Returns:
- the cockpitEventQueue
-
setCockpitEventQueue
public void setCockpitEventQueue(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue)
- Parameters:
cockpitEventQueue- the cockpitEventQueue to set
-
-