@Service(value="blStateService") public class StateServiceImpl extends java.lang.Object implements StateService
| Constructor and Description |
|---|
StateServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
State |
findStateByAbbreviation(java.lang.String abbreviation) |
java.util.List<State> |
findStates() |
java.util.List<State> |
findStates(java.lang.String countryAbbreviation) |
State |
save(State state) |
protected StateDao stateDao
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 StateService@Transactional(value="blTransactionManager") public State save(State state)
save in interface StateServiceCopyright © 2018. All Rights Reserved.