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