|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.profile.core.service.StateServiceImpl
@Service(value="blStateService") public class StateServiceImpl
| Field Summary | |
|---|---|
protected StateDao |
stateDao
|
| Constructor Summary | |
|---|---|
StateServiceImpl()
|
|
| Method Summary | |
|---|---|
State |
findStateByAbbreviation(java.lang.String abbreviation)
|
java.util.List<State> |
findStates()
|
java.util.List<State> |
findStates(java.lang.String countryAbbreviation)
|
State |
save(State state)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected StateDao stateDao
| Constructor Detail |
|---|
public StateServiceImpl()
| Method Detail |
|---|
public java.util.List<State> findStates()
findStates in interface StateServicepublic java.util.List<State> findStates(java.lang.String countryAbbreviation)
findStates in interface StateServicepublic State findStateByAbbreviation(java.lang.String abbreviation)
findStateByAbbreviation in interface StateServicepublic State save(State state)
save in interface StateService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||