org.kuali.kfs.module.ar.dataaccess
Interface SystemInformationDao

All Known Implementing Classes:
SystemInformationDaoOjb

public interface SystemInformationDao


Method Summary
 SystemInformation getByLockboxNumber(String lockboxNumber, Integer universityFiscalYear)
          Retrieves an SystemInformation object by primary key.
 SystemInformation getByProcessingChartOrgAndFiscalYear(String chartCode, String orgCode, Integer fiscalYear)
           
 int getCountByChartOrgAndLockboxNumber(String processingChartCode, String processingOrgCode, String lockboxNumber)
           
 

Method Detail

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.