Class CancelReturnAction

  • All Implemented Interfaces:
    com.hybris.cockpitng.actions.CockpitAction<ReturnRequestModel,​ReturnRequestModel>, com.hybris.cockpitng.engine.ComponentWidgetAdapterAware

    public class CancelReturnAction
    extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
    implements com.hybris.cockpitng.actions.CockpitAction<ReturnRequestModel,​ReturnRequestModel>
    Perform the Cancellation of a return.
    It allows to cancel the return
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canPerform​(com.hybris.cockpitng.actions.ActionContext<ReturnRequestModel> actionContext)  
      java.lang.String getConfirmationMessage​(com.hybris.cockpitng.actions.ActionContext<ReturnRequestModel> actionContext)  
      boolean needsConfirmation​(com.hybris.cockpitng.actions.ActionContext<ReturnRequestModel> actionContext)  
      com.hybris.cockpitng.actions.ActionResult<ReturnRequestModel> perform​(com.hybris.cockpitng.actions.ActionContext<ReturnRequestModel> 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
    • Field Detail

      • WAREHOUSING_SOCKET_OUT_CONTEXT

        protected static final java.lang.String WAREHOUSING_SOCKET_OUT_CONTEXT
        See Also:
        Constant Field Values
    • Constructor Detail

      • CancelReturnAction

        public CancelReturnAction()