Class ManualTaxReverseAction

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

    public class ManualTaxReverseAction
    extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
    implements com.hybris.cockpitng.actions.CockpitAction<ReturnRequestModel,​ReturnRequestModel>
    This action specify that the tax reverse has been handle manually and triggers the update inventory 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
    • Constructor Detail

      • ManualTaxReverseAction

        public ManualTaxReverseAction()
    • 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>
      • getNotificationService

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