org.promotego.dao.interfaces
Interface RadiusSearchDao<T>

All Superinterfaces:
Dao<T>
All Known Subinterfaces:
LocationDao, OfferedGameDao, ScheduledGameDao
All Known Implementing Classes:
HibernateLocationDao, HibernateOfferedGameDao, HibernateScheduledGameDao

public interface RadiusSearchDao<T>
extends Dao<T>


Method Summary
 java.util.List<T> findNear(org.promotego.api.geocoder.beans.Geolocation theLocation, double radius)
           
 
Methods inherited from interface org.promotego.dao.interfaces.Dao
create, create, delete, deleteAll, findAll, getById, getCount, reattach, saveOrUpdate, update
 

Method Detail

findNear

java.util.List<T> findNear(org.promotego.api.geocoder.beans.Geolocation theLocation,
                           double radius)


Copyright © 2007. All Rights Reserved.