org.kuali.student.lum.common.client.helpers
Class RecentlyViewedHelper

java.lang.Object
  extended by org.kuali.student.lum.common.client.helpers.RecentlyViewedHelper

public class RecentlyViewedHelper
extends Object


Field Summary
static List<HasRecentlyViewedData> dependants
           
static int MAX_RECENT_HISTORY
           
static List<RecentDocInfo> recentlyViewedDocs
           
 
Constructor Summary
RecentlyViewedHelper()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RecentlyViewedHelper

public RecentlyViewedHelper()
Method Detail

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 © 2004-2012 The Kuali Foundation. All Rights Reserved.