| Modifier and Type | Method and Description |
|---|---|
RegionData |
I18NFacade.getRegion(java.lang.String countryIso,
java.lang.String regionIso)
Get the region data for a county and region ISO code
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.List<RegionData>> |
I18NFacade.getRegionsForAllCountries()
Get map of country iso code to list of sorted region datas for all known countries.
|
java.util.Map<java.lang.String,java.util.List<RegionData>> |
I18NFacade.getRegionsForCountries(java.util.Collection<java.lang.String> countryIsoCodes)
Get map of country iso code to list of sorted region datas for specified countries.
|
java.util.List<RegionData> |
I18NFacade.getRegionsForCountryIso(java.lang.String countryIso)
Get the list of regions for a country.
|
| Modifier and Type | Method and Description |
|---|---|
RegionData |
DefaultI18NFacade.getRegion(java.lang.String countryIso,
java.lang.String regionIso) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<RegionModel,RegionData> |
DefaultI18NFacade.getRegionConverter() |
java.util.Map<java.lang.String,java.util.List<RegionData>> |
DefaultI18NFacade.getRegionsForAllCountries() |
java.util.Map<java.lang.String,java.util.List<RegionData>> |
DefaultI18NFacade.getRegionsForCountries(java.util.Collection<java.lang.String> countryIsoCodes) |
java.util.List<RegionData> |
DefaultI18NFacade.getRegionsForCountryIso(java.lang.String countryIso) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultI18NFacade.setRegionConverter(Converter<RegionModel,RegionData> regionConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
RegionPopulator.populate(RegionModel source,
RegionData target) |
| Modifier and Type | Method and Description |
|---|---|
RegionData |
AddressData.getRegion() |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressData.setRegion(RegionData region) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RegionData> |
RegionDataList.getRegions() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegionDataList.setRegions(java.util.List<RegionData> regions) |
| Modifier and Type | Method and Description |
|---|---|
protected RegionData |
HttpRequestAddressDataPopulator.updateRegionFromRequest(HttpServletRequest request,
RegionData defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
protected RegionData |
HttpRequestAddressDataPopulator.updateRegionFromRequest(HttpServletRequest request,
RegionData defaultValue) |
Copyright © 2018 SAP SE. All Rights Reserved.