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


public interface DLFileEntryFinder

View Source

Author:
Brian Wing Shun Chan

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

Method Detail

countByG_F_S

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

filterCountByG_F_S

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

findByNoAssets

java.util.List<DLFileEntry> findByNoAssets()
                                           throws SystemException
Throws:
SystemException