com.ibm.commerce.negotiation.commands

Class DeleteAuctionStyleCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • DeleteAuctionStyleCmdImpl

        public DeleteAuctionStyleCmdImpl()
        DeleteAuctionStyleCmdImpl constructor.
    • Method Detail

      • getAuctionStyleList

        public java.util.Vector getAuctionStyleList()
        Gets the list of auction styles.
        Returns:
        A vector containing the list of auction styles.
      • getErrorContent

        public java.util.Hashtable getErrorContent()
        Returns a hashtable of error codes.
        Returns:
        The hashtable of error codes.
      • setAuctionStyleList

        public void setAuctionStyleList(java.util.Vector newAuctionStyleList)
        Sets the list of auction styles.
        Specified by:
        setAuctionStyleList in interface DeleteAuctionStyleCmd
        Parameters:
        newAuctionStyleList - A vector containing the list of auction styles.
      • setErrorContent

        public void setErrorContent(java.util.Hashtable newErrorContent)
        Stores the hashtable of error codes.
        Parameters:
        newErrorContent - The hashtable of error codes.
      • getResources

        public AccessVector getResources()
                                  throws ECException
        Gets the access vector accessed by this command.

        The default implementation returns null indicating that no protectable resource is accessed by this command. It is the responsibilities of the command writer to return the protectable primary resource(s) and the corresponding actions accessed by this command.

        Specified by:
        getResources in interface ECCommand
        Overrides:
        getResources in class AbstractECTargetableCommand
        Returns:
        The vector of resource action pairs.
        Throws:
        ECException - if any problems are encountered.