com.liferay.portlet.documentlibrary.service.persistence
Class DLFileRankFinder
java.lang.Object
com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder
- public class DLFileRankFinder
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
static int |
countByG_U(long groupId,
long userId)
|
static java.util.List |
findByG_U(long groupId,
long userId)
|
static java.util.List |
findByG_U(long groupId,
long userId,
int begin,
int end)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_BY_G_U
public static java.lang.String COUNT_BY_G_U
FIND_BY_G_U
public static java.lang.String FIND_BY_G_U
DLFileRankFinder
public DLFileRankFinder()
countByG_U
public static int countByG_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_U
public static java.util.List findByG_U(long groupId,
long userId)
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