com.liferay.portal.kernel.util
Class TreePathUtil
java.lang.Object
com.liferay.portal.kernel.util.TreePathUtil
public class TreePathUtil
- extends Object
|
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 |
TreePathUtil
public TreePathUtil()
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)