org.kuali.kfs.module.ar.document.service.impl
Class SystemInformationServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.ar.document.service.impl.SystemInformationServiceImpl
All Implemented Interfaces:
SystemInformationService

@Transactional
public class SystemInformationServiceImpl
extends Object
implements SystemInformationService

This class...


Constructor Summary
SystemInformationServiceImpl()
           
 
Method Summary
 SystemInformation getByLockboxNumber(String lockboxNumber, Integer universityFiscalYear)
           
 SystemInformation getByLockboxNumberForCurrentFiscalYear(String lockboxNumber)
           
 SystemInformation getByProcessingChartOrgAndFiscalYear(String chartCode, String orgCode, Integer fiscalYear)
           
 int getCountByChartOrgAndLockboxNumber(String processingChartCode, String processingOrgCode, String lockboxNumber)
           
 SystemInformationDao getSystemInformationDao()
           
 void setSystemInformationDao(SystemInformationDao systemInformationDao)
           
 void setUniversityDateService(UniversityDateService universityDateService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemInformationServiceImpl

public SystemInformationServiceImpl()
Method Detail

getByLockboxNumberForCurrentFiscalYear

public SystemInformation getByLockboxNumberForCurrentFiscalYear(String lockboxNumber)
Specified by:
getByLockboxNumberForCurrentFiscalYear in interface SystemInformationService

getByLockboxNumber

public SystemInformation getByLockboxNumber(String lockboxNumber,
                                            Integer universityFiscalYear)
Specified by:
getByLockboxNumber in interface SystemInformationService

getByProcessingChartOrgAndFiscalYear

public SystemInformation getByProcessingChartOrgAndFiscalYear(String chartCode,
                                                              String orgCode,
                                                              Integer fiscalYear)
Specified by:
getByProcessingChartOrgAndFiscalYear in interface SystemInformationService

getCountByChartOrgAndLockboxNumber

public int getCountByChartOrgAndLockboxNumber(String processingChartCode,
                                              String processingOrgCode,
                                              String lockboxNumber)
Specified by:
getCountByChartOrgAndLockboxNumber in interface SystemInformationService

getSystemInformationDao

public SystemInformationDao getSystemInformationDao()

setSystemInformationDao

public void setSystemInformationDao(SystemInformationDao systemInformationDao)

setUniversityDateService

public void setUniversityDateService(UniversityDateService universityDateService)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.