Class ManualPaymentReauthAction
java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
de.hybris.platform.omsbackoffice.actions.order.ManualPaymentReauthAction
- All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<OrderModel,,OrderModel> com.hybris.cockpitng.engine.ComponentWidgetAdapterAware
public class ManualPaymentReauthAction
extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
implements com.hybris.cockpitng.actions.CockpitAction<OrderModel,OrderModel>
This action specifies that the payment reauth operation has been handled manually. It proceeds with the regular order fulfillment
flow in the business process.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanPerform(com.hybris.cockpitng.actions.ActionContext<OrderModel> ctx) protected voidExecutes the manual payment reauth release operation by calling theBusinessProcessService.protected BusinessProcessServicegetConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<OrderModel> ctx) protected ModelServiceprotected com.hybris.cockpitng.util.notifications.NotificationServicebooleanneedsConfirmation(com.hybris.cockpitng.actions.ActionContext<OrderModel> ctx) com.hybris.cockpitng.actions.ActionResult<OrderModel>perform(com.hybris.cockpitng.actions.ActionContext<OrderModel> actionContext) Methods inherited from class com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
addSocketInputEventListener, getComponentID, handleSocketInputEvent, initialize, initializeDefaultEventListeners, registerStubInstance, sendOutput, setComponentID, unregisterStubInstance
-
Field Details
-
MANUAL_PAYMENT_REAUTH_SUCCESS
- See Also:
-
MANUAL_REAUTH_PAYMENT_EVENT
- See Also:
-
-
Constructor Details
-
ManualPaymentReauthAction
public ManualPaymentReauthAction()
-
-
Method Details
-
perform
public com.hybris.cockpitng.actions.ActionResult<OrderModel> perform(com.hybris.cockpitng.actions.ActionContext<OrderModel> actionContext) - Specified by:
performin interfacecom.hybris.cockpitng.actions.CockpitAction<OrderModel,OrderModel>
-
canPerform
- Specified by:
canPerformin interfacecom.hybris.cockpitng.actions.CockpitAction<OrderModel,OrderModel>
-
needsConfirmation
- Specified by:
needsConfirmationin interfacecom.hybris.cockpitng.actions.CockpitAction<OrderModel,OrderModel>
-
getConfirmationMessage
- Specified by:
getConfirmationMessagein interfacecom.hybris.cockpitng.actions.CockpitAction<OrderModel,OrderModel>
-
executeManualPaymentAuthOperation
Executes the manual payment reauth release operation by calling theBusinessProcessService.- Parameters:
order- theOrderModelto be released
-
getBusinessProcessService
-
getModelService
-
getNotificationService
protected com.hybris.cockpitng.util.notifications.NotificationService getNotificationService()
-