|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScheduledGameDao
Method Summary | |
---|---|
java.util.List<ScheduledGame> |
getByUser(User theUser)
|
java.util.List<ScheduledGame> |
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. |
Methods inherited from interface org.promotego.dao.interfaces.RadiusSearchDao |
---|
findNear |
Methods inherited from interface org.promotego.dao.interfaces.Dao |
---|
create, create, delete, deleteAll, findAll, getById, getCount, reattach, saveOrUpdate, update |
Method Detail |
---|
java.util.List<ScheduledGame> getByUser(User theUser)
java.util.List<ScheduledGame> getGamesNeedingReminder(java.util.Date currentTime, long reminderWindow)
currentTime
- The beginning of the search period for upcoming games.reminderWindow
- The length of the search period for upcoming games.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |