|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICityDao
Interface of data access object for City
| Method Summary | |
|---|---|
java.util.List<City> |
listByZipCode(int zipcode,
java.lang.String countrycode)
|
| Methods inherited from interface com.gisgraphy.domain.repository.IGisDao |
|---|
getByFeatureId, getDirties, getEager, getNearestAndDistanceFrom, getNearestAndDistanceFrom, getNearestAndDistanceFromGisFeature, getNearestAndDistanceFromGisFeature, listByFeatureIds, listByName, listFromText |
| Methods inherited from interface com.gisgraphy.domain.repository.IDao |
|---|
count, deleteAll, deleteAll, exists, flushAndClear, get, getAll, getAllPaginate, getPersistenceClass, remove, save, setFlushMode |
| Method Detail |
|---|
java.util.List<City> listByZipCode(int zipcode,
java.lang.String countrycode)
zipcode - the zipcode to foundcountrycode - the countrycode to limit the search, if null: search in
all country
GenericGisDao.listFromText(String, boolean).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||