org.kuali.rice.kew.quicklinks.service.impl
Class QuickLinksServiceImpl

java.lang.Object
  extended by org.kuali.rice.kew.quicklinks.service.impl.QuickLinksServiceImpl
All Implemented Interfaces:
QuickLinksService

public class QuickLinksServiceImpl
extends Object
implements QuickLinksService


Constructor Summary
QuickLinksServiceImpl()
           
 
Method Summary
 List<ActionListStats> getActionListStats(String principalId)
           
 List<InitiatedDocumentType> getInitiatedDocumentTypesList(String principalId)
           
 List<KeyValue> getNamedSearches(String principalId)
           
 QuickLinksDAO getQuickLinksDAO()
           
 List<KeyValue> getRecentSearches(String principalId)
           
 List<WatchedDocument> getWatchedDocuments(String principalId)
           
 void setQuickLinksDAO(QuickLinksDAO quickLinksDAO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickLinksServiceImpl

public QuickLinksServiceImpl()
Method Detail

getActionListStats

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

getInitiatedDocumentTypesList

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

getNamedSearches

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

getRecentSearches

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

getWatchedDocuments

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

getQuickLinksDAO

public QuickLinksDAO getQuickLinksDAO()

setQuickLinksDAO

public void setQuickLinksDAO(QuickLinksDAO quickLinksDAO)


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