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 StateService
public List<State> findStates(String countryAbbreviation)
findStates
in interface StateService
public State findStateByAbbreviation(String abbreviation)
findStateByAbbreviation
in interface StateService
@Transactional(value="blTransactionManager") public State save(State state)
save
in interface StateService
Copyright © 2017. All rights reserved.