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 QuickLinksService
public List<InitiatedDocumentType> getInitiatedDocumentTypesList(String principalId)
getInitiatedDocumentTypesList
in interface QuickLinksService
public List<KeyValue> getNamedSearches(String principalId)
getNamedSearches
in interface QuickLinksService
public List<KeyValue> getRecentSearches(String principalId)
getRecentSearches
in interface QuickLinksService
public List<WatchedDocument> getWatchedDocuments(String principalId)
getWatchedDocuments
in interface QuickLinksService
public QuickLinksDAO getQuickLinksDAO()
public void setQuickLinksDAO(QuickLinksDAO quickLinksDAO)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.