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)
           
 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 com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByNoAssets

java.util.List<DLFileEntry> findByNoAssets()
                                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException