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


public interface DLFileEntryAndShortcutFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByFolderIds(java.util.List<java.lang.Long> folderIds)
           
 java.util.List findByFolderIds(java.util.List<java.lang.Long> folderIds, int begin, int end)
           
 

Method Detail

countByFolderIds

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

findByFolderIds

java.util.List findByFolderIds(java.util.List<java.lang.Long> folderIds,
                               int begin,
                               int end)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException