com.liferay.portlet.documentlibrary.service.persistence
Class DLFolderFinderUtil

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinderUtil

public class DLFolderFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
DLFolderFinderUtil()
           
 
Method Summary
static int countF_FE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds)
           
static int countFE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds)
           
static java.util.List<java.lang.Object> findF_FE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds, int start, int end)
           
static java.util.List<java.lang.Object> findFE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds, int start, int end)
           
static DLFolderFinder getFinder()
           
 void setFinder(DLFolderFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFolderFinderUtil

public DLFolderFinderUtil()
Method Detail

countFE_FS_ByFolderIds

public static int countFE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countF_FE_FS_ByFolderIds

public static int countF_FE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findFE_FS_ByFolderIds

public static java.util.List<java.lang.Object> findFE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds,
                                                                     int start,
                                                                     int end)
                                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findF_FE_FS_ByFolderIds

public static java.util.List<java.lang.Object> findF_FE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds,
                                                                       int start,
                                                                       int end)
                                                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static DLFolderFinder getFinder()

setFinder

public void setFinder(DLFolderFinder finder)