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.
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
NAME
public static final java.lang.String NAME
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.