com.ibm.commerce.negotiation.commands
Interface NotifyCloseAuctionCmd

All Superinterfaces:
ECCommand, NotifyAuctionBaseCmd, TaskCommand
All Known Implementing Classes:
NotifyCloseAuctionCmdImpl

public interface NotifyCloseAuctionCmd
extends NotifyAuctionBaseCmd

Defines the interface for auction closing notification command.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setBids(java.util.Vector v)
           
 
Methods inherited from interface com.ibm.commerce.negotiation.commands.NotifyAuctionBaseCmd
setAuctionAccessBean, setAuctionReferenceNumber
 
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

setBids

public void setBids(java.util.Vector v)