com.liferay.portlet.documentlibrary.service.persistence
Class DLFileRankFinder

java.lang.Object
  extended bycom.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder

public class DLFileRankFinder
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_BY_G_U
           
static java.lang.String FIND_BY_G_U
           
 
Constructor Summary
DLFileRankFinder()
           
 
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
 

Field Detail

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
Constructor Detail

DLFileRankFinder

public DLFileRankFinder()
Method Detail

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