Interface DistrictDao
- All Known Implementing Classes:
DefaultDistrictDao
public interface DistrictDao
Dao responsible for
DistrictModel access.-
Method Summary
Modifier and TypeMethodDescriptionfindDistrictByCityAndIsocode(CityModel city, String isocode) Find all districts by city and its code
-
Method Details
-
findDistrictByCityAndIsocode
Find all districts by city and its code- Parameters:
city- the city that the district belongs toisocode- district code- Returns:
- districts
-