| 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.c2l |
Contains generated models for each type of de.hybris.platform.jalo.c2l package.
|
| 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<CityModel,CityData> |
ChineseAddressFacade.getCityConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChineseAddressFacade.setCityConverter(Converter<CityModel,CityData> cityConverter) |
| 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 |
|---|---|
CityModel |
AddressService.getCityForIsocode(java.lang.String isocode)
Find city by its code
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CityModel> |
AddressService.getCitiesForRegion(java.lang.String regionCode)
Find cities by region code
|
| Modifier and Type | Method and Description |
|---|---|
CityModel |
AddressDao.getCityForIsocode(java.lang.String isocode)
Find city by its code
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CityModel> |
AddressDao.getCitiesForRegion(java.lang.String regionCode)
Find cities by region code
|
| Modifier and Type | Method and Description |
|---|---|
CityModel |
ChineseAddressDao.getCityForIsocode(java.lang.String isocode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CityModel> |
ChineseAddressDao.getCitiesForRegion(java.lang.String regionCode) |
| Modifier and Type | Method and Description |
|---|---|
CityModel |
ChineseAddressService.getCityForIsocode(java.lang.String isocode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CityModel> |
ChineseAddressService.getCitiesForRegion(java.lang.String regionCode) |
| Modifier and Type | Method and Description |
|---|---|
CityModel |
DistrictModel.getCity()
Generated method - Getter of the
District.city attribute defined at extension chineseaddressservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
DistrictModel.setCity(CityModel value)
Generated method - Setter of
District.city attribute defined at extension chineseaddressservices. |
| Modifier and Type | Method and Description |
|---|---|
CityModel |
CityResource.getCityModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CityModel |
CityResource.readResource(java.lang.String resourceId)
Gets the
CityModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CityModel> |
CitiesResource.getCitiesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CityResource.setCityModel(CityModel value)
Convenience method which just delegates to
#setResourceValue(CityModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CitiesResource.setCitiesCollection(java.util.Collection<CityModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CityModel> |
RegionModel.getCities()
Generated method - Getter of the
Region.cities attribute defined at extension chineseaddressservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
RegionModel.setCities(java.util.List<CityModel> value)
Generated method - Setter of
Region.cities attribute defined at extension chineseaddressservices. |
| Modifier and Type | Method and Description |
|---|---|
CityModel |
AddressModel.getCity()
Generated method - Getter of the
Address.city attribute defined at extension chineseaddressservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressModel.setCity(CityModel value)
Generated method - Setter of
Address.city attribute defined at extension chineseaddressservices. |
Copyright © 2018 SAP SE. All Rights Reserved.