Class ChineseAddressDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<AddressModel>
de.hybris.platform.servicelayer.user.daos.impl.DefaultAddressDao
de.hybris.platform.addressservices.address.daos.impl.ChineseAddressDao
- All Implemented Interfaces:
AddressDao,GenericDao<AddressModel>,AddressDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCitiesForRegion(String regionCode) Find cities by region codegetCityForIsocode(String isocode) Find city by its codegetDistrictForIsocode(String isocode) Find district by its codegetDistrictsForCity(String cityCode) Find districts by city codeMethods inherited from class de.hybris.platform.servicelayer.user.daos.impl.DefaultAddressDao
findAddressesForOwnerMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.servicelayer.user.daos.AddressDao
findAddressesForOwner
-
Constructor Details
-
ChineseAddressDao
public ChineseAddressDao()
-
-
Method Details
-
getCitiesForRegion
Description copied from interface:AddressDaoFind cities by region code- Specified by:
getCitiesForRegionin interfaceAddressDao- Returns:
- cities
-
getDistrictsForCity
Description copied from interface:AddressDaoFind districts by city code- Specified by:
getDistrictsForCityin interfaceAddressDao- Returns:
- districts
-
getCityForIsocode
Description copied from interface:AddressDaoFind city by its code- Specified by:
getCityForIsocodein interfaceAddressDao- Returns:
- city
-
getDistrictForIsocode
Description copied from interface:AddressDaoFind district by its code- Specified by:
getDistrictForIsocodein interfaceAddressDao- Returns:
- district
-