org.broadleafcommerce.profile.core.service
Class CountryServiceImpl
java.lang.Object
org.broadleafcommerce.profile.core.service.CountryServiceImpl
- All Implemented Interfaces:
- CountryService
@Service(value="blCountryService")
public class CountryServiceImpl
- extends Object
- implements CountryService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
countryDao
protected CountryDao countryDao
CountryServiceImpl
public CountryServiceImpl()
findCountries
public List<Country> findCountries()
- Specified by:
findCountries in interface CountryService
findCountryByAbbreviation
public Country findCountryByAbbreviation(String abbreviation)
- Specified by:
findCountryByAbbreviation in interface CountryService
save
@Transactional(value="blTransactionManager")
public Country save(Country country)
- Specified by:
save in interface CountryService
Copyright © 2013. All Rights Reserved.