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


public interface DLFileEntryFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByFolderIds(java.util.List<java.lang.Long> folderIds)
           
 java.util.List<DLFileEntry> findByNoAssets()
           
 

Method Detail

countByFolderIds

int countByFolderIds(java.util.List<java.lang.Long> folderIds)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByNoAssets

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