com.liferay.portlet.social.service.persistence
Class SocialActivityFinderImpl
java.lang.Object
com.liferay.portlet.social.service.persistence.SocialActivityFinderImpl
- All Implemented Interfaces:
- com.liferay.portlet.social.service.persistence.SocialActivityFinder
public class SocialActivityFinderImpl
- extends java.lang.Object
- implements com.liferay.portlet.social.service.persistence.SocialActivityFinder
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
int |
countByU_R(long userId,
long receiverUserId)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByU_R(long userId,
long receiverUserId,
int begin,
int end)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_BY_U_R
public static java.lang.String COUNT_BY_U_R
FIND_BY_U_R
public static java.lang.String FIND_BY_U_R
SocialActivityFinderImpl
public SocialActivityFinderImpl()
countByU_R
public int countByU_R(long userId,
long receiverUserId)
throws com.liferay.portal.SystemException
- Specified by:
countByU_R
in interface com.liferay.portlet.social.service.persistence.SocialActivityFinder
- Throws:
com.liferay.portal.SystemException
findByU_R
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByU_R(long userId,
long receiverUserId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByU_R
in interface com.liferay.portlet.social.service.persistence.SocialActivityFinder
- Throws:
com.liferay.portal.SystemException