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

Packages that use Folder
edu.wisc.my.portlets.bookmarks.domain   
edu.wisc.my.portlets.bookmarks.domain.support   
 

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

Subclasses of Folder in edu.wisc.my.portlets.bookmarks.domain
 class BookmarkSet
          The root folder for a tree of bookmarks, adds an owner field to the object to associate the set with a user.
 

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

Methods in edu.wisc.my.portlets.bookmarks.domain.support that return Folder
static Folder FolderUtils.deepCloneFolder(Folder target, boolean copyIds)
           
 Folder IdPathInfo.getParent()
           
 

Methods in edu.wisc.my.portlets.bookmarks.domain.support with parameters of type Folder
static Folder FolderUtils.deepCloneFolder(Folder target, boolean copyIds)
           
static boolean FolderUtils.deepContains(Folder parent, Entry query)
           
static IdPathInfo FolderUtils.getEntryInfo(Folder baseFolder, java.lang.String indexPath)
           
static IdPathInfo FolderUtils.getEntryInfo(Folder baseFolder, java.lang.String idPath, java.lang.String regexDelimeter)
           
 

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



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