@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 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 © 2013. All rights reserved.