Class ListViewPersonalizationAction

java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
com.hybris.backoffice.widgets.actions.personalization.ListViewPersonalizationAction
All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<String,Map<String,Object>>, com.hybris.cockpitng.engine.ComponentWidgetAdapterAware

public class ListViewPersonalizationAction extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware implements com.hybris.cockpitng.actions.CockpitAction<String,Map<String,Object>>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canPerform(com.hybris.cockpitng.actions.ActionContext<String> ctx)
     
    com.hybris.cockpitng.actions.ActionResult<Map<String,Object>>
    perform(com.hybris.cockpitng.actions.ActionContext<String> context)
     

    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

    • ListViewPersonalizationAction

      public ListViewPersonalizationAction()
  • Method Details

    • perform

      public com.hybris.cockpitng.actions.ActionResult<Map<String,Object>> perform(com.hybris.cockpitng.actions.ActionContext<String> context)
      Specified by:
      perform in interface com.hybris.cockpitng.actions.CockpitAction<String,Map<String,Object>>
    • canPerform

      public boolean canPerform(com.hybris.cockpitng.actions.ActionContext<String> ctx)
      Specified by:
      canPerform in interface com.hybris.cockpitng.actions.CockpitAction<String,Map<String,Object>>