Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.service.persistence
Interface DLFolderFinder

All Known Implementing Classes:
DLFolderFinderImpl

public interface DLFolderFinder


Method Summary
 int countF_FE_FS_ByG_F_S_M_M(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders)
           
 int countFE_ByG_F_S(long groupId, long folderId, int status)
           
 int filterCountF_FE_FS_ByG_F_S_M_M(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders)
           
 int filterCountFE_ByG_F_S(long groupId, long folderId, int status)
           
 int filterCountFE_FS_ByG_F_S_M(long groupId, long folderId, int status, String[] mimeTypes)
           
 List<Object> filterFindF_FE_FS_ByG_F_S_M_M(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> filterFindFE_FS_ByG_F_S(long groupId, long folderId, int status, int start, int end)
           
 List<Object> findF_FE_FS_ByG_F_S_M_M(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> findFE_FS_ByG_F_S(long groupId, long folderId, int status, int start, int end)
           
 

Method Detail

countF_FE_FS_ByG_F_S_M_M

int countF_FE_FS_ByG_F_S_M_M(long groupId,
                             long folderId,
                             int status,
                             String[] mimeTypes,
                             boolean includeMountFolders)
                             throws SystemException
Throws:
SystemException

countFE_ByG_F_S

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

filterCountF_FE_FS_ByG_F_S_M_M

int filterCountF_FE_FS_ByG_F_S_M_M(long groupId,
                                   long folderId,
                                   int status,
                                   String[] mimeTypes,
                                   boolean includeMountFolders)
                                   throws SystemException
Throws:
SystemException

filterCountFE_ByG_F_S

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

filterCountFE_FS_ByG_F_S_M

int filterCountFE_FS_ByG_F_S_M(long groupId,
                               long folderId,
                               int status,
                               String[] mimeTypes)
                               throws SystemException
Throws:
SystemException

filterFindF_FE_FS_ByG_F_S_M_M

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

filterFindFE_FS_ByG_F_S

List<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

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

findFE_FS_ByG_F_S

List<Object> findFE_FS_ByG_F_S(long groupId,
                               long folderId,
                               int status,
                               int start,
                               int end)
                               throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3