org.kuali.kpme.core.institution.service
Interface InstitutionService

All Known Implementing Classes:
InstitutionServiceImpl

public interface InstitutionService


Method Summary
 List<Institution> getActiveInstitutionsAsOf(org.joda.time.LocalDate asOfDate)
           
 Institution getInstitution(String institutionCode, org.joda.time.LocalDate asOfDate)
          retrieve the institution with given code and exists before given date
 Institution getInstitutionById(String institutionId)
           
 int getInstitutionCount(String institutionCode, org.joda.time.LocalDate asOfDate)
          Get the count of institutions that match the given institutionCode and eff date
 List<Institution> getInstitutions(org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String institutionCode, String active, String showHistory)
           
 List<Institution> getInstitutionsByCode(String code)
           
 

Method Detail

getInstitutionById

Institution getInstitutionById(String institutionId)

getActiveInstitutionsAsOf

List<Institution> getActiveInstitutionsAsOf(org.joda.time.LocalDate asOfDate)

getInstitutionsByCode

List<Institution> getInstitutionsByCode(String code)

getInstitution

Institution getInstitution(String institutionCode,
                           org.joda.time.LocalDate asOfDate)
retrieve the institution with given code and exists before given date

Parameters:
institutionCode -
asOfDate -
Returns:

getInstitutionCount

int getInstitutionCount(String institutionCode,
                        org.joda.time.LocalDate asOfDate)
Get the count of institutions that match the given institutionCode and eff date

Parameters:
institutionCode -
asOfDate -
Returns:

getInstitutions

List<Institution> getInstitutions(org.joda.time.LocalDate fromEffdt,
                                  org.joda.time.LocalDate toEffdt,
                                  String institutionCode,
                                  String active,
                                  String showHistory)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.