@Service(value="blStateService") public class StateServiceImpl extends Object implements StateService
| Constructor and Description |
|---|
StateServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
State |
findStateByAbbreviation(String abbreviation) |
List<State> |
findStates() |
List<State> |
findStates(String countryAbbreviation) |
State |
save(State state) |
protected StateDao stateDao
public List<State> findStates()
findStates in interface StateServicepublic List<State> findStates(String countryAbbreviation)
findStates in interface StateServicepublic State findStateByAbbreviation(String abbreviation)
findStateByAbbreviation in interface StateService@Transactional(value="blTransactionManager") public State save(State state)
save in interface StateServiceCopyright © 2013. All rights reserved.