public class RecentlyViewedHelper extends Object
Modifier and Type | Field and Description |
---|---|
static List<HasRecentlyViewedData> |
dependants |
static int |
MAX_RECENT_HISTORY |
static List<RecentDocInfo> |
recentlyViewedDocs |
Constructor and Description |
---|
RecentlyViewedHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
addCurrentDocument(String name) |
static void |
addDependant(HasRecentlyViewedData object) |
static void |
addDocument(String name,
String specificLocation) |
static List<RecentDocInfo> |
getRecentlyViewed() |
static void |
updateTitle(String oldTitle,
String newTitle,
String docId) |
public static List<RecentDocInfo> recentlyViewedDocs
public static List<HasRecentlyViewedData> dependants
public static final int MAX_RECENT_HISTORY
public RecentlyViewedHelper()
public static void addCurrentDocument(String name)
public static void addDocument(String name, String specificLocation)
public static List<RecentDocInfo> getRecentlyViewed()
public static void addDependant(HasRecentlyViewedData object)
public static void updateTitle(String oldTitle, String newTitle, String docId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.