Class PingWebhookConfigurationAction

java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
de.hybris.platform.webhookbackoffice.widgets.actions.PingWebhookConfigurationAction
All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<WebhookConfigurationModel,String>, com.hybris.cockpitng.engine.ComponentWidgetAdapterAware

public class PingWebhookConfigurationAction extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware implements com.hybris.cockpitng.actions.CockpitAction<WebhookConfigurationModel,String>
Action to send WebhookConfigurationModel to widget
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canPerform(com.hybris.cockpitng.actions.ActionContext<WebhookConfigurationModel> ctx)
     
    com.hybris.cockpitng.actions.ActionResult<String>
    perform(com.hybris.cockpitng.actions.ActionContext<WebhookConfigurationModel> 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

    getConfirmationMessage, needsConfirmation
  • Constructor Details

    • PingWebhookConfigurationAction

      public PingWebhookConfigurationAction()
  • Method Details