com.ibm.commerce.negotiation.commands

Interface DetermineWinnersCmd

  • All Superinterfaces:
    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:
    DetermineWinnersCmdImpl


    public interface DetermineWinnersCmd
    extends TaskCommand
    Determine winning auto-bids' best bidding prices 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

      • setActiveBids

        void setActiveBids(java.util.Vector bids)
        Sets the list of active bids to be processed.
        Parameters:
        bids - Vector - Active bids list
      • setBidRuleId

        void setBidRuleId(java.lang.Long id)
        Sets the current auction bid rule ID,
        Parameters:
        id - Long - Auction's bid rule ID.
      • setErrorTaskName

        void setErrorTaskName(java.lang.String errorTaskName)
        Sets error task name that will be returned by the exceptions.
        Parameters:
        errorTaskName - java.lang.String
      • setQuantityOnAuction

        void setQuantityOnAuction(java.lang.Double quantity)
        Sets the quantity on auction value.
        Parameters:
        quantity - Double - Quantity on auction.
      • setWinners

        void setWinners(java.util.Vector winners)
        Sets the incoming vector of winners.
        Parameters:
        winners - java.util.Vector