org.zeroexchange.location
Interface LocationReader

All Known Implementing Classes:
DefaultLocationReader

public interface LocationReader

Author:
black

Method Summary
 List<City> getCities(Country country)
          Returns cities.
 List<Country> getCountries()
          Returns countries.
 

Method Detail

getCountries

List<Country> getCountries()
Returns countries.


getCities

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



Copyright © 2013. All Rights Reserved.