CountrySubdivisionServiceImpl instead.@Deprecated @Service(value="blStateService") public class StateServiceImpl extends Object implements StateService
| Modifier and Type | Field and Description |
|---|---|
protected StateDao |
stateDao
Deprecated.
|
| Constructor and Description |
|---|
StateServiceImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
State |
findStateByAbbreviation(String abbreviation)
Deprecated.
|
List<State> |
findStates()
Deprecated.
|
List<State> |
findStates(String countryAbbreviation)
Deprecated.
|
State |
save(State state)
Deprecated.
|
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 © 2017. All rights reserved.