Class CountryServiceImpl
java.lang.Object
org.broadleafcommerce.profile.core.service.CountryServiceImpl
- All Implemented Interfaces:
CountryService
@Service("blCountryService")
public class CountryServiceImpl
extends Object
implements CountryService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
countryDao
-
-
Constructor Details
-
CountryServiceImpl
public CountryServiceImpl()
-
-
Method Details
-
findCountries
- Specified by:
findCountries
in interfaceCountryService
-
findCountryByAbbreviation
- Specified by:
findCountryByAbbreviation
in interfaceCountryService
-
save
- Specified by:
save
in interfaceCountryService
-