com.ibm.commerce.negotiation.commands
Interface DeleteAuctionTaskCmd

All Superinterfaces:
ECCommand, 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
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
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.
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
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.