org.kuali.rice.kew.quicklinks.dao.impl
Class QuickLinksDAOOjbImpl
java.lang.Object
   org.springframework.dao.support.DaoSupport
org.springframework.dao.support.DaoSupport
       org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
           org.kuali.rice.kew.quicklinks.dao.impl.QuickLinksDAOOjbImpl
org.kuali.rice.kew.quicklinks.dao.impl.QuickLinksDAOOjbImpl
- All Implemented Interfaces: 
- QuickLinksDAO, org.springframework.beans.factory.InitializingBean
- public class QuickLinksDAOOjbImpl 
- extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport- implements QuickLinksDAO
 
| Fields inherited from class org.springframework.dao.support.DaoSupport | 
| logger | 
 
 
 
| 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 | 
 
QuickLinksDAOOjbImpl
public QuickLinksDAOOjbImpl()
getActionListStats
public List<ActionListStats> getActionListStats(String principalId)
- 
- Specified by:
- getActionListStatsin interface- QuickLinksDAO
 
- 
 
getInitiatedDocumentTypesList
public List<InitiatedDocumentType> getInitiatedDocumentTypesList(String principalId)
- 
- Specified by:
- getInitiatedDocumentTypesListin interface- QuickLinksDAO
 
- 
 
getNamedSearches
public List<KeyValue> getNamedSearches(String principalId)
- 
- Specified by:
- getNamedSearchesin interface- QuickLinksDAO
 
- 
 
getRecentSearches
public List<KeyValue> getRecentSearches(String principalId)
- 
- Specified by:
- getRecentSearchesin interface- QuickLinksDAO
 
- 
 
getWatchedDocuments
public List<WatchedDocument> getWatchedDocuments(String principalId)
- 
- Specified by:
- getWatchedDocumentsin interface- QuickLinksDAO
 
- 
 
getDocumentTypeService
public DocumentTypeService getDocumentTypeService()
- 
 
- 
 
getDocumentSearchService
public DocumentSearchService getDocumentSearchService()
- 
 
- 
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.