public interface RequisitionListDisplayCmd extends ControllerCommand
RequisitionListDisplayCmdImpl
.
The RequisitionListDisplay
URL is mapped to this command by default.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALL_STORE_ID
Constant ALL_STORE_ID = "*".
|
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 |
setRequisitionListId(java.lang.Long id)
This method specifies the requisition list id to be displayed.
|
void |
setRequisitionListStoreId(java.lang.String[] id)
This method specifies the store id of the requisition list to be displayed.
|
void |
setStatus(java.lang.String status)
This method specifies the status of the requisition list to be displayed.
|
void |
setType(java.lang.String type)
This method specifies the type of the requisition list to be displayed.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
static final java.lang.String ALL_STORE_ID
void setRequisitionListId(java.lang.Long id)
id
- requisition list id.void setRequisitionListStoreId(java.lang.String[] id)
id
- an array of store ids.void setStatus(java.lang.String status)
status
- the status of the requisition list to be displayed.void setType(java.lang.String type)
type
- the type of the requisition list to be displayed.