com.liferay.portlet.social.service.persistence
Class SocialActivityFinderUtil
java.lang.Object
com.liferay.portlet.social.service.persistence.SocialActivityFinderUtil
public class SocialActivityFinderUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialActivityFinderUtil
public SocialActivityFinderUtil()
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)