Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.model.TreeModel

Packages that use TreeModel
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portlet.bookmarks.model   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.journal.model   
 

Uses of TreeModel in com.liferay.portal.kernel.util
 

Classes in com.liferay.portal.kernel.util with type parameters of type TreeModel
 interface TreeModelFinder<T extends TreeModel>
           
 

Method parameters in com.liferay.portal.kernel.util with type arguments of type TreeModel
 void TreeModelFinder.reindexTreeModels(List<TreeModel> treeModels)
           
 

Uses of TreeModel in com.liferay.portal.model
 

Subinterfaces of TreeModel in com.liferay.portal.model
 interface Group
          The extended model interface for the Group service.
 interface Organization
          The extended model interface for the Organization service.
 

Classes in com.liferay.portal.model that implement TreeModel
 class GroupWrapper
           This class is a wrapper for Group.
 class OrganizationWrapper
           This class is a wrapper for Organization.
 

Uses of TreeModel in com.liferay.portlet.bookmarks.model
 

Subinterfaces of TreeModel in com.liferay.portlet.bookmarks.model
 interface BookmarksEntry
          The extended model interface for the BookmarksEntry service.
 interface BookmarksFolder
          The extended model interface for the BookmarksFolder service.
 

Classes in com.liferay.portlet.bookmarks.model that implement TreeModel
 class BookmarksEntryWrapper
           This class is a wrapper for BookmarksEntry.
 class BookmarksFolderWrapper
           This class is a wrapper for BookmarksFolder.
 

Uses of TreeModel in com.liferay.portlet.documentlibrary.model
 

Subinterfaces of TreeModel in com.liferay.portlet.documentlibrary.model
 interface DLFileEntry
          The extended model interface for the DLFileEntry service.
 interface DLFileShortcut
          The extended model interface for the DLFileShortcut service.
 interface DLFileVersion
          The extended model interface for the DLFileVersion service.
 interface DLFolder
          The extended model interface for the DLFolder service.
 

Classes in com.liferay.portlet.documentlibrary.model that implement TreeModel
 class DLFileEntryWrapper
           This class is a wrapper for DLFileEntry.
 class DLFileShortcutWrapper
           This class is a wrapper for DLFileShortcut.
 class DLFileVersionWrapper
           This class is a wrapper for DLFileVersion.
 class DLFolderWrapper
           This class is a wrapper for DLFolder.
 

Uses of TreeModel in com.liferay.portlet.journal.model
 

Subinterfaces of TreeModel in com.liferay.portlet.journal.model
 interface JournalArticle
          The extended model interface for the JournalArticle service.
 interface JournalFolder
          The extended model interface for the JournalFolder service.
 

Classes in com.liferay.portlet.journal.model that implement TreeModel
 class JournalArticleWrapper
           This class is a wrapper for JournalArticle.
 class JournalFolderWrapper
           This class is a wrapper for JournalFolder.
 


Liferay 6.2-ce-ga5