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
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setOrderId(java.util.Vector avOrderId)
avOrderId
- the Order identifiers (Vector of
Long).public void setOutOrderIds(java.lang.String[] aarrstrOutOrderIds)
aarrstrOutOrderIds
- the names of the response properties to
be created.public void setStatus(java.lang.String astrStatus)
astrStatus
- the Order status.