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_ByG_F_S(long groupId, java.util.List<java.lang.Long> folderIds, int status)
           
static int countFE_FS_ByG_F_S(long groupId, java.util.List<java.lang.Long> folderIds, int status)
           
static java.util.List<java.lang.Object> findF_FE_FS_ByG_F_S(long groupId, java.util.List<java.lang.Long> folderIds, int status, int start, int end)
           
static java.util.List<java.lang.Object> findFE_FS_ByG_F_S(long groupId, java.util.List<java.lang.Long> folderIds, int status, 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_ByG_F_S

public static int countFE_FS_ByG_F_S(long groupId,
                                     java.util.List<java.lang.Long> folderIds,
                                     int status)
                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countF_FE_FS_ByG_F_S

public static int countF_FE_FS_ByG_F_S(long groupId,
                                       java.util.List<java.lang.Long> folderIds,
                                       int status)
                                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findFE_FS_ByG_F_S

public static java.util.List<java.lang.Object> findFE_FS_ByG_F_S(long groupId,
                                                                 java.util.List<java.lang.Long> folderIds,
                                                                 int status,
                                                                 int start,
                                                                 int end)
                                                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findF_FE_FS_ByG_F_S

public static java.util.List<java.lang.Object> findF_FE_FS_ByG_F_S(long groupId,
                                                                   java.util.List<java.lang.Long> folderIds,
                                                                   int status,
                                                                   int start,
                                                                   int end)
                                                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getFinder

public static DLFolderFinder getFinder()

setFinder

public void setFinder(DLFolderFinder finder)