Package | Description |
---|---|
org.kuali.rice.location.api.state |
Copyright 2005-2014 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.location.impl.state |
Modifier and Type | Method and Description |
---|---|
State |
State.Builder.build() |
State |
StateService.getState(String countryCode,
String code)
Gets a
State from a postal country code and postal state code. |
Modifier and Type | Method and Description |
---|---|
List<State> |
StateService.findAllStatesInCountry(String countryCode)
Finds all the
States for postal country code. |
List<State> |
StateService.findAllStatesInCountryByAltCode(String alternateCode)
Finds all the
States for alternate postal country code. |
List<State> |
StateQueryResults.getResults() |
Modifier and Type | Method and Description |
---|---|
State |
StateServiceImpl.getState(String countryCode,
String code) |
static State |
StateBo.to(StateBo bo)
Converts a mutable bo to its immutable counterpart
|
Modifier and Type | Method and Description |
---|---|
List<State> |
StateServiceImpl.findAllStatesInCountry(String countryCode) |
List<State> |
StateServiceImpl.findAllStatesInCountryByAltCode(String alternateCode) |
Modifier and Type | Method and Description |
---|---|
static StateBo |
StateBo.from(State im)
Converts a immutable object to its mutable counterpart
|
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.