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.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
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
 

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

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.