Uses of Class
wt.recent.RecentUpdate

Packages that use RecentUpdate
wt.recent   
 

Uses of RecentUpdate in wt.recent
 

Methods in wt.recent that return RecentUpdate
private  RecentUpdate StandardRecentlyVisitedService.findInQR(RecentUpdate x, QueryResult qr)
           
static RecentUpdate RecentUpdate.newRecentUpdate(WTObject a, String key)
          

Supported API: false
static RecentUpdate RecentUpdate.newRecentUpdate(WTContainer a, String key)
          

Supported API: false
static RecentUpdate RecentUpdate.newRecentUpdate()
          Default factory for the class.
 

Methods in wt.recent with parameters of type RecentUpdate
private  boolean StandardRecentlyVisitedService.containsIn(RecentUpdate y, ArrayList listObjects)
           
private  RecentUpdate StandardRecentlyVisitedService.findInQR(RecentUpdate x, QueryResult qr)
           
private  void StandardRecentlyVisitedService.updateCache(RecentUpdate ru)
           
protected  boolean RecentUpdate.readVersion(RecentUpdate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 boolean RecentUpdate.equals(RecentUpdate otherObj, boolean isDifferent)
          

Supported API: false
 

Constructors in wt.recent with parameters of type RecentUpdate
ObjectVisitedInfo(RecentUpdate recentObj)
          

Supported API: false