public interface KcCountryService
Modifier and Type | Method and Description |
---|---|
CountryContract |
getCountry(String code)
This method retrieves a country by country code.
|
CountryContract |
getCountryByAlternateCode(String alternateCode)
This method retrieves a country by alternate country code.
|
CountryContract getCountry(String code)
code
- the country code. cannot be blank.IllegalArgumentException
- if the code is blankCountryContract getCountryByAlternateCode(String alternateCode)
alternateCode
- the alternate country code. cannot be blank.IllegalArgumentException
- if the alternateCode is blankCopyright © 2014–2015 The Kuali Foundation. All rights reserved.