public class ManualPaymentCaptureAction
extends AbstractComponentWidgetAdapterAware
PaymentService to capture on the payment authorization.| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
MANUAL_CAPTURE_PAYMENT_EVENT |
protected static java.lang.String |
MANUAL_PAYMENT_CAPTURE_SUCCESS |
| Constructor and Description |
|---|
ManualPaymentCaptureAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPerform(<any> ctx) |
protected void |
executeManualPaymentCaptureOperation(OrderModel order)
Executes the manual payment capture release operation by calling the
BusinessProcessService. |
protected BusinessProcessService |
getBusinessProcessService() |
java.lang.String |
getConfirmationMessage(<any> ctx) |
protected ModelService |
getModelService() |
protected NotificationService |
getNotificationService() |
boolean |
needsConfirmation(<any> ctx) |
<any> |
perform(<any> actionContext) |
protected static final java.lang.String MANUAL_PAYMENT_CAPTURE_SUCCESS
protected static final java.lang.String MANUAL_CAPTURE_PAYMENT_EVENT
public <any> perform(<any> actionContext)
public boolean canPerform(<any> ctx)
public boolean needsConfirmation(<any> ctx)
public java.lang.String getConfirmationMessage(<any> ctx)
protected void executeManualPaymentCaptureOperation(OrderModel order)
BusinessProcessService.order - the OrderModel to be releasedprotected BusinessProcessService getBusinessProcessService()
protected ModelService getModelService()
protected NotificationService getNotificationService()
Copyright © 2018 SAP SE. All Rights Reserved.