com.ibm.commerce.negotiation.commands
Interface DeleteAuctionTaskCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
DeleteAuctionTaskCmdImpl

public interface DeleteAuctionTaskCmd
extends TaskCommand

Interface for the task command that deletes an auction.


Field Summary
static java.lang.String COPYRIGHT
          Copyright statement.
static java.lang.String defaultCommandClassName
          The default implementation class name.
static java.lang.String NAME
          The full class name for this interface file.
 
Method Summary
 java.util.Hashtable getErrorContent()
          Returns a Hashtable that contains exceptions if any with key as the auction id.
 void setAuctionIdList(java.util.Vector v)           Set the Vector that contains a list of Strings.
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The full class name for this interface file.
See Also:
Constant Field Values

defaultCommandClassName

public 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

public java.util.Hashtable getErrorContent()
Returns a Hashtable that contains exceptions if any with key as the auction id.
Returns:
The Hashtable of exceptions.

setAuctionIdList

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