com.ibm.commerce.requisitionlist.commands
Interface RequisitionListUpdateCmd

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

public interface RequisitionListUpdateCmd
extends ControllerCommand

Update information for a requisition list.

Input parameters:
NameTypeRequirementDescription
requisitionListIdLongmandatoryThe id of the requisition list to be updated.
nameStringoptionalThe name of the requisition list
statusCharoptionalThe status of the requisition list. The valid values are 'Y' and 'Z'.
billtoAddressIdLongoptionalThe billing address id for the requisition list.
...StringoptionalSome optional payment Name value pairs.

Output parameters: None.

Behavior:

View:


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setBilltoAddressId(java.lang.Long id)
          Updates the billing address of the requisition list to the new address id.
 void setName(java.lang.String name)
          Updates the name of the requisition list to the new name.
 void setRequisitionListId(java.lang.Long id)
          Specifies the requisition list id to be updated.
 void setStatus(java.lang.String status)
          Updates the status of the requisition list to the new status.
 
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

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

setBilltoAddressId

public void setBilltoAddressId(java.lang.Long id)
Updates the billing address of the requisition list to the new address id.

setName

public void setName(java.lang.String name)
Updates the name of the requisition list to the new name.

setRequisitionListId

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

setStatus

public void setStatus(java.lang.String status)
Updates the status of the requisition list to the new status.