Uses of Class
de.hybris.platform.addressservices.model.DistrictModel
Packages that use DistrictModel
Package
Description
Contains generated models for each type of de.hybris.platform.addressservices.jalo package.
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 DistrictModelModifier and TypeMethodDescriptionprotected Converter<DistrictModel,DistrictData> ChineseAddressFacade.getDistrictConverter()Method parameters in de.hybris.platform.addressfacades.address.impl with type arguments of type DistrictModelModifier and TypeMethodDescriptionvoidChineseAddressFacade.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 DistrictModelMethods in de.hybris.platform.addressfacades.populators with parameters of type DistrictModelModifier and TypeMethodDescriptionprotected voidChineseAddressPopulatorTest.initializeCommonData(CityModel cityModel, DistrictModel districtModel, AddressModel addressModel, Locale locale) -
Uses of DistrictModel in de.hybris.platform.addressservices.address
Methods in de.hybris.platform.addressservices.address that return DistrictModelModifier and TypeMethodDescriptionAddressService.getDistrictForCityAndIsocode(CityModel city, String isocode) Gets district by city and its codeAddressService.getDistrictForIsocode(String isocode) Find district by its codeMethods in de.hybris.platform.addressservices.address that return types with arguments of type DistrictModelModifier and TypeMethodDescriptionAddressService.getDistrictsForCity(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 DistrictModelModifier and TypeMethodDescriptionAddressDao.getDistrictForIsocode(String isocode) Find district by its codeMethods in de.hybris.platform.addressservices.address.daos that return types with arguments of type DistrictModelModifier and TypeMethodDescriptionDistrictDao.findDistrictByCityAndIsocode(CityModel city, String isocode) Find all districts by city and its codeAddressDao.getDistrictsForCity(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 DistrictModelMethods in de.hybris.platform.addressservices.address.daos.impl that return types with arguments of type DistrictModelModifier and TypeMethodDescriptionDefaultDistrictDao.findDistrictByCityAndIsocode(CityModel city, String isocode) ChineseAddressDao.getDistrictsForCity(String cityCode) -
Uses of DistrictModel in de.hybris.platform.addressservices.address.impl
Methods in de.hybris.platform.addressservices.address.impl that return DistrictModelModifier and TypeMethodDescriptionChineseAddressService.getDistrictForCityAndIsocode(CityModel city, String isocode) ChineseAddressService.getDistrictForIsocode(String isocode) Methods in de.hybris.platform.addressservices.address.impl that return types with arguments of type DistrictModel -
Uses of DistrictModel in de.hybris.platform.addressservices.model
Methods in de.hybris.platform.addressservices.model that return types with arguments of type DistrictModelModifier and TypeMethodDescriptionCityModel.getDistricts()Generated method - Getter of theCity.districtsattribute defined at extensionchineseaddressservices.Method parameters in de.hybris.platform.addressservices.model with type arguments of type DistrictModelModifier and TypeMethodDescriptionvoidCityModel.setDistricts(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 DistrictModelModifier and TypeMethodDescriptionAddressModel.getCityDistrict()Generated method - Getter of theAddress.cityDistrictattribute defined at extensionchineseaddressservices.Methods in de.hybris.platform.core.model.user with parameters of type DistrictModelModifier and TypeMethodDescriptionvoidAddressModel.setCityDistrict(DistrictModel value) Generated method - Setter ofAddress.cityDistrictattribute defined at extensionchineseaddressservices.