Class RegisterIntegrationObjectAction
java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
de.hybris.platform.integrationbackoffice.widgets.authentication.registration.RegisterIntegrationObjectAction
- All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<InboundChannelConfigurationModel,,String> com.hybris.cockpitng.engine.ComponentWidgetAdapterAware
public class RegisterIntegrationObjectAction
extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
implements com.hybris.cockpitng.actions.CockpitAction<InboundChannelConfigurationModel,String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.hybris.cockpitng.actions.ActionResult<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, unregisterStubInstanceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.actions.CockpitAction
canPerform, getConfirmationMessage, needsConfirmation
-
Constructor Details
-
RegisterIntegrationObjectAction
public RegisterIntegrationObjectAction()
-
-
Method Details
-
perform
public com.hybris.cockpitng.actions.ActionResult<String> perform(com.hybris.cockpitng.actions.ActionContext<InboundChannelConfigurationModel> actionContext) - Specified by:
performin interfacecom.hybris.cockpitng.actions.CockpitAction<InboundChannelConfigurationModel,String>
-