public interface RequisitionListCreateCmd extends ControllerCommand
RequisitionListCreateCmdImpl.
The RequisitionListCreate URL is mapped to this command by default.| 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 |
|---|---|
java.lang.Long |
getRequisitionListId()
This method returns the newly created requisition list id.
|
void |
setName(java.lang.String name)
This method specifies the name of the created requisition list.
|
void |
setStatus(java.lang.String status)
This method specifies the status of the created requisition list.
|
void |
setType(java.lang.String type)
This method specifies the type of the created requisition list.
|
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
java.lang.Long getRequisitionListId()
void setName(java.lang.String name)
name - requisition list namevoid setStatus(java.lang.String status)
status - the status of the created requisition list.void setType(java.lang.String type)
type - the type of the created requisition list.