Package org.kuali.coeus.common.api.org
Interface OrganizationRepositoryService
public interface OrganizationRepositoryService
-
Method Summary
Modifier and TypeMethodDescriptiongetCognizantFedAgency(OrganizationContract organization) Gets Cognizant Federal Agency for an organization.
-
Method Details
-
getCognizantFedAgency
Gets Cognizant Federal Agency for an organization. The pass in organization cannot be null. Will return an empty string the Cognizant Federal Agency cannot be determined.- Parameters:
organization- the organization.- Returns:
- the Cognizant Federal Agency or a blank string
- Throws:
IllegalArgumentException- if the organization is null
-