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


public interface DLFolderFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countF_FE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds)
           
 int countFE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds)
           
 java.util.List<java.lang.Object> findF_FE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds, int start, int end)
           
 java.util.List<java.lang.Object> findFE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds, int start, int end)
           
 

Method Detail

countFE_FS_ByFolderIds

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

countF_FE_FS_ByFolderIds

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

findFE_FS_ByFolderIds

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

findF_FE_FS_ByFolderIds

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