Class RegisterIntegrationObjectAction

  • All Implemented Interfaces:
    com.hybris.cockpitng.actions.CockpitAction<InboundChannelConfigurationModel,​java.lang.String>, com.hybris.cockpitng.engine.ComponentWidgetAdapterAware

    public class RegisterIntegrationObjectAction
    extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
    implements com.hybris.cockpitng.actions.CockpitAction<InboundChannelConfigurationModel,​java.lang.String>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.hybris.cockpitng.actions.ActionResult<java.lang.String> perform​(com.hybris.cockpitng.actions.ActionContext<InboundChannelConfigurationModel> actionContext)  
      • Methods inherited from class com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware

        addSocketInputEventListener, getComponentID, handleSocketInputEvent, initialize, initializeDefaultEventListeners, registerStubInstance, sendOutput, setComponentID, unregisterStubInstance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.hybris.cockpitng.actions.CockpitAction

        canPerform, getConfirmationMessage, needsConfirmation
    • Constructor Detail

      • RegisterIntegrationObjectAction

        public RegisterIntegrationObjectAction()
    • Method Detail