Package org.kuali.coeus.common.api.org
Interface OrganizationRepositoryService
-
public interface OrganizationRepositoryService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCognizantFedAgency(OrganizationContract organization)Gets Cognizant Federal Agency for an organization.
-
-
-
Method Detail
-
getCognizantFedAgency
String getCognizantFedAgency(OrganizationContract organization)
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
-
-