Class ManualRefundAction

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

    public class ManualRefundAction
    extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
    implements com.hybris.cockpitng.actions.CockpitAction<ReturnRequestModel,​ReturnRequestModel>
    This action triggers the tax reverse step in the process engine.
    • Field Detail

      • SUCCESS_MESSAGE_LABEL

        protected static final java.lang.String SUCCESS_MESSAGE_LABEL
        See Also:
        Constant Field Values
      • FAILURE_MESSAGE_LABEL

        protected static final java.lang.String FAILURE_MESSAGE_LABEL
        See Also:
        Constant Field Values
      • UNSAVED_OBJECT_WARNING_LABEL

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

      • ManualRefundAction

        public ManualRefundAction()
    • Method Detail

      • getConfirmationMessage

        public java.lang.String getConfirmationMessage​(com.hybris.cockpitng.actions.ActionContext<ReturnRequestModel> actionContext)
        Specified by:
        getConfirmationMessage in interface com.hybris.cockpitng.actions.CockpitAction<ReturnRequestModel,​ReturnRequestModel>
      • getModelService

        protected ModelService getModelService()
      • setModelService

        public void setModelService​(ModelService modelService)
      • getNotificationService

        protected com.hybris.cockpitng.util.notifications.NotificationService getNotificationService()