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 parentPrimaryKey,
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,
String tableName,
String parentTableName,
String parentPrimaryKeyColumnName,
boolean statusColumn)
Deprecated. As of 7.0.0, with no direct replacement |
protected static void |
rebuildTree(Session session,
long companyId,
String tableName,
String parentTableName,
String parentPrimaryKeyColumnName,
boolean statusColumn,
boolean rootParent)
Deprecated. As of 7.0.0, with no direct replacement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreePathUtil
public TreePathUtil()
rebuildTree
@Deprecated
public static void rebuildTree(long companyId,
long defaultParentPrimaryKey,
TreeModelFinder<?> treeModelFinder)
throws SystemException
- Deprecated. As of 7.0.0, replaced by
rebuildTree(long, long,
String, TreeModelFinder>)
- Throws:
SystemException
rebuildTree
public static void rebuildTree(long companyId,
long parentPrimaryKey,
String parentTreePath,
TreeModelFinder<?> treeModelFinder)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
rebuildTree
@Deprecated
public static void rebuildTree(Session session,
long companyId,
String tableName,
String parentTableName,
String parentPrimaryKeyColumnName,
boolean statusColumn)
- Deprecated. As of 7.0.0, with no direct replacement
rebuildTree
@Deprecated
protected static void rebuildTree(Session session,
long companyId,
String tableName,
String parentTableName,
String parentPrimaryKeyColumnName,
boolean statusColumn,
boolean rootParent)
- Deprecated. As of 7.0.0, with no direct replacement