Class RankSortDownAction
java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
de.hybris.platform.adaptivesearchbackoffice.actions.sorts.RankSortDownAction
- All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<AbstractEditorData,,Object> com.hybris.cockpitng.engine.ComponentWidgetAdapterAware
public class RankSortDownAction
extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
implements com.hybris.cockpitng.actions.CockpitAction<AbstractEditorData,Object>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanPerform(com.hybris.cockpitng.actions.ActionContext<AbstractEditorData> ctx) com.hybris.cockpitng.actions.ActionResult<Object>perform(com.hybris.cockpitng.actions.ActionContext<AbstractEditorData> ctx) 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
getConfirmationMessage, needsConfirmation
-
Constructor Details
-
RankSortDownAction
public RankSortDownAction()
-
-
Method Details
-
perform
public com.hybris.cockpitng.actions.ActionResult<Object> perform(com.hybris.cockpitng.actions.ActionContext<AbstractEditorData> ctx) - Specified by:
performin interfacecom.hybris.cockpitng.actions.CockpitAction<AbstractEditorData,Object>
-
canPerform
- Specified by:
canPerformin interfacecom.hybris.cockpitng.actions.CockpitAction<AbstractEditorData,Object>
-