Uses of Class
de.hybris.platform.commercefacades.user.data.RegionData
-
-
Uses of RegionData in de.hybris.platform.commercefacades.i18n
Methods in de.hybris.platform.commercefacades.i18n that return RegionData Modifier and Type Method Description RegionDataI18NFacade. getRegion(java.lang.String countryIso, java.lang.String regionIso)Get the region data for a county and region ISO codeMethods in de.hybris.platform.commercefacades.i18n that return types with arguments of type RegionData Modifier and Type Method 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. -
Uses of RegionData in de.hybris.platform.commercefacades.i18n.impl
Methods in de.hybris.platform.commercefacades.i18n.impl that return RegionData Modifier and Type Method Description RegionDataDefaultI18NFacade. getRegion(java.lang.String countryIso, java.lang.String regionIso)Methods in de.hybris.platform.commercefacades.i18n.impl that return types with arguments of type RegionData Modifier and Type Method 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)Method parameters in de.hybris.platform.commercefacades.i18n.impl with type arguments of type RegionData Modifier and Type Method Description voidDefaultI18NFacade. setRegionConverter(Converter<RegionModel,RegionData> regionConverter) -
Uses of RegionData in de.hybris.platform.commercefacades.user.converters.populator
Methods in de.hybris.platform.commercefacades.user.converters.populator with parameters of type RegionData Modifier and Type Method Description voidRegionPopulator. populate(RegionModel source, RegionData target) -
Uses of RegionData in de.hybris.platform.commercefacades.user.data
Methods in de.hybris.platform.commercefacades.user.data that return RegionData Modifier and Type Method Description RegionDataAddressData. getRegion()Methods in de.hybris.platform.commercefacades.user.data with parameters of type RegionData Modifier and Type Method Description voidAddressData. setRegion(RegionData region) -
Uses of RegionData in de.hybris.platform.commercewebservices.core.populator
Methods in de.hybris.platform.commercewebservices.core.populator that return RegionData Modifier and Type Method Description protected RegionDataHttpRequestAddressDataPopulator. updateRegionFromRequest(javax.servlet.http.HttpServletRequest request, RegionData defaultValue)Methods in de.hybris.platform.commercewebservices.core.populator with parameters of type RegionData Modifier and Type Method Description protected RegionDataHttpRequestAddressDataPopulator. updateRegionFromRequest(javax.servlet.http.HttpServletRequest request, RegionData defaultValue) -
Uses of RegionData in de.hybris.platform.commercewebservices.core.user.data
Methods in de.hybris.platform.commercewebservices.core.user.data that return types with arguments of type RegionData Modifier and Type Method Description java.util.List<RegionData>RegionDataList. getRegions()Method parameters in de.hybris.platform.commercewebservices.core.user.data with type arguments of type RegionData Modifier and Type Method Description voidRegionDataList. setRegions(java.util.List<RegionData> regions) -
Uses of RegionData in de.hybris.platform.ycommercewebservices.populator
Methods in de.hybris.platform.ycommercewebservices.populator that return RegionData Modifier and Type Method Description protected RegionDataHttpRequestAddressDataPopulator. updateRegionFromRequest(javax.servlet.http.HttpServletRequest request, RegionData defaultValue)Methods in de.hybris.platform.ycommercewebservices.populator with parameters of type RegionData Modifier and Type Method Description protected RegionDataHttpRequestAddressDataPopulator. updateRegionFromRequest(javax.servlet.http.HttpServletRequest request, RegionData defaultValue) -
Uses of RegionData in de.hybris.platform.ycommercewebservices.user.data
Methods in de.hybris.platform.ycommercewebservices.user.data that return types with arguments of type RegionData Modifier and Type Method Description java.util.List<RegionData>RegionDataList. getRegions()Method parameters in de.hybris.platform.ycommercewebservices.user.data with type arguments of type RegionData Modifier and Type Method Description voidRegionDataList. setRegions(java.util.List<RegionData> regions)
-