com.ibm.commerce.requisitionlist.commands
Interface RequisitionListDisplayCmd

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

public interface RequisitionListDisplayCmd
extends ControllerCommand

Display one or more requisition lists.

Input parameters:
NameTypeRequirementDescription
requisitionListIdLongoptionalThe id of the requisition list to be displayed.
statusCharoptionalThe status of the requisition list. The valid values are 'Y' and 'Z'.
requisitionListStoreIdLongoptionalThe store id of the requisition list.

Output parameters:
NameTypeDescription
requisitionListIdLong[]the resolved requisition list ids

Behavior:

View:


Field Summary
static java.lang.String ALL_STORE_ID
           
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
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
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, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Field Detail

ALL_STORE_ID

public static final java.lang.String ALL_STORE_ID

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

setRequisitionListId

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

setRequisitionListStoreId

public void setRequisitionListStoreId(java.lang.String[] id)
Specifies the store id of the requisition list to be displayed.

setStatus

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