public interface StateService
| Modifier and Type | Method and Description |
|---|---|
State |
findStateByAbbreviation(String abbreviation) |
List<State> |
findStates() |
List<State> |
findStates(String countryAbbreviation) |
State |
save(State state) |
Copyright © 2013. All rights reserved.