public class CancelOrderAction
extends AbstractComponentWidgetAdapterAware
| Modifier and Type | Field and Description |
|---|---|
protected static String |
SOCKET_OUT_CONTEXT |
| Constructor and Description |
|---|
CancelOrderAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPerform(<any> actionContext) |
String |
getConfirmationMessage(<any> actionContext) |
protected OrderCancelService |
getOrderCancelService() |
protected UserService |
getUserService() |
boolean |
needsConfirmation(<any> actionContext) |
<any> |
perform(<any> actionContext) |
void |
setOrderCancelService(OrderCancelService orderCancelService) |
void |
setUserService(UserService userService) |
protected static final String SOCKET_OUT_CONTEXT
public boolean canPerform(<any> actionContext)
public String getConfirmationMessage(<any> actionContext)
public boolean needsConfirmation(<any> actionContext)
public <any> perform(<any> actionContext)
protected OrderCancelService getOrderCancelService()
public void setOrderCancelService(OrderCancelService orderCancelService)
protected UserService getUserService()
public void setUserService(UserService userService)
Copyright © 2017 SAP SE. All Rights Reserved.