|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.profile.core.service.CountryServiceImpl
@Service(value="blCountryService") public class CountryServiceImpl
| Field Summary | |
|---|---|
protected CountryDao |
countryDao
|
| Constructor Summary | |
|---|---|
CountryServiceImpl()
|
|
| Method Summary | |
|---|---|
java.util.List<Country> |
findCountries()
|
Country |
findCountryByAbbreviation(java.lang.String abbreviation)
|
Country |
save(Country country)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CountryDao countryDao
| Constructor Detail |
|---|
public CountryServiceImpl()
| Method Detail |
|---|
public java.util.List<Country> findCountries()
findCountries in interface CountryServicepublic Country findCountryByAbbreviation(java.lang.String abbreviation)
findCountryByAbbreviation in interface CountryServicepublic Country save(Country country)
save in interface CountryService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||