public interface OrderDisplayCmd extends ControllerCommand
OrderDisplayCmdImpl.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The full name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setOrderId(java.util.Vector avOrderId)
This method sets identifiers of the Orders to be displayed.
|
void |
setOutOrderIds(java.lang.String[] aarrstrOutOrderIds)
This method sets the names of the response properties to be created by the command.
|
void |
setStatus(java.lang.String astrStatus)
This method sets the status of the Orders to be displayed.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setOrderId(java.util.Vector avOrderId)
avOrderId - A Vector represents the Order identifiers (Vector of Long).void setOutOrderIds(java.lang.String[] aarrstrOutOrderIds)
aarrstrOutOrderIds - A String[] that specifies the names of the response properties to be created.void setStatus(java.lang.String astrStatus)
astrStatus - A String that indicates the Order status.