public class TreePathUtil
extends java.lang.Object
| Constructor and Description |
|---|
TreePathUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
rebuildTree(long companyId,
long parentPrimaryKey,
java.lang.String parentTreePath,
TreeModelFinder<?> treeModelFinder) |
static void |
rebuildTree(long companyId,
long defaultParentPrimaryKey,
TreeModelFinder<?> treeModelFinder)
Deprecated.
As of 7.0.0, replaced by
rebuildTree(long, long,
String, TreeModelFinder<?>) |
static void |
rebuildTree(Session session,
long companyId,
java.lang.String tableName,
java.lang.String parentTableName,
java.lang.String parentPrimaryKeyColumnName,
boolean statusColumn)
Deprecated.
As of 7.0.0, with no direct replacement
|
protected static void |
rebuildTree(Session session,
long companyId,
java.lang.String tableName,
java.lang.String parentTableName,
java.lang.String parentPrimaryKeyColumnName,
boolean statusColumn,
boolean rootParent)
Deprecated.
As of 7.0.0, with no direct replacement
|
@Deprecated
public static void rebuildTree(long companyId,
long defaultParentPrimaryKey,
TreeModelFinder<?> treeModelFinder)
throws SystemException
rebuildTree(long, long,
String, TreeModelFinder<?>)SystemExceptionpublic static void rebuildTree(long companyId,
long parentPrimaryKey,
java.lang.String parentTreePath,
TreeModelFinder<?> treeModelFinder)
throws PortalException,
SystemException
PortalExceptionSystemException@Deprecated public static void rebuildTree(Session session, long companyId, java.lang.String tableName, java.lang.String parentTableName, java.lang.String parentPrimaryKeyColumnName, boolean statusColumn)
@Deprecated protected static void rebuildTree(Session session, long companyId, java.lang.String tableName, java.lang.String parentTableName, java.lang.String parentPrimaryKeyColumnName, boolean statusColumn, boolean rootParent)