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.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portlet.bookmarks.model   
com.liferay.portlet.bookmarks.model.impl   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.model.impl   
 

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.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement TreeModel
 class GroupBaseImpl
          The extended model base implementation for the Group service.
 class GroupImpl
          Represents either a site or a generic resource container.
 class OrganizationBaseImpl
          The extended model base implementation for the Organization service.
 class OrganizationImpl
           
 

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.bookmarks.model.impl
 

Classes in com.liferay.portlet.bookmarks.model.impl that implement TreeModel
 class BookmarksEntryBaseImpl
          The extended model base implementation for the BookmarksEntry service.
 class BookmarksEntryImpl
           
 class BookmarksFolderBaseImpl
          The extended model base implementation for the BookmarksFolder service.
 class BookmarksFolderImpl
           
 

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.documentlibrary.model.impl
 

Classes in com.liferay.portlet.documentlibrary.model.impl that implement TreeModel
 class DLFileEntryBaseImpl
          The extended model base implementation for the DLFileEntry service.
 class DLFileEntryImpl
           
 class DLFileShortcutBaseImpl
          The extended model base implementation for the DLFileShortcut service.
 class DLFileShortcutImpl
           
 class DLFileVersionBaseImpl
          The extended model base implementation for the DLFileVersion service.
 class DLFileVersionImpl
           
 class DLFolderBaseImpl
          The extended model base implementation for the DLFolder service.
 class DLFolderImpl
           
 

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.
 

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

Classes in com.liferay.portlet.journal.model.impl that implement TreeModel
 class JournalArticleBaseImpl
          The extended model base implementation for the JournalArticle service.
 class JournalArticleImpl
           
 class JournalFolderBaseImpl
          The extended model base implementation for the JournalFolder service.
 class JournalFolderImpl
           
 


Liferay 6.2-ce-ga5