com.ibm.commerce.negotiation.commands
Interface CloseAuctionCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
CloseAuctionCmdImpl

public interface CloseAuctionCmd
extends TaskCommand

Interface being implemented from CloseAuctionCmdImpl


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 java.util.Vector getWinningBids()
          Returns a vector of winning bids (as BidAccessBean).
 void setAuctionAccessBean(AuctionAccessBean aBean)
          Interface method to set auction access bean.
 void setAuctionReferenceNumber(java.lang.Long s)
          Interface method to set auction reference number (aka auction Id).
 
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

getWinningBids

public java.util.Vector getWinningBids()
Returns a vector of winning bids (as BidAccessBean).
Returns:
java.util.Vector

setAuctionAccessBean

public void setAuctionAccessBean(AuctionAccessBean aBean)
                          throws javax.ejb.FinderException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.CreateException
Interface method to set auction access bean.
Parameters:
aBean - The auction access bean.

setAuctionReferenceNumber

public void setAuctionReferenceNumber(java.lang.Long s)
                               throws javax.ejb.FinderException,
                                      java.rmi.RemoteException,
                                      javax.naming.NamingException,
                                      javax.ejb.CreateException
Interface method to set auction reference number (aka auction Id).
Parameters:
s - The auction Id.