com.ibm.commerce.negotiation.commands

Interface PlaceAuctionOrderCmd

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


    public interface PlaceAuctionOrderCmd
    extends TaskCommand
    Interface to place an order for a winning bid.
    • 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

      • setBidReferenceNumber

        void setBidReferenceNumber(java.lang.Long i)
        Stores the incoming value for the bid reference number.
        Parameters:
        i - java.lang.Integer
      • setOrderReferenceNumber

        void setOrderReferenceNumber(java.lang.Long l)
        Stores the incoming value for the order reference number.
        Parameters:
        l - java.lang.Long
      • setStatus

        void setStatus(java.lang.String s)
        Stores the incoming value for the status.
        Parameters:
        s - java.lang.String