Interface CountryDao
- All Known Implementing Classes:
DefaultCountryDao
public interface CountryDao
Dao responsible for
CountryModel access.- Since:
- 4.3
- Spring Bean ID:
- countryDao
-
Method Summary
Modifier and TypeMethodDescriptionFinds all availableCountryModelinstances.findCountriesByCode(String countryCode) FindsCountryModelinstances full filling the country code requirement.
-
Method Details
-
findCountries
List<CountryModel> findCountries()Finds all availableCountryModelinstances. -
findCountriesByCode
FindsCountryModelinstances full filling the country code requirement.
-