org.kuali.kfs.module.ar.dataaccess
Interface SystemInformationDao
- All Known Implementing Classes:
- SystemInformationDaoOjb
public interface SystemInformationDao
getByLockboxNumber
SystemInformation getByLockboxNumber(String lockboxNumber,
Integer universityFiscalYear)
- Retrieves an SystemInformation object by primary key.
- Parameters:
LockboxNumber
-
- Returns:
- SystemInformation
getByProcessingChartOrgAndFiscalYear
SystemInformation getByProcessingChartOrgAndFiscalYear(String chartCode,
String orgCode,
Integer fiscalYear)
getCountByChartOrgAndLockboxNumber
int getCountByChartOrgAndLockboxNumber(String processingChartCode,
String processingOrgCode,
String lockboxNumber)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.