com.liferay.portal.service.persistence
Class ActivityTrackerFinderUtil

java.lang.Object
  extended bycom.liferay.portal.service.persistence.ActivityTrackerFinderUtil

public class ActivityTrackerFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ActivityTrackerFinderUtil()
           
 
Method Summary
static int countByU_R(long userId, long receiverUserId)
           
static java.util.List findByU_R(long userId, long receiverUserId, int begin, int end)
           
static ActivityTrackerFinder getFinder()
           
 void setFinder(ActivityTrackerFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityTrackerFinderUtil

public ActivityTrackerFinderUtil()
Method Detail

countByU_R

public static int countByU_R(long userId,
                             long receiverUserId)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByU_R

public static java.util.List findByU_R(long userId,
                                       long receiverUserId,
                                       int begin,
                                       int end)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static ActivityTrackerFinder getFinder()

setFinder

public void setFinder(ActivityTrackerFinder finder)