org.broadleafcommerce.profile.core.dao
Interface CountryDao

All Known Implementing Classes:
CountryDaoImpl

public interface CountryDao


Method Summary
 List<Country> findCountries()
           
 Country findCountryByAbbreviation(String abbreviation)
           
 Country save(Country country)
           
 

Method Detail

findCountries

List<Country> findCountries()

findCountryByAbbreviation

Country findCountryByAbbreviation(String abbreviation)

save

Country save(Country country)


Copyright © 2013. All Rights Reserved.