org.promotego.dao.interfaces
Interface OfferedGameDao

All Superinterfaces:
Dao<OfferedGame>, RadiusSearchDao<OfferedGame>
All Known Implementing Classes:
HibernateOfferedGameDao

public interface OfferedGameDao
extends RadiusSearchDao<OfferedGame>


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

findExpired

java.util.List<OfferedGame> findExpired(java.util.Date currentTime)
Find all games that have expired as of the time provided.

Parameters:
currentTime - All games offered at or before this time are considered expired.
Returns:
The list of game offers which have expired.


Copyright © 2007. All Rights Reserved.