org.kuali.kfs.module.ar.dataaccess.impl
Class SystemInformationDaoOjb

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
              extended by org.kuali.kfs.module.ar.dataaccess.impl.SystemInformationDaoOjb
All Implemented Interfaces:
SystemInformationDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class SystemInformationDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements SystemInformationDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
SystemInformationDaoOjb()
           
 
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)
           
 
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
getDbPlatform, setDbPlatform
 
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemInformationDaoOjb

public SystemInformationDaoOjb()
Method Detail

getByLockboxNumber

public SystemInformation getByLockboxNumber(String lockboxNumber,
                                            Integer universityFiscalYear)
Description copied from interface: SystemInformationDao
Retrieves an SystemInformation object by primary key.

Specified by:
getByLockboxNumber in interface SystemInformationDao
Returns:
SystemInformation

getByProcessingChartOrgAndFiscalYear

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

getCountByChartOrgAndLockboxNumber

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


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