| Package | Description |
|---|---|
| org.broadleafcommerce.profile.core.dao | |
| org.broadleafcommerce.profile.core.domain | |
| org.broadleafcommerce.profile.core.service |
| Modifier and Type | Method and Description |
|---|---|
Country |
CountryDao.findCountryByAbbreviation(String abbreviation) |
Country |
CountryDaoImpl.findCountryByAbbreviation(String abbreviation) |
Country |
CountryDao.save(Country country) |
Country |
CountryDaoImpl.save(Country country) |
| Modifier and Type | Method and Description |
|---|---|
List<Country> |
CountryDao.findCountries() |
List<Country> |
CountryDaoImpl.findCountries() |
| Modifier and Type | Method and Description |
|---|---|
Country |
CountryDao.save(Country country) |
Country |
CountryDaoImpl.save(Country country) |
| Modifier and Type | Class and Description |
|---|---|
class |
CountryImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Country |
CountrySubdivisionImpl.country |
| Modifier and Type | Method and Description |
|---|---|
Country |
CountrySubdivisionImpl.getCountry() |
Country |
CountrySubdivision.getCountry()
The country where this subdivision resides
e.g.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CountrySubdivisionImpl.setCountry(Country country) |
void |
CountrySubdivision.setCountry(Country country)
sets the country in which this subdivision resides
|
| Modifier and Type | Method and Description |
|---|---|
Country |
CountryServiceImpl.findCountryByAbbreviation(String abbreviation) |
Country |
CountryService.findCountryByAbbreviation(String abbreviation) |
Country |
CountryServiceImpl.save(Country country) |
Country |
CountryService.save(Country country) |
| Modifier and Type | Method and Description |
|---|---|
List<Country> |
CountryServiceImpl.findCountries() |
List<Country> |
CountryService.findCountries() |
| Modifier and Type | Method and Description |
|---|---|
Country |
CountryServiceImpl.save(Country country) |
Country |
CountryService.save(Country country) |
Copyright © 2022. All rights reserved.