Class DefaultCountryDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<CountryModel>
de.hybris.platform.servicelayer.i18n.daos.impl.DefaultCountryDao
- All Implemented Interfaces:
CountryDao,GenericDao<CountryModel>
Implementation of the
CountryModel access logic.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFinds all availableCountryModelinstances.findCountriesByCode(String countryCode) FindsCountryModelinstances full filling the country code requirement.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultCountryDao
public DefaultCountryDao()Exposed to create dao instance.
-
-
Method Details
-
findCountries
Description copied from interface:CountryDaoFinds all availableCountryModelinstances.- Specified by:
findCountriesin interfaceCountryDao
-
findCountriesByCode
Description copied from interface:CountryDaoFindsCountryModelinstances full filling the country code requirement.- Specified by:
findCountriesByCodein interfaceCountryDao
-