Liferay 6.2-ce-ga5

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 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
 

Constructor Detail

TreePathUtil

public TreePathUtil()
Method Detail

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


Liferay 6.2-ce-ga5