public interface S2SLocationService
Modifier and Type | Method and Description |
---|---|
org.kuali.coeus.common.api.country.CountryContract |
getCountryFromCode(String countryCode)
Finds a Country object from the country code
|
org.kuali.coeus.common.api.state.StateContract |
getStateFromName(String countryAlternateCode,
String stateName)
Finds a State object from the state name
|
org.kuali.coeus.common.api.country.CountryContract getCountryFromCode(String countryCode)
countryCode
- Country nameorg.kuali.coeus.common.api.state.StateContract getStateFromName(String countryAlternateCode, String stateName)
countryAlternateCode
- country 3-character codestateName
- Name of the state (two-letter state code)Copyright © 2014 The Kuali Foundation. All rights reserved.