com.ibm.commerce.negotiation.commands

Interface DeleteAuctionTaskCmd

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


    public interface DeleteAuctionTaskCmd
    extends TaskCommand
    Interface for the task command that deletes an auction.
    • 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

      • getErrorContent

        java.util.Hashtable getErrorContent()
        Returns a hashtable that contains exceptions if any with key as the auction ID.
        Returns:
        The Hashtable of exceptions.
      • setAuctionIdList

        void setAuctionIdList(java.util.Vector v)
        Sets the vector that contains a list of Strings. Each string represents an auction identifier.
        Parameters:
        v - The vector of strings.