Class CreateWebhookConfigurationModalController

  • All Implemented Interfaces:
    com.hybris.cockpitng.core.WidgetController, com.hybris.cockpitng.dnd.WidgetDragAndDropAware, com.hybris.cockpitng.engine.WidgetInstanceManagerAware, java.io.Serializable, org.zkoss.zk.ui.event.EventListener, org.zkoss.zk.ui.event.SerializableEventListener, org.zkoss.zk.ui.util.ComponentActivationListener, org.zkoss.zk.ui.util.ComponentCloneListener, org.zkoss.zk.ui.util.Composer<org.zkoss.zk.ui.Component>, org.zkoss.zk.ui.util.ComposerExt<org.zkoss.zk.ui.Component>

    public class CreateWebhookConfigurationModalController
    extends com.hybris.cockpitng.util.DefaultWidgetController
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void consumedDestinationEditorOnChange()  
      java.lang.String convertExceptionToResourceMsg​(InterceptorException exception)
      return error message in resource bundle from exception's className.
      java.lang.String convertExceptionToResourceTitle​(InterceptorException exception)
      return error message title in resource bundle from exception's className.
      void createWebhookConfiguration()  
      void integrationObjectComboBoxOnChange()  
      void loadCreateWebhookConfigurationModal​(java.lang.String openModal)  
      protected void showErrorMessageBox​(java.lang.String msgKey, java.lang.String titleKey)  
      • Methods inherited from class com.hybris.cockpitng.util.DefaultWidgetController

        doAfterCompose, doBeforeCompose, doBeforeComposeChildren, executeOperation, getDragAndDropStrategy, getLabel, getLabel, getModel, getValue, getWidgetDragAndDropStrategyRepository, getWidgetInstanceManager, getWidgetRoot, getWidgetSettings, getWidgetslot, getWidgetTitle, getWidgetUtils, initDragAndDropAwareness, initialize, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, invokeListenerMethod, onSocketInput, preInitialize, sendOutput, sendOutputAfterOperation, sendOutputAfterOperation, sendOutputAfterOperation, setValue, setWidgetInstanceManager, setWidgetTitle
      • Methods inherited from class com.hybris.cockpitng.util.ViewAnnotationAwareComposer

        scanEventListeners
      • Methods inherited from class org.zkoss.zk.ui.util.GenericAutowireComposer

        alert, didActivate, getPage, willClone, willPassivate
      • Methods inherited from class org.zkoss.zk.ui.util.GenericComposer

        doCatch, doFinally
      • Methods inherited from class org.zkoss.zk.ui.event.GenericEventListener

        bindComponent, getController, onEvent, unbindComponent
      • Methods inherited from class java.lang.Object

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

      • readService

        protected transient ReadService readService
      • cockpitEventQueue

        protected transient com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue
      • notificationService

        protected transient com.hybris.cockpitng.util.notifications.NotificationService notificationService
      • integrationObjectComboBox

        protected org.zkoss.zul.Combobox integrationObjectComboBox
      • consumedDestinationEditor

        protected com.hybris.cockpitng.components.Editor consumedDestinationEditor
      • filterLocationComboBox

        protected org.zkoss.zul.Combobox filterLocationComboBox
      • eventTypesComboBox

        protected org.zkoss.zul.Combobox eventTypesComboBox
      • createButton

        protected org.zkoss.zul.Button createButton
    • Constructor Detail

      • CreateWebhookConfigurationModalController

        public CreateWebhookConfigurationModalController()