com.ibm.commerce.order.commands
Interface OrderListCmd

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

public interface OrderListCmd
extends ControllerCommand

Sets the "viewTaskName" response property to display a list of Orders for a user, according to the status input parameter, without preparing or otherwise modifying the Orders.


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 setStatus(java.lang.String astrStatus)
Specifies the status of the Orders that are to be displayed.
void setStoreId(java.lang.Integer anStoreId)
Specifies the identifier of the Store whose Orders are 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
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
Field Detail

COPYRIGHT

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

setStatus

public void setStatus(java.lang.String astrStatus)
Specifies the status of the Orders that are to be displayed.
Parameters:
astrStatus - the status of the Orders that are to be displayed.

setStoreId

public void setStoreId(java.lang.Integer anStoreId)
Specifies the identifier of the Store whose Orders are to be displayed.
Parameters:
anStoreId - the identifier of the Store whose Orders are to be displayed.

Feedback