public class QuickLinksServiceImpl extends Object implements QuickLinksService
| Constructor and Description |
|---|
QuickLinksServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public QuickLinksServiceImpl()
public List<ActionListStats> getActionListStats(String principalId)
getActionListStats in interface QuickLinksServicepublic List<InitiatedDocumentType> getInitiatedDocumentTypesList(String principalId)
getInitiatedDocumentTypesList in interface QuickLinksServicepublic List<KeyValue> getNamedSearches(String principalId)
getNamedSearches in interface QuickLinksServicepublic List<KeyValue> getRecentSearches(String principalId)
getRecentSearches in interface QuickLinksServicepublic List<WatchedDocument> getWatchedDocuments(String principalId)
getWatchedDocuments in interface QuickLinksServicepublic QuickLinksDAO getQuickLinksDAO()
public void setQuickLinksDAO(QuickLinksDAO quickLinksDAO)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.