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 folderIds)
           
 java.util.List findByFolderIds(java.util.List folderIds, int begin, int end)
           
 

Method Detail

countByFolderIds

public int countByFolderIds(java.util.List folderIds)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByFolderIds

public java.util.List findByFolderIds(java.util.List folderIds,
                                      int begin,
                                      int end)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException