Interface OrganizationRepositoryService


  • public interface OrganizationRepositoryService
    • 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