Uses of Class
org.promotego.beans.ScheduledGame

Packages that use ScheduledGame
org.promotego.dao.hibernate   
org.promotego.dao.interfaces   
org.promotego.formbackingbeans   
 

Uses of ScheduledGame in org.promotego.dao.hibernate
 

Methods in org.promotego.dao.hibernate that return types with arguments of type ScheduledGame
 java.util.List<ScheduledGame> HibernateScheduledGameDao.getByUser(User theUser)
           
 java.util.List<ScheduledGame> HibernateScheduledGameDao.getGamesNeedingReminder(java.util.Date currentReminderTime, long reminderWindow)
          Retrieve a list of scheduled games from the database which are within the time period specified by the reminder window.
 

Uses of ScheduledGame in org.promotego.dao.interfaces
 

Methods in org.promotego.dao.interfaces that return types with arguments of type ScheduledGame
 java.util.List<ScheduledGame> ScheduledGameDao.getByUser(User theUser)
           
 java.util.List<ScheduledGame> ScheduledGameDao.getGamesNeedingReminder(java.util.Date currentTime, long reminderWindow)
          Return the list of games coming up in the specified reminder window from the current time, which have not had reminders sent already.
 

Uses of ScheduledGame in org.promotego.formbackingbeans
 

Constructors in org.promotego.formbackingbeans with parameters of type ScheduledGame
ScheduledGameMessageContext(User sender, ScheduledGame scheduledGame, java.lang.String baseUrl)
           
 



Copyright © 2007. All Rights Reserved.