| 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.addressservices.resource | |
| de.hybris.platform.core.model.user |
Contains generated models for each type of de.hybris.platform.jalo.user package.
|
| Modifier and Type | Method and Description |
|---|---|
protected Converter<DistrictModel,DistrictData> |
ChineseAddressFacade.getDistrictConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChineseAddressFacade.setDistrictConverter(Converter<DistrictModel,DistrictData> districtConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ChineseAddressPopulatorTest.initializeCommonData(CityModel cityModel,
DistrictModel districtModel,
AddressModel addressModel,
java.util.Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
DistrictModel |
AddressService.getDistrictForIsocode(java.lang.String isocode)
Find district by its code
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DistrictModel> |
AddressService.getDistrictsForCity(java.lang.String cityCode)
Find districts by city code
|
| Modifier and Type | Method and Description |
|---|---|
DistrictModel |
AddressDao.getDistrictForIsocode(java.lang.String isocode)
Find district by its code
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DistrictModel> |
AddressDao.getDistrictsForCity(java.lang.String cityCode)
Find districts by city code
|
| Modifier and Type | Method and Description |
|---|---|
DistrictModel |
ChineseAddressDao.getDistrictForIsocode(java.lang.String isocode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DistrictModel> |
ChineseAddressDao.getDistrictsForCity(java.lang.String cityCode) |
| Modifier and Type | Method and Description |
|---|---|
DistrictModel |
ChineseAddressService.getDistrictForIsocode(java.lang.String isocode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DistrictModel> |
ChineseAddressService.getDistrictsForCity(java.lang.String cityCode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DistrictModel> |
CityModel.getDistricts()
Generated method - Getter of the
City.districts attribute defined at extension chineseaddressservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
CityModel.setDistricts(java.util.List<DistrictModel> value)
Generated method - Setter of
City.districts attribute defined at extension chineseaddressservices. |
| Modifier and Type | Method and Description |
|---|---|
DistrictModel |
DistrictResource.getDistrictModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected DistrictModel |
DistrictResource.readResource(java.lang.String resourceId)
Gets the
DistrictModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DistrictModel> |
DistrictsResource.getDistrictsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
DistrictResource.setDistrictModel(DistrictModel value)
Convenience method which just delegates to
#setResourceValue(DistrictModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DistrictsResource.setDistrictsCollection(java.util.Collection<DistrictModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
DistrictModel |
AddressModel.getCityDistrict()
Generated method - Getter of the
Address.cityDistrict attribute defined at extension chineseaddressservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressModel.setCityDistrict(DistrictModel value)
Generated method - Setter of
Address.cityDistrict attribute defined at extension chineseaddressservices. |
Copyright © 2018 SAP SE. All Rights Reserved.