org.kuali.kfs.module.ar.document.service.impl
Class SystemInformationServiceImpl
java.lang.Object
org.kuali.kfs.module.ar.document.service.impl.SystemInformationServiceImpl
- All Implemented Interfaces:
- SystemInformationService
@Transactional
public class SystemInformationServiceImpl
- extends Object
- implements SystemInformationService
This class...
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemInformationServiceImpl
public SystemInformationServiceImpl()
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.