1
14
15 package com.liferay.portlet.documentlibrary.service.persistence;
16
17
22 public interface DLFolderFinder {
23 public int countFE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds)
24 throws com.liferay.portal.SystemException;
25
26 public int countF_FE_FS_ByFolderIds(
27 java.util.List<java.lang.Long> folderIds)
28 throws com.liferay.portal.SystemException;
29
30 public java.util.List<java.lang.Object> findFE_FS_ByFolderIds(
31 java.util.List<java.lang.Long> folderIds, int start, int end)
32 throws com.liferay.portal.SystemException;
33
34 public java.util.List<java.lang.Object> findF_FE_FS_ByFolderIds(
35 java.util.List<java.lang.Long> folderIds, int start, int end)
36 throws com.liferay.portal.SystemException;
37 }