com.ibm.commerce.order.commands
Interface OrderDisplayCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand
All Known Implementing Classes:
OrderDisplayCmdImpl

public interface OrderDisplayCmd
extends ControllerCommand

Sets the "viewTaskName" response property to display the contents of specified Orders for a user, according to the status input parameter.


Field Summary
static java.lang.String COPYRIGHT
          IBM Copyright notice field.
static java.lang.String defaultCommandClassName
          The default implementation of this command.
static java.lang.String NAME
          The name of this command.
 
Method Summary
 void setOrderId(java.util.Vector avOrderId)
          Sets identifiers of the Orders to be displayed.
 void setOutOrderIds(java.lang.String[] aarrstrOutOrderIds)
          Sets the names of the response properties to be created by the command.
 void setStatus(java.lang.String astrStatus)
          Sets the status of the Orders to be displayed.
 
Methods inherited from interface com.ibm.commerce.command. ControllerCommand
checkPermission, 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, getResourceOwners, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command. ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM Copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this command.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation of this command.
See Also:
Constant Field Values
Method Detail

setOrderId

public void setOrderId(java.util.Vector avOrderId)
Sets identifiers of the Orders to be displayed. If this parameter is not specified, it defaults to all Orders with the status specified by the status parameter.
Parameters:
avOrderId - the Order identifiers (Vector of Long).

setOutOrderIds

public void setOutOrderIds(java.lang.String[] aarrstrOutOrderIds)
Sets the names of the response properties to be created by the command. The values of each response property are the identifiers of the Orders to be displayed.
Parameters:
aarrstrOutOrderIds - the names of the response properties to be created.

setStatus

public void setStatus(java.lang.String astrStatus)
Sets the status of the Orders to be displayed. If this parameter is not specified, it defaults to "P".
Parameters:
astrStatus - the Order status.