org.broadleafcommerce.profile.core.dao
public interface CountryDao
| Modifier and Type | Method and Description |
|---|---|
List<Country> |
findCountries() |
Country |
findCountryByAbbreviation(String abbreviation) |
Country |
save(Country country) |
Copyright © 2015. All Rights Reserved.