Liferay 6.2-ce-ga5

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

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

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

Methods in com.liferay.portal.kernel.util with parameters of type TreeModelFinder
static void TreePathUtil.rebuildTree(long companyId, long parentPrimaryKey, String parentTreePath, TreeModelFinder<?> treeModelFinder)
           
static void TreePathUtil.rebuildTree(long companyId, long defaultParentPrimaryKey, TreeModelFinder<?> treeModelFinder)
          Deprecated. As of 7.0.0, replaced by TreePathUtil.rebuildTree(long, long, String, TreeModelFinder)
 


Liferay 6.2-ce-ga5