Liferay 7.0-ce-b4

com.liferay.portal.kernel.util
Class TreePathUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.TreePathUtil

public class TreePathUtil
extends Object


Constructor Summary
TreePathUtil()
           
 
Method Summary
static void rebuildTree(long companyId, long parentPrimaryKey, String parentTreePath, TreeModelTasks<?> treeModelTasks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreePathUtil

public TreePathUtil()
Method Detail

rebuildTree

public static void rebuildTree(long companyId,
                               long parentPrimaryKey,
                               String parentTreePath,
                               TreeModelTasks<?> treeModelTasks)
                        throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4