Liferay 6.0.5

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

All Known Implementing Classes:
DLFileEntryFinderImpl

public interface DLFileEntryFinder


Method Summary
 int countByG_F_S(long groupId, List<Long> folderIds, int status)
           
 int filterCountByG_F_S(long groupId, List<Long> folderIds, int status)
           
 List<DLFileEntry> findByNoAssets()
           
 

Method Detail

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

findByNoAssets

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

Liferay 6.0.5