Uses of Class
de.hybris.platform.addressservices.model.DistrictModel
-
Packages that use DistrictModel Package Description de.hybris.platform.addressfacades.address.impl de.hybris.platform.addressfacades.populators de.hybris.platform.addressservices.address de.hybris.platform.addressservices.address.daos de.hybris.platform.addressservices.address.daos.impl de.hybris.platform.addressservices.address.impl de.hybris.platform.addressservices.model Contains generated models for each type of de.hybris.platform.addressservices.jalo package.de.hybris.platform.core.model.user Contains generated models for each type of de.hybris.platform.jalo.user package. -
-
Uses of DistrictModel in de.hybris.platform.addressfacades.address.impl
Methods in de.hybris.platform.addressfacades.address.impl that return types with arguments of type DistrictModel Modifier and Type Method Description protected Converter<DistrictModel,DistrictData>ChineseAddressFacade. getDistrictConverter()Method parameters in de.hybris.platform.addressfacades.address.impl with type arguments of type DistrictModel Modifier and Type Method Description voidChineseAddressFacade. setDistrictConverter(Converter<DistrictModel,DistrictData> districtConverter) -
Uses of DistrictModel in de.hybris.platform.addressfacades.populators
Methods in de.hybris.platform.addressfacades.populators that return types with arguments of type DistrictModel Modifier and Type Method Description Converter<DistrictModel,DistrictData>ChineseAddressPopulator. getDistrictConverter()Methods in de.hybris.platform.addressfacades.populators with parameters of type DistrictModel Modifier and Type Method Description protected voidChineseAddressPopulatorTest. initializeCommonData(CityModel cityModel, DistrictModel districtModel, AddressModel addressModel, java.util.Locale locale) -
Uses of DistrictModel in de.hybris.platform.addressservices.address
Methods in de.hybris.platform.addressservices.address that return DistrictModel Modifier and Type Method Description DistrictModelAddressService. getDistrictForCityAndIsocode(CityModel city, java.lang.String isocode)Gets district by city and its codeDistrictModelAddressService. getDistrictForIsocode(java.lang.String isocode)Find district by its codeMethods in de.hybris.platform.addressservices.address that return types with arguments of type DistrictModel Modifier and Type Method Description java.util.List<DistrictModel>AddressService. getDistrictsForCity(java.lang.String cityCode)Find districts by city code -
Uses of DistrictModel in de.hybris.platform.addressservices.address.daos
Methods in de.hybris.platform.addressservices.address.daos that return DistrictModel Modifier and Type Method Description DistrictModelAddressDao. getDistrictForIsocode(java.lang.String isocode)Find district by its codeMethods in de.hybris.platform.addressservices.address.daos that return types with arguments of type DistrictModel Modifier and Type Method Description java.util.List<DistrictModel>DistrictDao. findDistrictByCityAndIsocode(CityModel city, java.lang.String isocode)Find all districts by city and its codejava.util.List<DistrictModel>AddressDao. getDistrictsForCity(java.lang.String cityCode)Find districts by city code -
Uses of DistrictModel in de.hybris.platform.addressservices.address.daos.impl
Methods in de.hybris.platform.addressservices.address.daos.impl that return DistrictModel Modifier and Type Method Description DistrictModelChineseAddressDao. getDistrictForIsocode(java.lang.String isocode)Methods in de.hybris.platform.addressservices.address.daos.impl that return types with arguments of type DistrictModel Modifier and Type Method Description java.util.List<DistrictModel>DefaultDistrictDao. findDistrictByCityAndIsocode(CityModel city, java.lang.String isocode)java.util.List<DistrictModel>ChineseAddressDao. getDistrictsForCity(java.lang.String cityCode) -
Uses of DistrictModel in de.hybris.platform.addressservices.address.impl
Methods in de.hybris.platform.addressservices.address.impl that return DistrictModel Modifier and Type Method Description DistrictModelChineseAddressService. getDistrictForCityAndIsocode(CityModel city, java.lang.String isocode)DistrictModelChineseAddressService. getDistrictForIsocode(java.lang.String isocode)Methods in de.hybris.platform.addressservices.address.impl that return types with arguments of type DistrictModel Modifier and Type Method Description java.util.List<DistrictModel>ChineseAddressService. getDistrictsForCity(java.lang.String cityCode) -
Uses of DistrictModel in de.hybris.platform.addressservices.model
Methods in de.hybris.platform.addressservices.model that return types with arguments of type DistrictModel Modifier and Type Method Description java.util.List<DistrictModel>CityModel. getDistricts()Generated method - Getter of theCity.districtsattribute defined at extensionchineseaddressservices.Method parameters in de.hybris.platform.addressservices.model with type arguments of type DistrictModel Modifier and Type Method Description voidCityModel. setDistricts(java.util.List<DistrictModel> value)Generated method - Setter ofCity.districtsattribute defined at extensionchineseaddressservices. -
Uses of DistrictModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return DistrictModel Modifier and Type Method Description DistrictModelAddressModel. getCityDistrict()Generated method - Getter of theAddress.cityDistrictattribute defined at extensionchineseaddressservices.Methods in de.hybris.platform.core.model.user with parameters of type DistrictModel Modifier and Type Method Description voidAddressModel. setCityDistrict(DistrictModel value)Generated method - Setter ofAddress.cityDistrictattribute defined at extensionchineseaddressservices.
-