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 java.lang.Object
implements CountryService


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

countryDao

protected CountryDao countryDao
Constructor Detail

CountryServiceImpl

public CountryServiceImpl()
Method Detail

findCountries

public java.util.List<Country> findCountries()
Specified by:
findCountries in interface CountryService

findCountryByAbbreviation

public Country findCountryByAbbreviation(java.lang.String abbreviation)
Specified by:
findCountryByAbbreviation in interface CountryService

save

public Country save(Country country)
Specified by:
save in interface CountryService


Copyright © 2011. All Rights Reserved.