Interface QuickLinksService
- All Known Implementing Classes:
QuickLinksServiceImpl
public interface QuickLinksService
A service providing data access to Quick Links information. The Quick
Links provide quick information and access to various functions
in the Quick Links GUI of the web application.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptiongetActionListStats(String principalId) getInitiatedDocumentTypesList(String principalId) List<org.kuali.rice.core.api.util.KeyValue> getNamedSearches(String principalId) List<org.kuali.rice.core.api.util.KeyValue> getRecentSearches(String principalId) getWatchedDocuments(String principalId)
-
Method Details
-
getWatchedDocuments
-
getRecentSearches
-
getNamedSearches
-
getActionListStats
-
getInitiatedDocumentTypesList
-