com.ibm.commerce.negotiation.commands

Interface CreateAuctionTaskCmd

  • All Superinterfaces:
    AuctionTaskBaseCmd, com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    CreateAuctionTaskCmdImpl


    public interface CreateAuctionTaskCmd
    extends AuctionTaskBaseCmd
    Create auction command interface.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The full class name for this interface file.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name. This is used if there is no record found in the CMDREG table.
        See Also:
        Constant Field Values
    • Method Detail

      • setAuctionType

        void setAuctionType(java.lang.String s)
                     throws ECException
        Sets the auction type.
        Parameters:
        s - The auction type.
        Throws:
        ECException - if any problems are encountered.
      • setCurrency

        void setCurrency(java.lang.String s)
                  throws ECException
        Sets the currency.
        Parameters:
        s - The currency.
        Throws:
        ECException - if any problems are encountered.
      • setCurrentAvailableQuantity

        void setCurrentAvailableQuantity(java.lang.Double quant)
                                  throws ECException
        Sets the current available quantity.
        Parameters:
        quant - The current available quantity.
        Throws:
        ECException - if any problems are encountered.
      • setOwnerId

        void setOwnerId(java.lang.Long userid)
                 throws ECException
        Sets the auction owner ID.
        Parameters:
        userid - The auction owner ID.
        Throws:
        ECException - if any problems are encountered.
      • setProductId

        void setProductId(java.lang.Long theId)
                   throws ECException
        Sets the product ID.
        Parameters:
        theId - The product ID.
        Throws:
        ECException - if any problems are encountered.