Class CsCreateWizardBaseHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.hybris.cockpitng.core.events.CockpitEventQueue getCockpitEventQueue()  
      protected boolean isCockpitEventNotificationDisabledInCtx​(com.hybris.cockpitng.dataaccess.context.Context ctx)  
      protected void populateEventContext​(com.hybris.cockpitng.dataaccess.context.Context source, com.hybris.cockpitng.core.events.impl.DefaultCockpitEvent destination)  
      protected void publishEvent​(java.lang.String eventName, java.lang.Object object, com.hybris.cockpitng.dataaccess.context.Context ctx)  
      void setCockpitEventQueue​(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CsCreateWizardBaseHandler

        public CsCreateWizardBaseHandler()
    • 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