| Package | Description |
|---|---|
| org.broadleafcommerce.profile.core.dao | |
| org.broadleafcommerce.profile.core.domain | |
| org.broadleafcommerce.profile.core.service |
| Modifier and Type | Method and Description |
|---|---|
Country |
CountryDaoImpl.findCountryByAbbreviation(String abbreviation) |
Country |
CountryDao.findCountryByAbbreviation(String abbreviation) |
Country |
StateDaoImpl.findCountryByShortName(String shortName)
Deprecated.
|
Country |
CountryDaoImpl.save(Country country) |
Country |
CountryDao.save(Country country) |
| Modifier and Type | Method and Description |
|---|---|
List<Country> |
StateDaoImpl.findCountries()
Deprecated.
|
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
Deprecated.
|
protected Country |
CountrySubdivisionImpl.country |
protected Country |
AddressImpl.country
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Country |
StateImpl.getCountry()
Deprecated.
|
Country |
State.getCountry()
Deprecated.
|
Country |
CountrySubdivisionImpl.getCountry() |
Country |
Address.getCountry()
Deprecated.
Should use
Address.getIsoCountryAlpha2() instead
The Broadleaf Country and State domains will no longer be used for addresses to better support i18n.
BLC_STATE and BLC_COUNTRY should primarily be used for look-ups or filtering to those country/states you wish to ship. |
Country |
CountrySubdivision.getCountry()
The country where this subdivision resides
e.g.
|
Country |
AddressImpl.getCountry()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateImpl.setCountry(Country country)
Deprecated.
|
void |
State.setCountry(Country country)
Deprecated.
|
void |
CountrySubdivisionImpl.setCountry(Country country) |
void |
Address.setCountry(Country country)
Deprecated.
Should use
Address.setIsoCountryAlpha2(ISOCountry) instead
The Broadleaf Country and State domains will no longer be used for addresses to better support i18n.
BLC_STATE and BLC_COUNTRY should primarily be used for look-ups or filtering to those country/states you wish to ship. |
void |
CountrySubdivision.setCountry(Country country)
sets the country in which this subdivision resides
|
void |
AddressImpl.setCountry(Country country)
Deprecated.
|
| 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 © 2015. All Rights Reserved.