public interface GetOrderDescCmd extends TaskCommand
GetOrderDescCmd Task Command constructs
a human readable description of the order suitable for display
by a wallet application that runs on the shopper's machine.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getReturnData()
Returns the byte Array containing a detail description of the
order suitable for display by a wallet application running on
the shopper's machine.
|
void |
setOrderId(java.lang.Long orderId)
Sets the orderId property of the command.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
byte[] getReturnData()
void setOrderId(java.lang.Long orderId)
orderId - the order reference number of the Order for which the
detail order description is to be prepared.