com.ibm.commerce.negotiation.commands

Interface ModifyAuctionStyleCmd

    • 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

      • setAuctionStyleNameUrlName

        void setAuctionStyleNameUrlName(java.lang.String s,
                                        boolean b)
                                 throws ECException
        Sets the auction style name from url name/value pair.
        Parameters:
        s - Auction style name.
        b - A boolean indicating whether or not the name is a required field.
        Throws:
        ECException - if a required parameter has not been supplied.