Uses of Class
org.promotego.beans.OfferedGame

Packages that use OfferedGame
org.promotego.beans   
org.promotego.dao.hibernate   
org.promotego.dao.interfaces   
org.promotego.viewbeans   
 

Uses of OfferedGame in org.promotego.beans
 

Methods in org.promotego.beans that return OfferedGame
 OfferedGame OfferedGameHolder.getOfferedGame()
           
 

Methods in org.promotego.beans that return types with arguments of type OfferedGame
 java.util.List<OfferedGame> User.getOfferedGames()
           
 

Methods in org.promotego.beans with parameters of type OfferedGame
 void OfferedGameHolder.setOfferedGame(OfferedGame offeredGame)
           
 

Method parameters in org.promotego.beans with type arguments of type OfferedGame
 void User.setOfferedGames(java.util.List<OfferedGame> offeredGames)
           
 

Constructors in org.promotego.beans with parameters of type OfferedGame
ScheduledGame(OfferedGame offeredGame)
           
 

Uses of OfferedGame in org.promotego.dao.hibernate
 

Methods in org.promotego.dao.hibernate that return types with arguments of type OfferedGame
 java.util.List<OfferedGame> HibernateOfferedGameDao.findExpired(java.util.Date currentTime)
           
 

Uses of OfferedGame in org.promotego.dao.interfaces
 

Methods in org.promotego.dao.interfaces that return types with arguments of type OfferedGame
 java.util.List<OfferedGame> OfferedGameDao.findExpired(java.util.Date currentTime)
          Find all games that have expired as of the time provided.
 

Uses of OfferedGame in org.promotego.viewbeans
 

Methods in org.promotego.viewbeans that return OfferedGame
 OfferedGame OfferedGameViewBean.getOfferedGame()
           
 

Methods in org.promotego.viewbeans with parameters of type OfferedGame
 void OfferedGameViewBean.setOfferedGame(OfferedGame offeredGame)
           
 



Copyright © 2007. All Rights Reserved.