org.zeroexchange.dao.location
Interface CityDAO

All Superinterfaces:
DAO<String,City>, StringPKDAO<City>
All Known Implementing Classes:
CityDAOImpl

public interface CityDAO
extends StringPKDAO<City>

Author:
black

Method Summary
 List<City> getCities(Country country)
          Returns cities.
 
Methods inherited from interface org.zeroexchange.dao.DAO
getById, removeById, save
 

Method Detail

getCities

List<City> getCities(Country country)
Returns cities.



Copyright © 2013. All Rights Reserved.