Liferay 6.2-ce-ga4

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 defaultParentPrimaryKey, TreeModelFinder<?> treeModelFinder)
           
static void rebuildTree(Session session, long companyId, String tableName, String parentTableName, String parentPrimaryKeyColumnName, boolean statusColumn)
           
protected static void rebuildTree(Session session, long companyId, String tableName, String parentTableName, String parentPrimaryKeyColumnName, boolean statusColumn, boolean rootParent)
           
 
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 defaultParentPrimaryKey,
                               TreeModelFinder<?> treeModelFinder)
                        throws SystemException
Throws:
SystemException

rebuildTree

public static void rebuildTree(Session session,
                               long companyId,
                               String tableName,
                               String parentTableName,
                               String parentPrimaryKeyColumnName,
                               boolean statusColumn)

rebuildTree

protected static void rebuildTree(Session session,
                                  long companyId,
                                  String tableName,
                                  String parentTableName,
                                  String parentPrimaryKeyColumnName,
                                  boolean statusColumn,
                                  boolean rootParent)

Liferay 6.2-ce-ga4