org.kuali.kfs.sys.document.dataaccess.impl
Class FinancialSystemDocumentDaoOjb
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
org.kuali.kfs.sys.document.dataaccess.impl.FinancialSystemDocumentDaoOjb
- All Implemented Interfaces:
- FinancialSystemDocumentDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean
public class FinancialSystemDocumentDaoOjb
- extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
- implements FinancialSystemDocumentDao
This class is the KFS specific document dao implementation
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 |
documentAdHocService
protected org.kuali.rice.kns.service.DocumentAdHocService documentAdHocService
FinancialSystemDocumentDaoOjb
public FinancialSystemDocumentDaoOjb()
findByDocumentHeaderStatusCode
public <T extends org.kuali.rice.kns.document.Document> Collection<T> findByDocumentHeaderStatusCode(Class<T> clazz,
String statusCode)
- Specified by:
findByDocumentHeaderStatusCode
in interface FinancialSystemDocumentDao
getDocumentAdHocService
public org.kuali.rice.kns.service.DocumentAdHocService getDocumentAdHocService()
setDocumentAdHocService
public void setDocumentAdHocService(org.kuali.rice.kns.service.DocumentAdHocService documentAdHocService)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.