org.kuali.student.lum.common.client.helpers
Class RecentlyViewedHelper
java.lang.Object
org.kuali.student.lum.common.client.helpers.RecentlyViewedHelper
public class RecentlyViewedHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
recentlyViewedDocs
public static List<RecentDocInfo> recentlyViewedDocs
dependants
public static List<HasRecentlyViewedData> dependants
MAX_RECENT_HISTORY
public static final int MAX_RECENT_HISTORY
- See Also:
- Constant Field Values
RecentlyViewedHelper
public RecentlyViewedHelper()
addCurrentDocument
public static void addCurrentDocument(String name)
addDocument
public static void addDocument(String name,
String specificLocation)
getRecentlyViewed
public static List<RecentDocInfo> getRecentlyViewed()
addDependant
public static void addDependant(HasRecentlyViewedData object)
updateTitle
public static void updateTitle(String oldTitle,
String newTitle,
String docId)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.