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