public class CancelOrderAction
extends AbstractComponentWidgetAdapterAware
OrderModel.| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CAPTURE_PAYMENT_ON_CONSIGNMENT |
protected static java.lang.String |
SOCKET_OUT_CONTEXT |
| Constructor and Description |
|---|
CancelOrderAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPerform(<any> actionContext) |
protected ConfigurationService |
getConfigurationService() |
java.lang.String |
getConfirmationMessage(<any> actionContext) |
protected java.util.List<ConsignmentStatus> |
getNotCancellableConsignmentStatus() |
protected java.util.List<OrderStatus> |
getNotCancellableOrderStatus() |
protected OrderCancelService |
getOrderCancelService() |
protected UserService |
getUserService() |
boolean |
needsConfirmation(<any> actionContext) |
<any> |
perform(<any> actionContext) |
protected static final java.lang.String SOCKET_OUT_CONTEXT
protected static final java.lang.String CAPTURE_PAYMENT_ON_CONSIGNMENT
public boolean canPerform(<any> actionContext)
public java.lang.String getConfirmationMessage(<any> actionContext)
public boolean needsConfirmation(<any> actionContext)
public <any> perform(<any> actionContext)
protected OrderCancelService getOrderCancelService()
protected UserService getUserService()
protected java.util.List<OrderStatus> getNotCancellableOrderStatus()
protected java.util.List<ConsignmentStatus> getNotCancellableConsignmentStatus()
protected ConfigurationService getConfigurationService()
Copyright © 2018 SAP SE. All Rights Reserved.