org.kuali.rice.kew.quicklinks.dao.impl
Class QuickLinksDAOJpaImpl

java.lang.Object
  extended by org.kuali.rice.kew.quicklinks.dao.impl.QuickLinksDAOJpaImpl
All Implemented Interfaces:
QuickLinksDAO

public class QuickLinksDAOJpaImpl
extends Object
implements QuickLinksDAO


Constructor Summary
QuickLinksDAOJpaImpl()
           
 
Method Summary
 List<ActionListStats> getActionListStats(String principalId)
           
 DocumentSearchService getDocumentSearchService()
           
 DocumentTypeService getDocumentTypeService()
           
 javax.persistence.EntityManager getEntityManager()
           
 List<InitiatedDocumentType> getInitiatedDocumentTypesList(String principalId)
           
 List<KeyValue> getNamedSearches(String principalId)
           
 List<KeyValue> getRecentSearches(String principalId)
           
 List<WatchedDocument> getWatchedDocuments(String principalId)
           
 void setEntityManager(javax.persistence.EntityManager entityManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickLinksDAOJpaImpl

public QuickLinksDAOJpaImpl()
Method Detail

getActionListStats

public List<ActionListStats> getActionListStats(String principalId)
Specified by:
getActionListStats in interface QuickLinksDAO

getInitiatedDocumentTypesList

public List<InitiatedDocumentType> getInitiatedDocumentTypesList(String principalId)
Specified by:
getInitiatedDocumentTypesList in interface QuickLinksDAO

getNamedSearches

public List<KeyValue> getNamedSearches(String principalId)
Specified by:
getNamedSearches in interface QuickLinksDAO

getRecentSearches

public List<KeyValue> getRecentSearches(String principalId)
Specified by:
getRecentSearches in interface QuickLinksDAO

getWatchedDocuments

public List<WatchedDocument> getWatchedDocuments(String principalId)
Specified by:
getWatchedDocuments in interface QuickLinksDAO

getDocumentTypeService

public DocumentTypeService getDocumentTypeService()

getDocumentSearchService

public DocumentSearchService getDocumentSearchService()

getEntityManager

public javax.persistence.EntityManager getEntityManager()

setEntityManager

public void setEntityManager(javax.persistence.EntityManager entityManager)


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