org.kuali.kpme.core.institution.service
Class InstitutionServiceImpl
java.lang.Object
org.kuali.kpme.core.institution.service.InstitutionServiceImpl
- All Implemented Interfaces:
- InstitutionService
public class InstitutionServiceImpl
- extends Object
- implements InstitutionService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstitutionServiceImpl
public InstitutionServiceImpl()
getInstitutionById
public Institution getInstitutionById(String institutionId)
- Specified by:
getInstitutionById
in interface InstitutionService
getActiveInstitutionsAsOf
public List<Institution> getActiveInstitutionsAsOf(org.joda.time.LocalDate asOfDate)
- Specified by:
getActiveInstitutionsAsOf
in interface InstitutionService
getInstitutionsByCode
public List<Institution> getInstitutionsByCode(String code)
- Specified by:
getInstitutionsByCode
in interface InstitutionService
getInstitutionDao
public InstitutionDao getInstitutionDao()
setInstitutionDao
public void setInstitutionDao(InstitutionDao institutionDao)
getInstitution
public Institution getInstitution(String institutionCode,
org.joda.time.LocalDate asOfDate)
- Description copied from interface:
InstitutionService
- retrieve the institution with given code and exists before given date
- Specified by:
getInstitution
in interface InstitutionService
- Returns:
getInstitutionCount
public int getInstitutionCount(String institutionCode,
org.joda.time.LocalDate asOfDate)
- Description copied from interface:
InstitutionService
- Get the count of institutions that match the given institutionCode and eff date
- Specified by:
getInstitutionCount
in interface InstitutionService
- Returns:
getInstitutions
public List<Institution> getInstitutions(org.joda.time.LocalDate fromEffdt,
org.joda.time.LocalDate toEffdt,
String institutionCode,
String active,
String showHistory)
- Specified by:
getInstitutions
in interface InstitutionService
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.