Uses of Class
edu.wisc.my.portlets.bookmarks.domain.Entry

Packages that use Entry
edu.wisc.my.portlets.bookmarks.domain   
edu.wisc.my.portlets.bookmarks.domain.compare   
edu.wisc.my.portlets.bookmarks.domain.support   
 

Uses of Entry in edu.wisc.my.portlets.bookmarks.domain
 

Subclasses of Entry in edu.wisc.my.portlets.bookmarks.domain
 class Bookmark
          A bookmark tracks a URL and if the URL should be opened in a new window.
 class BookmarkSet
          The root folder for a tree of bookmarks, adds an owner field to the object to associate the set with a user.
 class Folder
          A Folder can contain other entries in a List.
 

Methods in edu.wisc.my.portlets.bookmarks.domain that return types with arguments of type Entry
 java.util.Comparator<Entry> Folder.getChildComparator()
           
 java.util.Map<java.lang.Long,Entry> Folder.getChildren()
           
 java.util.List<Entry> Folder.getSortedChildren()
          Returns an immutable sorted view of the values of the children Map.
 

Method parameters in edu.wisc.my.portlets.bookmarks.domain with type arguments of type Entry
 void Folder.setChildComparator(java.util.Comparator<Entry> childComparator)
           
 void Folder.setChildren(java.util.Map<java.lang.Long,Entry> children)
           
 

Uses of Entry in edu.wisc.my.portlets.bookmarks.domain.compare
 

Methods in edu.wisc.my.portlets.bookmarks.domain.compare with parameters of type Entry
 int DefaultBookmarksComparator.compare(Entry e1, Entry e2)
           
protected  int DefaultBookmarksComparator.compareBookmarks(Entry e1, Entry e2)
          If both classes are not Bookmarks they are equal.
protected  int DefaultBookmarksComparator.compareEntries(Entry e1, Entry e2)
          Compairs the entries by name, note, created and modified properties in that order.
protected  int DefaultBookmarksComparator.compareFolders(Entry e1, Entry e2)
          Folders are always greater than non-Folders, if they are both Folders or both not Folders they are equal.
 

Uses of Entry in edu.wisc.my.portlets.bookmarks.domain.support
 

Methods in edu.wisc.my.portlets.bookmarks.domain.support that return Entry
static Entry FolderUtils.deepClone(Entry target, boolean copyIds)
           
static Entry FolderUtils.deepCloneEntry(Entry target, boolean copyIds)
           
 Entry IdPathInfo.getTarget()
           
 

Methods in edu.wisc.my.portlets.bookmarks.domain.support with parameters of type Entry
static Entry FolderUtils.deepClone(Entry target, boolean copyIds)
           
static Entry FolderUtils.deepCloneEntry(Entry target, boolean copyIds)
           
static boolean FolderUtils.deepContains(Folder parent, Entry query)
           
 

Constructors in edu.wisc.my.portlets.bookmarks.domain.support with parameters of type Entry
IdPathInfo(long[] indexPath, Folder parent, Entry target)
           
 



Copyright © 1998-2007 Java Architectures Special Interest Group. All Rights Reserved.