| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CountryData> |
AccountPageController.getCountries() |
java.util.Map<java.lang.String,CountryData> |
AccountPageController.getCountryDataMap() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CountryData> |
PaymentMethodCheckoutStepController.getBillingCountries() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CountryData> |
BaseStoreData.getDeliveryCountries() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStoreData.setDeliveryCountries(java.util.List<CountryData> deliveryCountries) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<CountryModel,CountryData> |
BaseStorePopulator.getCountryConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStorePopulator.setCountryConverter(Converter<CountryModel,CountryData> countryConverter) |
| Modifier and Type | Method and Description |
|---|---|
CountryData |
I18NFacade.getCountryForIsocode(java.lang.String isocode)
Returns the country with the matching isocode parameter.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
CountryComparator.compareInstances(CountryData country1,
CountryData country2) |
| Modifier and Type | Method and Description |
|---|---|
CountryData |
DefaultI18NFacade.getCountryForIsocode(java.lang.String countryIso) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<CountryModel,CountryData> |
DefaultI18NFacade.getCountryConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultI18NFacade.setCountryConverter(Converter<CountryModel,CountryData> countryConverter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CountryData> |
CheckoutFacade.getBillingCountries()
Deprecated.
since 1808. Please use
CheckoutFacade.getCountries(CountryType) instead. |
java.util.List<CountryData> |
CheckoutFacade.getCountries(CountryType countryType)
Get countries.
|
java.util.List<CountryData> |
CartFacade.getDeliveryCountries()
Deprecated.
since 1808. Please use
CheckoutFacade.getCountries(CountryType) instead. |
java.util.List<CountryData> |
CheckoutFacade.getDeliveryCountries()
Deprecated.
since 1808. Please use
CheckoutFacade.getCountries(CountryType) instead. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CountryData> |
DefaultCheckoutFacade.getBillingCountries()
Deprecated.
since 1808. Please use
CheckoutFacade.getCountries(CountryType) instead. |
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.
since 1808. Please use
CheckoutFacade.getCountries(CountryType) instead. |
java.util.List<CountryData> |
DefaultCheckoutFacade.getDeliveryCountries()
Deprecated.
since 1808. Please use
CheckoutFacade.getCountries(CountryType) instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCartFacade.setCountryConverter(Converter<CountryModel,CountryData> countryConverter) |
void |
DefaultCheckoutFacade.setCountryConverter(Converter<CountryModel,CountryData> countryConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
CountryPopulator.populate(CountryModel source,
CountryData target) |
| Modifier and Type | Method and Description |
|---|---|
CountryData |
AddressData.getCountry() |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressData.setCountry(CountryData country) |
| Modifier and Type | Field and Description |
|---|---|
protected CountryData |
BaseOrdermanagementFacadeTest.countryData |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CountryData> |
SapOrdermgmtB2BCheckoutFacade.getBillingCountries() |
java.util.List<CountryData> |
SapOrdermgmtB2BCheckoutFacade.getDeliveryCountries() |
java.util.List<CountryData> |
DefaultSapCartFacade.getDeliveryCountries() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CountryData> |
AbstractB2BRegistrationController.getCountries()
Spring MVC Model attribute that holds the list of countries used to populate the "Country" dropdown.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CountryData> |
AccountPageController.getCountries() |
java.util.Map<java.lang.String,CountryData> |
AccountPageController.getCountryDataMap() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CountryData> |
PaymentMethodCheckoutStepController.getBillingCountries() |
| Modifier and Type | Method and Description |
|---|---|
protected CountryData |
HttpRequestAddressDataPopulator.updateCountryFromRequest(HttpServletRequest request,
CountryData defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
protected CountryData |
HttpRequestAddressDataPopulator.updateCountryFromRequest(HttpServletRequest request,
CountryData defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CountryData> |
CountryDataList.getCountries() |
| Modifier and Type | Method and Description |
|---|---|
void |
CountryDataList.setCountries(java.util.List<CountryData> countries) |
Copyright © 2018 SAP SE. All Rights Reserved.