| Package | Description |
|---|---|
| org.kuali.rice.location.api.county |
Copyright 2005-2016 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.
|
| Modifier and Type | Method and Description |
|---|---|
County |
County.Builder.build() |
County |
CountyService.getCounty(String countryCode,
String stateCode,
String code)
Gets a
County from a postal country code and postal code value. |
| Modifier and Type | Method and Description |
|---|---|
List<County> |
CountyService.findAllCountiesInCountryAndState(String countryCode,
String stateCode)
Gets all the
County for postal country code & postal state code. |
List<County> |
CountyQueryResults.getResults() |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.