org.broadleafcommerce.profile.core.service
Interface CountryService

All Known Implementing Classes:
CountryServiceImpl

public interface CountryService


Method Summary
 java.util.List<Country> findCountries()
           
 Country findCountryByAbbreviation(java.lang.String abbreviation)
           
 Country save(Country country)
           
 

Method Detail

findCountries

java.util.List<Country> findCountries()

findCountryByAbbreviation

Country findCountryByAbbreviation(java.lang.String abbreviation)

save

Country save(Country country)


Copyright © 2011. All Rights Reserved.