Modifier and Type | Method and Description |
---|---|
ISOCountry |
ISODao.findISOCountryByAlpha2Code(String alpha2) |
ISOCountry |
ISODaoImpl.findISOCountryByAlpha2Code(String alpha2) |
ISOCountry |
ISODao.save(ISOCountry isoCountry) |
ISOCountry |
ISODaoImpl.save(ISOCountry isoCountry) |
Modifier and Type | Method and Description |
---|---|
List<ISOCountry> |
ISODao.findISOCountries() |
List<ISOCountry> |
ISODaoImpl.findISOCountries() |
Modifier and Type | Method and Description |
---|---|
ISOCountry |
ISODao.save(ISOCountry isoCountry) |
ISOCountry |
ISODaoImpl.save(ISOCountry isoCountry) |
Modifier and Type | Class and Description |
---|---|
class |
ISOCountryImpl |
Modifier and Type | Method and Description |
---|---|
ISOCountry |
ISOServiceImpl.findISOCountryByAlpha2Code(String alpha2) |
ISOCountry |
ISOService.findISOCountryByAlpha2Code(String alpha2) |
ISOCountry |
ISOServiceImpl.save(ISOCountry isoCountry) |
ISOCountry |
ISOService.save(ISOCountry isoCountry) |
Modifier and Type | Method and Description |
---|---|
List<ISOCountry> |
ISOServiceImpl.findISOCountries() |
List<ISOCountry> |
ISOService.findISOCountries() |
Modifier and Type | Method and Description |
---|---|
ISOCountry |
ISOServiceImpl.save(ISOCountry isoCountry) |
ISOCountry |
ISOService.save(ISOCountry isoCountry) |
Modifier and Type | Method and Description |
---|---|
Double |
SimpleTaxProvider.lookupCountryRate(Map<String,Double> countryTaxRateMap,
ISOCountry isoCountry)
Returns the taxAmount for the passed in country or
null if no match is found.
|
Modifier and Type | Method and Description |
---|---|
List<CountrySubdivision> |
BasicAddressVariableExpression.getCountrySubOptionsByISOCountry(ISOCountry isoCountry) |
Modifier and Type | Field and Description |
---|---|
protected ISOCountry |
AddressImpl.isoCountryAlpha2 |
Modifier and Type | Method and Description |
---|---|
ISOCountry |
Address.getIsoCountryAlpha2()
gets the ISO 3166-1 alpha-2 code for the country where this address resides
|
ISOCountry |
AddressImpl.getIsoCountryAlpha2() |
Modifier and Type | Method and Description |
---|---|
void |
Address.setIsoCountryAlpha2(ISOCountry isoCountryAlpha2)
sets the ISO 3166-1 alpha-2 code for the country where this address resides
|
void |
AddressImpl.setIsoCountryAlpha2(ISOCountry isoCountryAlpha2) |
Copyright © 2022. All rights reserved.