com.ibm.commerce.order.commands
Interface OrderDisplayCmd
- All Superinterfaces:
- AccCommand, ControllerCommand, ECCommand, Protectable
- All Known Implementing Classes:
- OrderDisplayCmdImpl
- public interface OrderDisplayCmd
- extends ControllerCommand
Displays the contents of the specified orders. If order reference numbers are
not specified, this command will display the list of orders that match input
parameters.
Field Summary |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
NAME
|
Method Summary |
void |
setOrderId(java.util.Vector avOrderId)
Sets ids of the orders to be displayed. |
void |
setOutOrderIds(java.lang.String[] aarrstrOutOrderIds)
Sets the names of the name-value pairs to be passed to a JSP. |
void |
setStatus(java.lang.String astrStatus)
Sets the status of the order(s) to be displayed. |
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.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
NAME
public static final java.lang.String NAME
setOrderId
public void setOrderId(java.util.Vector avOrderId)
- Sets ids of the orders to be displayed.
- Parameters:
newOrderId
- java.util.Vector - the order ids
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 displayed.
- Parameters:
aarrstrOutOrderIds
- String - the names of the name-value pairs
setStatus
public void setStatus(java.lang.String astrStatus)
- Sets the status of the order(s) to be displayed.
- Parameters:
newStatus
- java.lang.String order status