com.liferay.portlet.documentlibrary.service.persistence
Interface DLFolderFinder
public interface DLFolderFinder
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
int |
countF_FE_FS_ByG_F_S(long groupId,
java.util.List<java.lang.Long> folderIds,
int status)
|
int |
countFE_FS_ByG_F_S(long groupId,
java.util.List<java.lang.Long> folderIds,
int status)
|
java.util.List<java.lang.Object> |
findF_FE_FS_ByG_F_S(long groupId,
java.util.List<java.lang.Long> folderIds,
int status,
int start,
int end)
|
java.util.List<java.lang.Object> |
findFE_FS_ByG_F_S(long groupId,
java.util.List<java.lang.Long> folderIds,
int status,
int start,
int end)
|
countFE_FS_ByG_F_S
int countFE_FS_ByG_F_S(long groupId,
java.util.List<java.lang.Long> folderIds,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countF_FE_FS_ByG_F_S
int countF_FE_FS_ByG_F_S(long groupId,
java.util.List<java.lang.Long> folderIds,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findFE_FS_ByG_F_S
java.util.List<java.lang.Object> findFE_FS_ByG_F_S(long groupId,
java.util.List<java.lang.Long> folderIds,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findF_FE_FS_ByG_F_S
java.util.List<java.lang.Object> findF_FE_FS_ByG_F_S(long groupId,
java.util.List<java.lang.Long> folderIds,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException