org.kuali.kfs.sys.document.dataaccess.impl
Class FinancialSystemDocumentDaoOjb

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.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


Field Summary
protected  org.kuali.rice.kns.service.DocumentAdHocService documentAdHocService
           
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
FinancialSystemDocumentDaoOjb()
           
 
Method Summary
<T extends org.kuali.rice.kns.document.Document>
Collection<T>
findByDocumentHeaderStatusCode(Class<T> clazz, String statusCode)
           
 org.kuali.rice.kns.service.DocumentAdHocService getDocumentAdHocService()
           
 void setDocumentAdHocService(org.kuali.rice.kns.service.DocumentAdHocService documentAdHocService)
           
 
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
 

Field Detail

documentAdHocService

protected org.kuali.rice.kns.service.DocumentAdHocService documentAdHocService
Constructor Detail

FinancialSystemDocumentDaoOjb

public FinancialSystemDocumentDaoOjb()
Method Detail

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.