Liferay 6.0-ee-sp2

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


public interface DLFileEntryFinder


Method Summary
 int countByExtraSettings()
           
 int countByG_F_S(long groupId, List<Long> folderIds, int status)
           
 int filterCountByG_F_S(long groupId, List<Long> folderIds, int status)
           
 List<DLFileEntry> findByExtraSettings(int start, int end)
           
 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

filterCountByG_F_S

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

findByExtraSettings

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

findByNoAssets

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

findByOrphanedFileEntries

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

Liferay 6.0-ee-sp2