public interface AEDPCtrlCmd extends ControllerCommand
This controller command is the base payment rules controller command
interface.The default implementation of this command is
AEDPCtrlCmdImpl. The sub-commands inherit from this command include
PIAddCmd,PICopyCmd,PIEditCmd,and
PIRemoveCmd.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
defaultCommandClassName| Modifier and Type | Method and Description |
|---|---|
java.util.Locale |
getLocale()
This method returns the locale from the globalization context.
|
java.lang.Long |
getOrderId()
This method returns the current order identifier.
|
void |
setOrderId(java.lang.Long paramOrderId)
This method sets the identifier of the order to be paid for.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
java.util.Locale getLocale()
void setOrderId(java.lang.Long paramOrderId)
paramOrderId - the identifier of the order to be paid forjava.lang.Long getOrderId()