org.broadleafcommerce.profile.core.dao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
StateDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
State |
create() |
List<Country> |
findCountries() |
Country |
findCountryByShortName(String shortName) |
State |
findStateByAbbreviation(String abbreviation) |
List<State> |
findStates() |
List<State> |
findStates(String countryAbbreviation) |
State |
save(State state) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public State findStateByAbbreviation(String abbreviation)
findStateByAbbreviation in interface StateDaopublic List<State> findStates()
findStates in interface StateDaopublic List<State> findStates(String countryAbbreviation)
findStates in interface StateDaoCopyright © 2015. All Rights Reserved.