Uses of Class
de.hybris.platform.commercefacades.user.data.CountryData
-
-
Uses of CountryData in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.checkout.steps
Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.checkout.steps that return types with arguments of type CountryData Modifier and Type Method Description java.util.Collection<CountryData>AbstractCheckoutStepController. getCountries()java.util.Map<java.lang.String,CountryData>AbstractCheckoutStepController. getCountryDataMap() -
Uses of CountryData in de.hybris.platform.addressaddon.controllers.pages.imported
Methods in de.hybris.platform.addressaddon.controllers.pages.imported that return types with arguments of type CountryData Modifier and Type Method Description java.util.Collection<CountryData>AccountPageController. getCountries()java.util.Map<java.lang.String,CountryData>AccountPageController. getCountryDataMap() -
Uses of CountryData in de.hybris.platform.chinesepaymentaddon.controllers.pages.checkout.steps.imported
Methods in de.hybris.platform.chinesepaymentaddon.controllers.pages.checkout.steps.imported that return types with arguments of type CountryData Modifier and Type Method Description java.util.Collection<CountryData>PaymentMethodCheckoutStepController. getBillingCountries() -
Uses of CountryData in de.hybris.platform.commercefacades.basestore.data
Methods in de.hybris.platform.commercefacades.basestore.data that return types with arguments of type CountryData Modifier and Type Method Description java.util.List<CountryData>BaseStoreData. getDeliveryCountries()Method parameters in de.hybris.platform.commercefacades.basestore.data with type arguments of type CountryData Modifier and Type Method Description voidBaseStoreData. setDeliveryCountries(java.util.List<CountryData> deliveryCountries) -
Uses of CountryData in de.hybris.platform.commercefacades.basestores.converters.populator
Methods in de.hybris.platform.commercefacades.basestores.converters.populator that return types with arguments of type CountryData Modifier and Type Method Description protected Converter<CountryModel,CountryData>BaseStorePopulator. getCountryConverter()Method parameters in de.hybris.platform.commercefacades.basestores.converters.populator with type arguments of type CountryData Modifier and Type Method Description voidBaseStorePopulator. setCountryConverter(Converter<CountryModel,CountryData> countryConverter) -
Uses of CountryData in de.hybris.platform.commercefacades.i18n
Methods in de.hybris.platform.commercefacades.i18n that return CountryData Modifier and Type Method Description CountryDataI18NFacade. getCountryForIsocode(java.lang.String isocode)Returns the country with the matching isocode parameter. -
Uses of CountryData in de.hybris.platform.commercefacades.i18n.comparators
Methods in de.hybris.platform.commercefacades.i18n.comparators with parameters of type CountryData Modifier and Type Method Description protected intCountryComparator. compareInstances(CountryData country1, CountryData country2) -
Uses of CountryData in de.hybris.platform.commercefacades.i18n.impl
Methods in de.hybris.platform.commercefacades.i18n.impl that return CountryData Modifier and Type Method Description CountryDataDefaultI18NFacade. getCountryForIsocode(java.lang.String countryIso)Methods in de.hybris.platform.commercefacades.i18n.impl that return types with arguments of type CountryData Modifier and Type Method Description protected Converter<CountryModel,CountryData>DefaultI18NFacade. getCountryConverter()Method parameters in de.hybris.platform.commercefacades.i18n.impl with type arguments of type CountryData Modifier and Type Method Description voidDefaultI18NFacade. setCountryConverter(Converter<CountryModel,CountryData> countryConverter) -
Uses of CountryData in de.hybris.platform.commercefacades.order
Methods in de.hybris.platform.commercefacades.order that return types with arguments of type CountryData Modifier and Type Method Description java.util.List<CountryData>CheckoutFacade. getBillingCountries()Deprecated, for removal: This API element is subject to removal in a future version.since 1808.java.util.List<CountryData>CheckoutFacade. getCountries(CountryType countryType)Get countries.java.util.List<CountryData>CartFacade. getDeliveryCountries()Deprecated, for removal: This API element is subject to removal in a future version.since 1808.java.util.List<CountryData>CheckoutFacade. getDeliveryCountries()Deprecated, for removal: This API element is subject to removal in a future version.since 1808. -
Uses of CountryData in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type CountryData Modifier and Type Method Description java.util.List<CountryData>DefaultCheckoutFacade. getBillingCountries()Deprecated, for removal: This API element is subject to removal in a future version.since 1808.java.util.List<CountryData>DefaultCheckoutFacade. getCountries(CountryType countryType)Converter<CountryModel,CountryData>DefaultCartFacade. getCountryConverter()protected Converter<CountryModel,CountryData>DefaultCheckoutFacade. getCountryConverter()java.util.List<CountryData>DefaultCartFacade. getDeliveryCountries()Deprecated, for removal: This API element is subject to removal in a future version.since 1808.java.util.List<CountryData>DefaultCheckoutFacade. getDeliveryCountries()Deprecated, for removal: This API element is subject to removal in a future version.since 1808.Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type CountryData Modifier and Type Method Description voidDefaultCartFacade. setCountryConverter(Converter<CountryModel,CountryData> countryConverter)voidDefaultCheckoutFacade. setCountryConverter(Converter<CountryModel,CountryData> countryConverter) -
Uses of CountryData in de.hybris.platform.commercefacades.user.converters.populator
Methods in de.hybris.platform.commercefacades.user.converters.populator with parameters of type CountryData Modifier and Type Method Description voidCountryPopulator. populate(CountryModel source, CountryData target) -
Uses of CountryData in de.hybris.platform.commercefacades.user.data
Methods in de.hybris.platform.commercefacades.user.data that return CountryData Modifier and Type Method Description CountryDataAddressData. getCountry()Methods in de.hybris.platform.commercefacades.user.data with parameters of type CountryData Modifier and Type Method Description voidAddressData. setCountry(CountryData country) -
Uses of CountryData in de.hybris.platform.commercewebservices.core.populator
Methods in de.hybris.platform.commercewebservices.core.populator that return CountryData Modifier and Type Method Description protected CountryDataHttpRequestAddressDataPopulator. updateCountryFromRequest(javax.servlet.http.HttpServletRequest request, CountryData defaultValue)Methods in de.hybris.platform.commercewebservices.core.populator with parameters of type CountryData Modifier and Type Method Description protected CountryDataHttpRequestAddressDataPopulator. updateCountryFromRequest(javax.servlet.http.HttpServletRequest request, CountryData defaultValue) -
Uses of CountryData in de.hybris.platform.commercewebservices.core.user.data
Methods in de.hybris.platform.commercewebservices.core.user.data that return types with arguments of type CountryData Modifier and Type Method Description java.util.List<CountryData>CountryDataList. getCountries()Method parameters in de.hybris.platform.commercewebservices.core.user.data with type arguments of type CountryData Modifier and Type Method Description voidCountryDataList. setCountries(java.util.List<CountryData> countries) -
Uses of CountryData in de.hybris.platform.ordermanagementfacades
Fields in de.hybris.platform.ordermanagementfacades declared as CountryData Modifier and Type Field Description protected CountryDataBaseOrdermanagementFacadeTest. countryData -
Uses of CountryData in de.hybris.platform.secureportaladdon.controllers
Methods in de.hybris.platform.secureportaladdon.controllers that return types with arguments of type CountryData Modifier and Type Method Description java.util.List<CountryData>AbstractB2BRegistrationController. getCountries()Spring MVC Model attribute that holds the list of countries used to populate the "Country" dropdown. -
Uses of CountryData in de.hybris.platform.yacceleratorstorefront.controllers.pages
Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages that return types with arguments of type CountryData Modifier and Type Method Description java.util.Collection<CountryData>AccountPageController. getCountries()java.util.Map<java.lang.String,CountryData>AccountPageController. getCountryDataMap() -
Uses of CountryData in de.hybris.platform.yacceleratorstorefront.controllers.pages.checkout.steps
Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages.checkout.steps that return types with arguments of type CountryData Modifier and Type Method Description java.util.Collection<CountryData>PaymentMethodCheckoutStepController. getBillingCountries() -
Uses of CountryData in de.hybris.platform.ycommercewebservices.populator
Methods in de.hybris.platform.ycommercewebservices.populator that return CountryData Modifier and Type Method Description protected CountryDataHttpRequestAddressDataPopulator. updateCountryFromRequest(javax.servlet.http.HttpServletRequest request, CountryData defaultValue)Methods in de.hybris.platform.ycommercewebservices.populator with parameters of type CountryData Modifier and Type Method Description protected CountryDataHttpRequestAddressDataPopulator. updateCountryFromRequest(javax.servlet.http.HttpServletRequest request, CountryData defaultValue) -
Uses of CountryData in de.hybris.platform.ycommercewebservices.user.data
Methods in de.hybris.platform.ycommercewebservices.user.data that return types with arguments of type CountryData Modifier and Type Method Description java.util.List<CountryData>CountryDataList. getCountries()Method parameters in de.hybris.platform.ycommercewebservices.user.data with type arguments of type CountryData Modifier and Type Method Description voidCountryDataList. setCountries(java.util.List<CountryData> countries)
-