org.broadleafcommerce.profile.core.service
Class CountryServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.core.service.CountryServiceImpl
All Implemented Interfaces:
CountryService

@Service(value="blCountryService")
public class CountryServiceImpl
extends Object
implements CountryService


Field Summary
protected  CountryDao countryDao
           
 
Constructor Summary
CountryServiceImpl()
           
 
Method Summary
 List<Country> findCountries()
           
 Country findCountryByAbbreviation(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

countryDao

protected CountryDao countryDao
Constructor Detail

CountryServiceImpl

public CountryServiceImpl()
Method Detail

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.