Liferay 6.1.2-ce-ga3

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

All Known Implementing Classes:
DLFileEntryFinderImpl

public interface DLFileEntryFinder


Method Summary
 int countByExtraSettings()
           
 int countByG_F_S(long groupId, List<Long> folderIds, int status)
           
 int countByG_U_F_M_S(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, int status)
           
 DLFileEntry fetchByAnyImageId(long imageId)
           
 int filterCountByG_F_S(long groupId, List<Long> folderIds, int status)
           
 DLFileEntry findByAnyImageId(long imageId)
           
 List<DLFileEntry> findByExtraSettings(int start, int end)
           
 List<DLFileEntry> findByG_U_F_M_S(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> findByMisversioned()
           
 List<DLFileEntry> findByNoAssets()
           
 List<DLFileEntry> findByOrphanedFileEntries()
           
 

Method Detail

countByExtraSettings

int countByExtraSettings()
                         throws SystemException
Throws:
SystemException

countByG_F_S

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

countByG_U_F_M_S

int countByG_U_F_M_S(long groupId,
                     long userId,
                     List<Long> folderIds,
                     String[] mimeTypes,
                     int status)
                     throws SystemException
Throws:
SystemException

fetchByAnyImageId

DLFileEntry fetchByAnyImageId(long imageId)
                              throws SystemException
Throws:
SystemException

filterCountByG_F_S

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

findByAnyImageId

DLFileEntry findByAnyImageId(long imageId)
                             throws SystemException,
                                    NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

findByExtraSettings

List<DLFileEntry> findByExtraSettings(int start,
                                      int end)
                                      throws SystemException
Throws:
SystemException

findByMisversioned

List<DLFileEntry> findByMisversioned()
                                     throws SystemException
Throws:
SystemException

findByNoAssets

List<DLFileEntry> findByNoAssets()
                                 throws SystemException
Throws:
SystemException

findByOrphanedFileEntries

List<DLFileEntry> findByOrphanedFileEntries()
                                            throws SystemException
Throws:
SystemException

findByG_U_F_M_S

List<DLFileEntry> findByG_U_F_M_S(long groupId,
                                  long userId,
                                  List<Long> folderIds,
                                  String[] mimeTypes,
                                  int status,
                                  int start,
                                  int end,
                                  OrderByComparator obc)
                                  throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3