Uses of Interface
org.broadleafcommerce.common.i18n.domain.ISOCountry
Packages that use ISOCountry
Package
Description
-
Uses of ISOCountry in org.broadleafcommerce.common.i18n.dao
Methods in org.broadleafcommerce.common.i18n.dao that return ISOCountryModifier and TypeMethodDescriptionISODao.findISOCountryByAlpha2Code
(String alpha2) ISODaoImpl.findISOCountryByAlpha2Code
(String alpha2) ISODao.save
(ISOCountry isoCountry) ISODaoImpl.save
(ISOCountry isoCountry) Methods in org.broadleafcommerce.common.i18n.dao that return types with arguments of type ISOCountryMethods in org.broadleafcommerce.common.i18n.dao with parameters of type ISOCountryModifier and TypeMethodDescriptionISODao.save
(ISOCountry isoCountry) ISODaoImpl.save
(ISOCountry isoCountry) -
Uses of ISOCountry in org.broadleafcommerce.common.i18n.domain
Classes in org.broadleafcommerce.common.i18n.domain that implement ISOCountry -
Uses of ISOCountry in org.broadleafcommerce.common.i18n.service
Methods in org.broadleafcommerce.common.i18n.service that return ISOCountryModifier and TypeMethodDescriptionISOService.findISOCountryByAlpha2Code
(String alpha2) ISOServiceImpl.findISOCountryByAlpha2Code
(String alpha2) ISOService.save
(ISOCountry isoCountry) ISOServiceImpl.save
(ISOCountry isoCountry) Methods in org.broadleafcommerce.common.i18n.service that return types with arguments of type ISOCountryModifier and TypeMethodDescriptionISOService.findISOCountries()
ISOServiceImpl.findISOCountries()
Methods in org.broadleafcommerce.common.i18n.service with parameters of type ISOCountryModifier and TypeMethodDescriptionISOService.save
(ISOCountry isoCountry) ISOServiceImpl.save
(ISOCountry isoCountry) -
Uses of ISOCountry in org.broadleafcommerce.core.pricing.service.tax.provider
Methods in org.broadleafcommerce.core.pricing.service.tax.provider with parameters of type ISOCountryModifier and TypeMethodDescriptionSimpleTaxProvider.lookupCountryRate
(Map<String, Double> countryTaxRateMap, ISOCountry isoCountry) Returns the taxAmount for the passed in country or null if no match is found. -
Uses of ISOCountry in org.broadleafcommerce.core.web.expression
Methods in org.broadleafcommerce.core.web.expression with parameters of type ISOCountryModifier and TypeMethodDescriptionBasicAddressVariableExpression.getCountrySubOptionsByISOCountry
(ISOCountry isoCountry) -
Uses of ISOCountry in org.broadleafcommerce.profile.core.domain
Fields in org.broadleafcommerce.profile.core.domain declared as ISOCountryMethods in org.broadleafcommerce.profile.core.domain that return ISOCountryModifier and TypeMethodDescriptionAddress.getIsoCountryAlpha2()
gets the ISO 3166-1 alpha-2 code for the country where this address residesAddressImpl.getIsoCountryAlpha2()
Methods in org.broadleafcommerce.profile.core.domain with parameters of type ISOCountryModifier and TypeMethodDescriptionvoid
Address.setIsoCountryAlpha2
(ISOCountry isoCountryAlpha2) sets the ISO 3166-1 alpha-2 code for the country where this address residesvoid
AddressImpl.setIsoCountryAlpha2
(ISOCountry isoCountryAlpha2)