com.ibm.commerce.negotiation.commands
Interface CloseAuctionCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CloseAuctionCmdImpl

public interface CloseAuctionCmd
extends TaskCommand

Interface being implemented from CloseAuctionCmdImpl


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.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).
 

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

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 FinderException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 CreateException
Interface method to set auction access bean.
Parameters:
aBean - The auction access bean.
FinderException
java.rmi.RemoteException
javax.naming.NamingException
CreateException

setAuctionReferenceNumber

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