QueryPaymentsInfoPolicyCmd
public interface GetPaymentInfoCmd extends ControllerCommand
GetPaymentInfoCmdImpl
.QueryPaymentsInfoPolicyCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Deprecated.
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
Deprecated.
The default implementation of this command.
|
static java.lang.String |
NAME
Deprecated.
The full name of this command.
|
Modifier and Type | Method and Description |
---|---|
void |
setOrderId(java.lang.Long orderId)
Deprecated.
This method sets the orderId property of the command.
|
void |
setUrl(java.lang.String url)
Deprecated.
This method sets the URL property of the command.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setOrderId(java.lang.Long orderId)
orderId
- A Long that specifies the order reference number of the Order for which the
payment information is to be obtained.void setUrl(java.lang.String url)
url
- A String that specifies the URL to redirect to after the command completes
its processing. The payment information is to be appended to this URL as additional
name-value pairs in the query string.