com.liferay.portal.service.persistence
Interface ActivityTrackerFinder


public interface ActivityTrackerFinder

View Source

Author:
Brian Wing Shun Chan

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

Method Detail

countByU_R

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

findByU_R

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