|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OfferedGameDao
| Method Summary | |
|---|---|
java.util.List<OfferedGame> |
findExpired(java.util.Date currentTime)
Find all games that have expired as of the time provided. |
| 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<OfferedGame> findExpired(java.util.Date currentTime)
currentTime - All games offered at or before this time are considered expired.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||