| Modifier and Type | Method and Description |
|---|---|
Double |
SimpleTaxProvider.lookupCountryRate(Map<String,Double> countryTaxRateMap,
Country country)
Returns the taxAmount for the passed in country or
null if no match is found.
|
| Modifier and Type | Method and Description |
|---|---|
Country |
CountryWrapper.unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext appContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
CountryWrapper.wrapDetails(Country model,
javax.servlet.http.HttpServletRequest request) |
void |
CountryWrapper.wrapSummary(Country model,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Country> |
BroadleafManageCustomerAddressesController.populateCountries() |
| Modifier and Type | Method and Description |
|---|---|
Country |
CountryDaoImpl.findCountryByAbbreviation(String abbreviation) |
Country |
CountryDao.findCountryByAbbreviation(String abbreviation) |
Country |
StateDaoImpl.findCountryByShortName(String shortName) |
Country |
CountryDaoImpl.save(Country country) |
Country |
CountryDao.save(Country country) |
| Modifier and Type | Method and Description |
|---|---|
List<Country> |
StateDaoImpl.findCountries() |
List<Country> |
CountryDaoImpl.findCountries() |
List<Country> |
CountryDao.findCountries() |
| Modifier and Type | Method and Description |
|---|---|
Country |
CountryDaoImpl.save(Country country) |
Country |
CountryDao.save(Country country) |
| Modifier and Type | Class and Description |
|---|---|
class |
CountryImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Country |
StateImpl.country |
protected Country |
AddressImpl.country |
| Modifier and Type | Method and Description |
|---|---|
Country |
StateImpl.getCountry() |
Country |
State.getCountry() |
Country |
Address.getCountry() |
Country |
AddressImpl.getCountry() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateImpl.setCountry(Country country) |
void |
State.setCountry(Country country) |
void |
Address.setCountry(Country country) |
void |
AddressImpl.setCountry(Country country) |
| Modifier and Type | Method and Description |
|---|---|
Country |
CountryService.findCountryByAbbreviation(String abbreviation) |
Country |
CountryServiceImpl.findCountryByAbbreviation(String abbreviation) |
Country |
CountryService.save(Country country) |
Country |
CountryServiceImpl.save(Country country) |
| Modifier and Type | Method and Description |
|---|---|
List<Country> |
CountryService.findCountries() |
List<Country> |
CountryServiceImpl.findCountries() |
| Modifier and Type | Method and Description |
|---|---|
Country |
CountryService.save(Country country) |
Country |
CountryServiceImpl.save(Country country) |
Copyright © 2017. All rights reserved.