org.kuali.rice.kew.quicklinks.service.impl
Class QuickLinksServiceImpl
java.lang.Object
org.kuali.rice.kew.quicklinks.service.impl.QuickLinksServiceImpl
- All Implemented Interfaces:
- QuickLinksService
public class QuickLinksServiceImpl
- extends Object
- implements QuickLinksService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuickLinksServiceImpl
public QuickLinksServiceImpl()
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.