com.liferay.portlet.social.service.persistence
Interface SocialActivityFinder


public interface SocialActivityFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByU_R(long userId, long receiverUserId)
           
 java.util.List<SocialActivity> findByU_R(long userId, long receiverUserId, int begin, int end)
           
 

Method Detail

countByU_R

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

findByU_R

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