org.kuali.kfs.module.ar.document.service
Interface SystemInformationService
- All Known Implementing Classes:
- SystemInformationServiceImpl
public interface SystemInformationService
getByLockboxNumberForCurrentFiscalYear
SystemInformation getByLockboxNumberForCurrentFiscalYear(String lockboxNumber)
getByLockboxNumber
SystemInformation getByLockboxNumber(String lockboxNumber,
Integer universityFiscalYear)
getByProcessingChartOrgAndFiscalYear
SystemInformation getByProcessingChartOrgAndFiscalYear(String chartCode,
String orgCode,
Integer fiscalYear)
getCountByChartOrgAndLockboxNumber
int getCountByChartOrgAndLockboxNumber(String chartCode,
String orgCode,
String lockboxNumber)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.