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

Author:
Brian Wing Shun Chan

Constructor Summary
DLFolderFinderUtil()
           
 
Method Summary
static int countF_FE_FS_ByG_F_S_M_M(long groupId, long folderId, int status, java.lang.String[] mimeTypes, boolean includeMountFolders)
           
static int countFE_ByG_F_S(long groupId, long folderId, int status)
           
static int filterCountF_FE_FS_ByG_F_S_M_M(long groupId, long folderId, int status, java.lang.String[] mimeTypes, boolean includeMountFolders)
           
static int filterCountFE_ByG_F_S(long groupId, long folderId, int status)
           
static int filterCountFE_FS_ByG_F_S_M(long groupId, long folderId, int status, java.lang.String[] mimeTypes)
           
static java.util.List<java.lang.Object> filterFindF_FE_FS_ByG_F_S_M_M(long groupId, long folderId, int status, java.lang.String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
static java.util.List<java.lang.Object> filterFindFE_FS_ByG_F_S(long groupId, long folderId, int status, int start, int end)
           
static java.util.List<java.lang.Object> findF_FE_FS_ByG_F_S_M_M(long groupId, long folderId, int status, java.lang.String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
static java.util.List<java.lang.Object> findFE_FS_ByG_F_S(long groupId, long folderId, 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

countF_FE_FS_ByG_F_S_M_M

public static int countF_FE_FS_ByG_F_S_M_M(long groupId,
                                           long folderId,
                                           int status,
                                           java.lang.String[] mimeTypes,
                                           boolean includeMountFolders)
                                    throws SystemException
Throws:
SystemException

countFE_ByG_F_S

public static int countFE_ByG_F_S(long groupId,
                                  long folderId,
                                  int status)
                           throws SystemException
Throws:
SystemException

filterCountF_FE_FS_ByG_F_S_M_M

public static int filterCountF_FE_FS_ByG_F_S_M_M(long groupId,
                                                 long folderId,
                                                 int status,
                                                 java.lang.String[] mimeTypes,
                                                 boolean includeMountFolders)
                                          throws SystemException
Throws:
SystemException

filterCountFE_ByG_F_S

public static int filterCountFE_ByG_F_S(long groupId,
                                        long folderId,
                                        int status)
                                 throws SystemException
Throws:
SystemException

filterCountFE_FS_ByG_F_S_M

public static int filterCountFE_FS_ByG_F_S_M(long groupId,
                                             long folderId,
                                             int status,
                                             java.lang.String[] mimeTypes)
                                      throws SystemException
Throws:
SystemException

filterFindF_FE_FS_ByG_F_S_M_M

public static java.util.List<java.lang.Object> filterFindF_FE_FS_ByG_F_S_M_M(long groupId,
                                                                             long folderId,
                                                                             int status,
                                                                             java.lang.String[] mimeTypes,
                                                                             boolean includeMountFolders,
                                                                             int start,
                                                                             int end,
                                                                             OrderByComparator obc)
                                                                      throws SystemException
Throws:
SystemException

filterFindFE_FS_ByG_F_S

public static java.util.List<java.lang.Object> filterFindFE_FS_ByG_F_S(long groupId,
                                                                       long folderId,
                                                                       int status,
                                                                       int start,
                                                                       int end)
                                                                throws SystemException
Throws:
SystemException

findF_FE_FS_ByG_F_S_M_M

public static java.util.List<java.lang.Object> findF_FE_FS_ByG_F_S_M_M(long groupId,
                                                                       long folderId,
                                                                       int status,
                                                                       java.lang.String[] mimeTypes,
                                                                       boolean includeMountFolders,
                                                                       int start,
                                                                       int end,
                                                                       OrderByComparator obc)
                                                                throws SystemException
Throws:
SystemException

findFE_FS_ByG_F_S

public static java.util.List<java.lang.Object> findFE_FS_ByG_F_S(long groupId,
                                                                 long folderId,
                                                                 int status,
                                                                 int start,
                                                                 int end)
                                                          throws SystemException
Throws:
SystemException

getFinder

public static DLFolderFinder getFinder()

setFinder

public void setFinder(DLFolderFinder finder)