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.service.test   
com.liferay.portlet.documentlibrary.model   
 

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.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.
 


Liferay 7.0-ce-b4