org.kuali.rice.kew.quicklinks.dao
Interface QuickLinksDAO
- All Known Implementing Classes:
- QuickLinksDAOJpaImpl, QuickLinksDAOOjbImpl
public interface QuickLinksDAO
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-2013 The Kuali Foundation. All Rights Reserved.