com.liferay.portlet.social.service.persistence
Class SocialActivityFinderUtil

java.lang.Object
  extended by com.liferay.portlet.social.service.persistence.SocialActivityFinderUtil

public class SocialActivityFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

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

Constructor Detail

SocialActivityFinderUtil

public SocialActivityFinderUtil()
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<SocialActivity> findByU_R(long userId,
                                                       long receiverUserId,
                                                       int begin,
                                                       int end)
                                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static SocialActivityFinder getFinder()

setFinder

public void setFinder(SocialActivityFinder finder)