com.ibm.commerce.requisitionlist.commands

Interface RequisitionListSubmitCmd

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


    public interface RequisitionListSubmitCmd
    extends ControllerCommand
    This controller command is used to submit a requisition list for order processing. The default implementation of the command is RequisitionListSubmitCmdImpl. The RequisitionListSubmit 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

      • setContractId

        void setContractId(java.lang.Long[] id)
        This method specifies an array of contract ids for price calculation.
        Parameters:
        id - an array of contract ids.
      • setOfferId

        void setOfferId(java.lang.Long[] id)
        This method specifies an array of offer ids for price calculation.
        Parameters:
        id - an array of offer ids.
      • setRequisitionListId

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