com.ibm.commerce.requisitionlist.commands
Interface RequisitionListDisplayCmd
-
- All Superinterfaces:
- AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
- All Known Implementing Classes:
- RequisitionListDisplayCmdImpl
public interface RequisitionListDisplayCmd extends ControllerCommand
This controller command is used to display one or more requisition lists. The default implementation of this command isRequisitionListDisplayCmdImpl
. TheRequisitionListDisplay
URL is mapped to this command by default.
-
-
Field Summary
Fields 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.
-
Method Summary
All Methods Instance Methods Abstract Methods 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.-
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.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
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, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
The IBM copyright notice field.- See Also:
- Constant Field Values
-
NAME
static final java.lang.String NAME
The full name of this command.- See Also:
- Constant Field Values
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
The default implementation of this command.- See Also:
- Constant Field Values
-
ALL_STORE_ID
static final java.lang.String ALL_STORE_ID
Constant ALL_STORE_ID = "*".- See Also:
- Constant Field Values
-
-
Method Detail
-
setRequisitionListId
void setRequisitionListId(java.lang.Long id)
This method specifies the requisition list id to be displayed.- Parameters:
id
- requisition list id.
-
setRequisitionListStoreId
void setRequisitionListStoreId(java.lang.String[] id)
This method specifies the store id of the requisition list to be displayed.- Parameters:
id
- an array of store ids.
-
setStatus
void setStatus(java.lang.String status)
This method specifies the status of the requisition list to be displayed.- Parameters:
status
- the status of the requisition list to be displayed.
-
setType
void setType(java.lang.String type)
This method specifies the type of the requisition list to be displayed.- Parameters:
type
- the type of the requisition list to be displayed.
-
-