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.b2ctelcoaddon.controllers.pages.checkout.steps
Methods in de.hybris.platform.b2ctelcoaddon.controllers.pages.checkout.steps that return types with arguments of type CountryData Modifier and Type Method Description java.util.Collection<CountryData>PaymentMethodCheckoutStepController. getBillingCountries()java.util.Collection<CountryData>AbstractCheckoutStepController. getCountries()java.util.Map<java.lang.String,CountryData>AbstractCheckoutStepController. getCountryDataMap() -
Uses of CountryData in de.hybris.platform.b2ctelcoaddon.controllers.pages.myaccount
Methods in de.hybris.platform.b2ctelcoaddon.controllers.pages.myaccount that return types with arguments of type CountryData Modifier and Type Method Description java.util.Collection<CountryData>PaymentDetailsPageController. getBillingCountries()java.util.Collection<CountryData>PaymentDetailsPageController. getCountries()java.util.Map<java.lang.String,CountryData>SopPaymentResponseController. getCountryDataMap() -
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.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)
-