com.ibm.commerce.order.commands
Interface GetOrderPaymentInfoCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
GetOrderPaymentInfoCmdImpl

public interface GetOrderPaymentInfoCmd
extends TaskCommand

This task command is called by other Order commands to get the payment info of an order.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 TypedProperty getOrderPaymentInfo()
          The payment info of the order, as a set of NVPs.
 void setOrderId(java.lang.Long anOrderId)
          Set the order reference number.
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

getOrderPaymentInfo

public TypedProperty getOrderPaymentInfo()
The payment info of the order, as a set of NVPs.

setOrderId

public void setOrderId(java.lang.Long anOrderId)
Set the order reference number.