Liferay 6.0.5

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(long groupId, List<Long> folderIds, int status)
           
 int countFE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status)
           
 int filterCountF_FE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status)
           
 int filterCountFE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status)
           
 List<Object> filterFindF_FE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status, int start, int end)
           
 List<Object> filterFindFE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status, int start, int end)
           
 List<Object> findF_FE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status, int start, int end)
           
 List<Object> findFE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status, int start, int end)
           
 

Method Detail

countF_FE_FS_ByG_F_S

int countF_FE_FS_ByG_F_S(long groupId,
                         List<Long> folderIds,
                         int status)
                         throws SystemException
Throws:
SystemException

countFE_FS_ByG_F_S

int countFE_FS_ByG_F_S(long groupId,
                       List<Long> folderIds,
                       int status)
                       throws SystemException
Throws:
SystemException

filterCountF_FE_FS_ByG_F_S

int filterCountF_FE_FS_ByG_F_S(long groupId,
                               List<Long> folderIds,
                               int status)
                               throws SystemException
Throws:
SystemException

filterCountFE_FS_ByG_F_S

int filterCountFE_FS_ByG_F_S(long groupId,
                             List<Long> folderIds,
                             int status)
                             throws SystemException
Throws:
SystemException

filterFindF_FE_FS_ByG_F_S

List<Object> filterFindF_FE_FS_ByG_F_S(long groupId,
                                       List<Long> folderIds,
                                       int status,
                                       int start,
                                       int end)
                                       throws SystemException
Throws:
SystemException

filterFindFE_FS_ByG_F_S

List<Object> filterFindFE_FS_ByG_F_S(long groupId,
                                     List<Long> folderIds,
                                     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,
                                 List<Long> folderIds,
                                 int status,
                                 int start,
                                 int end)
                                 throws SystemException
Throws:
SystemException

findFE_FS_ByG_F_S

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

Liferay 6.0.5