com.ibm.commerce.negotiation.commands

Class DeleteAuctionCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • DeleteAuctionCmdImpl

        public DeleteAuctionCmdImpl()
        DeleteAuctionCmdImpl constructor comment.
    • Method Detail

      • getAuctionIdList

        public java.util.Vector getAuctionIdList()
        Returns a list of auction identifiers.
        Returns:
        java.util.Vector
      • getErrorContent

        public java.util.Hashtable getErrorContent()
        Returns the hashtable containing error codes.
        Returns:
        java.util.Hashtable
      • isReadyToCallExecute

        public boolean isReadyToCallExecute()
        isReadyToCallExecute method comment.
        Specified by:
        isReadyToCallExecute in interface com.ibm.websphere.command.Command
        Overrides:
        isReadyToCallExecute in class AbstractECTargetableCommand
        Returns:
        true if ready to call execute, false otherwise.
      • setAuctionIdList

        public void setAuctionIdList(java.util.Vector newAuctionIdList)
        Stores a list of auction identifiers.
        Specified by:
        setAuctionIdList in interface DeleteAuctionCmd
        Parameters:
        newAuctionIdList - java.util.Vector
      • setErrorContent

        public void setErrorContent(java.util.Hashtable newErrorContent)
        Sets the incoming hashtable of error codes.
        Parameters:
        newErrorContent - java.util.Hashtable
      • 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:
        AccessVector - a vector of resource action pairs
        Throws:
        ECApplicationException - is raised with message ERR_BAD_PARMS when the auction parameters are invalid.
        ECException