Interface CityDao
- All Known Implementing Classes:
DefaultCityDao
public interface CityDao
Dao responsible for
CityModel access.-
Method Summary
Modifier and TypeMethodDescriptionfindCityByRegionAndIsocode(RegionModel region, String isocode) Find all cities by region and its code
-
Method Details
-
findCityByRegionAndIsocode
Find all cities by region and its code- Parameters:
region- the region that the city belongs toisocode- city code- Returns:
- cities
-