Package org.kuali.coeus.common.api.state
Interface KcStateService
public interface KcStateService
-
Method Summary
Modifier and TypeMethodDescriptionThis method retrieves a state by country code and state code.
-
Method Details
-
getState
This method retrieves a state by country code and state code. If the state is not found null is returned. Both the country code and state code cannot be blank.- Parameters:
countryCode- the country code. cannot be blank.code- the state code. cannot be blank.- Returns:
- the state or null if not found.
- Throws:
IllegalArgumentException- if the countryCode, code is blank
-