com.ibm.commerce.order.commands
Interface SetOrderPaymentInfoCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- SetOrderPaymentInfoCmdImpl
- public interface SetOrderPaymentInfoCmd
- extends TaskCommand
Sets the payment information of an order.
Method Summary |
void |
setOrderId(java.lang.Long anOrderId)
Sets the order identifier for which payment information is being set. |
void |
setOrderPaymentInfo(java.util.Hashtable ahshOrderPaymentInfo)
Sets the payment information name-value pairs. |
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
setOrderId
public void setOrderId(java.lang.Long anOrderId)
- Sets the order identifier for which payment information is being set.
setOrderPaymentInfo
public void setOrderPaymentInfo(java.util.Hashtable ahshOrderPaymentInfo)
- Sets the payment information name-value pairs.