org.kuali.rice.kew.quicklinks.service
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)
getWatchedDocuments
List<WatchedDocument> getWatchedDocuments(String principalId)
getRecentSearches
List<KeyValue> getRecentSearches(String principalId)
getNamedSearches
List<KeyValue> getNamedSearches(String principalId)
getActionListStats
List<ActionListStats> getActionListStats(String principalId)
getInitiatedDocumentTypesList
List<InitiatedDocumentType> getInitiatedDocumentTypesList(String principalId)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.