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


public interface TreeModelFinder<T extends TreeModel>

Author:
Shinn Lok

Method Summary
 java.util.List<T> findTreeModels(long previousId, long companyId, long parentPrimaryKey, int size)
           
 

Method Detail

findTreeModels

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