com.liferay.portlet.documentlibrary.service.persistence
Class DLFileEntryFinder
java.lang.Object
com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder
- public class DLFileEntryFinder
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
static int |
countByFolderIds(java.util.List folderIds)
|
static int |
countByG_U(long groupId,
long userId)
|
static int |
countByGroupId(long groupId)
|
static java.util.List |
findByG_U(long groupId,
long userId,
int begin,
int end)
|
static java.util.List |
findByG_U(long groupId,
long userId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List |
findByGroupId(long groupId,
int begin,
int end)
|
static java.util.List |
findByGroupId(long groupId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List |
findByNoAssets()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_BY_FOLDER_IDS
public static java.lang.String COUNT_BY_FOLDER_IDS
COUNT_BY_GROUP_ID
public static java.lang.String COUNT_BY_GROUP_ID
COUNT_BY_G_U
public static java.lang.String COUNT_BY_G_U
FIND_BY_GROUP_ID
public static java.lang.String FIND_BY_GROUP_ID
FIND_BY_NO_ASSETS
public static java.lang.String FIND_BY_NO_ASSETS
FIND_BY_G_U
public static java.lang.String FIND_BY_G_U
DLFileEntryFinder
public DLFileEntryFinder()
countByFolderIds
public static int countByFolderIds(java.util.List folderIds)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByGroupId
public static int countByGroupId(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByG_U
public static int countByG_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByGroupId
public static java.util.List findByGroupId(long groupId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByGroupId
public static java.util.List findByGroupId(long groupId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByNoAssets
public static java.util.List findByNoAssets()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_U
public static java.util.List findByG_U(long groupId,
long userId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_U
public static java.util.List findByG_U(long groupId,
long userId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException