com.ibm.commerce.requisitionlist.commands
Interface RequisitionListDisplayCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand
All Known Implementing Classes:
RequisitionListDisplayCmdImpl

public interface RequisitionListDisplayCmd
extends ControllerCommand

Display one or more requisition lists.

Input parameters:

Name Type Requirement Description
requisitionListId Long optional The id of the requisition list to be displayed.
status Char optional The status of the requisition list. The valid values are 'Y' and 'Z'.
requisitionListStoreId Long optional The store id of the requisition list.

Output parameters:

Name Type Description
requisitionListId Long[] the resolved requisition list ids

Behavior:

View:


Field Summary
static java.lang.String ALL_STORE_ID
          Constant ALL_STORE_ID = "*".
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The default implementation class.
static java.lang.String NAME
          The name of the Command Interface class.
 
Method Summary
 void setRequisitionListId(java.lang.Long id)
          Specifies the requisition list id to be displayed.
 void setRequisitionListStoreId(java.lang.String[] id)
          Specifies the store id of the requisition list to be displayed.
 void setStatus(java.lang.String status)
          Specifies the status 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.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
IBM copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of the Command Interface class.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class.
See Also:
Constant Field Values

ALL_STORE_ID

public static final java.lang.String ALL_STORE_ID
Constant ALL_STORE_ID = "*".
See Also:
Constant Field Values
Method Detail

setRequisitionListId

public void setRequisitionListId(java.lang.Long id)
Specifies the requisition list id to be displayed.
Parameters:
id - requisition list id.

setRequisitionListStoreId

public void setRequisitionListStoreId(java.lang.String[] id)
Specifies the store id of the requisition list to be displayed.
Parameters:
id - an array of store ids.

setStatus

public void setStatus(java.lang.String status)
Specifies the status of the requisition list to be displayed.
Parameters:
status - status