| Package | Description |
|---|---|
| org.kuali.rice.location.api.country |
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 |
|---|---|
Country |
Country.Builder.build() |
Country |
CountryService.getCountry(String code)
Lookup a country object based on the given country code.
|
Country |
CountryService.getCountryByAlternateCode(String alternateCode)
Get a country object based on an alternate country code
|
Country |
CountryService.getDefaultCountry()
Returns the system default country.
|
| Modifier and Type | Method and Description |
|---|---|
List<Country> |
CountryService.findAllCountries()
Returns all Countries
|
List<Country> |
CountryService.findAllCountriesNotRestricted()
Returns all Countries that are not restricted.
|
List<Country> |
CountryQueryResults.getResults() |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.