Liferay 7.0-ce-b4

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.adapter.impl   
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service.test   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.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 TreeModelTasks<T extends TreeModel>
           
 class TreeModelTasksAdapter<T extends TreeModel>
           
 

Method parameters in com.liferay.portal.kernel.util with type arguments of type TreeModel
 void TreeModelTasks.reindexTreeModels(List<TreeModel> treeModels)
           
 void TreeModelTasksAdapter.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.adapter.impl
 

Classes in com.liferay.portal.model.adapter.impl that implement TreeModel
 class StagedGroupImpl
           
 

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.portal.service.test
 

Methods in com.liferay.portal.service.test that return TreeModel
protected abstract  TreeModel BaseLocalServiceTreeTestCase.addTreeModel(TreeModel parentTreeModel)
           
protected abstract  TreeModel BaseLocalServiceTreeTestCase.getTreeModel(long primaryKey)
           
 

Methods in com.liferay.portal.service.test with parameters of type TreeModel
protected abstract  TreeModel BaseLocalServiceTreeTestCase.addTreeModel(TreeModel parentTreeModel)
           
protected abstract  void BaseLocalServiceTreeTestCase.deleteTreeModel(TreeModel treeModel)
           
 

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
           
 


Liferay 7.0-ce-b4