com.ibm.commerce.order.commands
Interface OrderPrepareCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, Protectable
All Known Implementing Classes:
OrderPrepareCmdImpl

public interface OrderPrepareCmd
extends ControllerCommand

This command prepares an order by determining prices, discounts, shipping charges, and taxes for an order. If an order reference number is not specified, all current pending orders will be prepared for the current customer at the given store.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String NAME
           
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Method Summary
 void setOrderId(java.util.Vector avOrderId)
          Sets ids of the orders to be prepared.
 void setOutOrderIds(java.lang.String[] aarrstrOutOrderIds)
          Sets the names of the name-value pairs to be passed to a JSP.
 
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
 
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

NAME

public static final java.lang.String NAME
Method Detail

setOrderId

public void setOrderId(java.util.Vector avOrderId)
Sets ids of the orders to be prepared.
Parameters:
newOrderId - java.util.Vector order identifiers

setOutOrderIds

public void setOutOrderIds(java.lang.String[] aarrstrOutOrderIds)
Sets the names of the name-value pairs to be passed to a JSP. The value of each added name-value pair is the identifier of the order to be prepared.
Parameters:
aarrstrOutOrderIds - String - the names of the name-value pairs