org.kuali.kfs.module.ar.dataaccess.impl
Class SystemInformationDaoOjb
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
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
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
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 |
SystemInformationDaoOjb
public SystemInformationDaoOjb()
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.