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<java.lang.Object> |
findByFolderIds(java.util.List<java.lang.Long> folderIds,
int start,
int end)
|
countByFolderIds
int countByFolderIds(java.util.List<java.lang.Long> folderIds)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByFolderIds
java.util.List<java.lang.Object> findByFolderIds(java.util.List<java.lang.Long> folderIds,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException