Liferay 6.1.0-ce-rc1

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


public interface DLFolderFinder


Method Summary
 int countF_FE_FS_ByG_F_S(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(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders)
           
 int filterCountFE_ByG_F_S(long groupId, long folderId, int status)
           
 List<Object> filterFindF_FE_FS_ByG_F_S(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(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

int countF_FE_FS_ByG_F_S(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

int filterCountF_FE_FS_ByG_F_S(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

filterFindF_FE_FS_ByG_F_S

List<Object> filterFindF_FE_FS_ByG_F_S(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

List<Object> findF_FE_FS_ByG_F_S(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.0-ce-rc1