Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Interface TreeModelFinder<T extends TreeModel>


public interface TreeModelFinder<T extends TreeModel>


Method Summary
 List<T> findTreeModels(long previousId, long companyId, long parentPrimaryKey, int size)
           
 void rebuildDependentModelsTreePaths(long parentPrimaryKey, String treePath)
           
 void reindexTreeModels(List<TreeModel> treeModels)
           
 

Method Detail

findTreeModels

List<T> findTreeModels(long previousId,
                       long companyId,
                       long parentPrimaryKey,
                       int size)
                                         throws SystemException
Throws:
SystemException

rebuildDependentModelsTreePaths

void rebuildDependentModelsTreePaths(long parentPrimaryKey,
                                     String treePath)
                                     throws PortalException,
                                            SystemException
Throws:
PortalException
SystemException

reindexTreeModels

void reindexTreeModels(List<TreeModel> treeModels)
                       throws PortalException
Throws:
PortalException

Liferay 6.2-ce-ga5