com.ibm.commerce.payment.commands
Interface GetOrderDescCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- GetOrderDescCmdImpl
- public interface GetOrderDescCmd
- extends TaskCommand
The 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.
Method Summary |
byte[] |
getReturnData()
Returns the byte Array containing the 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. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
- The default implementation class.
NAME
public static final java.lang.String NAME
getReturnData
public byte[] getReturnData()
- Returns the byte Array containing the detail description of the
order suitable for display by a wallet application running on
the shopper's machine.
- Returns:
- byte[]
setOrderId
public void setOrderId(java.lang.Long orderId)
- Sets the orderId property of the command.
- Parameters:
orderId
- the order reference number of the Order for which the
detail order description is to be prepared.