com.ibm.commerce.negotiation.commands

Interface NotifyAuctionBaseCmd

    • 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

      • setAuctionAccessBean

        void setAuctionAccessBean(AuctionAccessBean i)
        Abstract method for setting auctionAccessBean
        Parameters:
        i - The auction access bean object.
      • setAuctionReferenceNumber

        void setAuctionReferenceNumber(java.lang.Long l)
                                throws ECApplicationException
        Abstract method for setting auction reference number.
        Parameters:
        l - The auction ID.
        Throws:
        com.ibm.commerce.exception.ECApplicationException.
        ECApplicationException