All Known Implementing Classes:
DefaultCityDao

public interface CityDao
Dao responsible for CityModel access.
  • Method Details

    • findCityByRegionAndIsocode

      List<CityModel> findCityByRegionAndIsocode(RegionModel region, String isocode)
      Find all cities by region and its code
      Parameters:
      region - the region that the city belongs to
      isocode - city code
      Returns:
      cities