com.ibm.commerce.negotiation.commands
Interface SetWinnerCmd

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

public interface SetWinnerCmd
extends TaskCommand

Interface for the command that determines the winners for an auction.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 java.util.Vector getWinningBids()
          Returns the vector of winning bids.
 void setAuctionAccessBean(AuctionAccessBean i)
          Abstract method for settting auction reference number
 void setAuctionReferenceNumber(java.lang.Long i)
          Abstract method for settting auction reference number
 void setItemReferenceNumber(java.lang.Long i)
          Abstract method for set item(product) reference number
 
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 the vector of winning bids.
Returns:
java.util.Vector

setAuctionAccessBean

public void setAuctionAccessBean(AuctionAccessBean i)
                          throws javax.ejb.FinderException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.CreateException
Abstract method for settting auction reference number
Parameters:
i - java.lang.Integer

setAuctionReferenceNumber

public void setAuctionReferenceNumber(java.lang.Long i)
                               throws javax.ejb.FinderException,
                                      java.rmi.RemoteException,
                                      javax.naming.NamingException,
                                      javax.ejb.CreateException
Abstract method for settting auction reference number
Parameters:
i - java.lang.Integer

setItemReferenceNumber

public void setItemReferenceNumber(java.lang.Long i)
Abstract method for set item(product) reference number
Parameters:
i - java.lang.Integer