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

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinderUtil

public class DLFileRankFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
DLFileRankFinderUtil()
           
 
Method Summary
static int countByG_U(long groupId, long userId)
           
static java.util.List<DLFileRank> findByG_U(long groupId, long userId)
           
static java.util.List<DLFileRank> findByG_U(long groupId, long userId, int start, int end)
           
static DLFileRankFinder getFinder()
           
 void setFinder(DLFileRankFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileRankFinderUtil

public DLFileRankFinderUtil()
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<DLFileRank> findByG_U(long groupId,
                                                   long userId)
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_U

public static java.util.List<DLFileRank> findByG_U(long groupId,
                                                   long userId,
                                                   int start,
                                                   int end)
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static DLFileRankFinder getFinder()

setFinder

public void setFinder(DLFileRankFinder finder)