Liferay 7.0-ga1 portal-kernel

Uses of Interface
com.liferay.portal.kernel.util.TreeModelTasks

Packages that use TreeModelTasks
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
 

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

Classes in com.liferay.portal.kernel.util that implement TreeModelTasks
 class TreeModelTasksAdapter<T extends TreeModel>
          Deprecated. As of 7.0.0, moved to TreeModelTasksAdapter
 

Methods in com.liferay.portal.kernel.util with parameters of type TreeModelTasks
static void TreePathUtil.rebuildTree(long companyId, long parentPrimaryKey, String parentTreePath, TreeModelTasks<?> treeModelTasks)
          Deprecated.  
 


Liferay 7.0-ga1 portal-kernel