Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.util
Class TreePathUtil

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

Deprecated. As of 7.0.0, moved to TreePathUtil

@Deprecated
public class TreePathUtil
extends Object


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

Constructor Detail

TreePathUtil

public TreePathUtil()
Deprecated. 
Method Detail

rebuildTree

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

Liferay 7.0-ga1 portal-kernel