public class DefaultCountryDao extends DefaultGenericDao<CountryModel> implements CountryDao
CountryModel access logic.| Constructor and Description |
|---|
DefaultCountryDao()
Exposed to create dao instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<CountryModel> |
findCountries()
Finds all available
CountryModel instances. |
List<CountryModel> |
findCountriesByCode(String countryCode)
Finds
CountryModel instances full filling the country code requirement. |
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServicepublic List<CountryModel> findCountries()
CountryDaoCountryModel instances.findCountries in interface CountryDaopublic List<CountryModel> findCountriesByCode(String countryCode)
CountryDaoCountryModel instances full filling the country code requirement.findCountriesByCode in interface CountryDaoCopyright © 2017 SAP SE. All Rights Reserved.