com.ibm.commerce.requisitionlist.commands

Interface RequisitionListUpdateCmd

  • 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:
    RequisitionListUpdateCmdImpl


    public interface RequisitionListUpdateCmd
    extends ControllerCommand
    This controller command is used to update information for a requisition list. The default implementation of this command is RequisitionListUpdateCmdImpl. The RequisitionListUpdate URL is mapped to this command by default.
    • 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
    • Method Detail

      • setBilltoAddressId

        void setBilltoAddressId(java.lang.Long id)
        This method updates the billing address of the requisition list to the new address id.
        Parameters:
        id - address id
      • setName

        void setName(java.lang.String name)
        This method updates the name of the requisition list to the new name.
        Parameters:
        name - requisition list name
      • setRequisitionListId

        void setRequisitionListId(java.lang.Long id)
        This method specifies the requisition list id to be updated.
        Parameters:
        id - requisition list id
      • setStatus

        void setStatus(java.lang.String status)
        This method updates the status of the requisition list to the new status.
        Parameters:
        status - the status of the requisition list
      • setType

        void setType(java.lang.String type)
        This method updates the type of the requisition list to the new status.
        Parameters:
        type - the type of the requisition list.