Liferay 7.0-ce-b4

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


@ProviderType
public interface SocialActivitySetFinder


Method Summary
 int countByRelation(long userId)
           
 int countByRelationType(long userId, int type)
           
 int countByUser(long userId)
           
 int countByUserGroups(long userId)
           
 List<SocialActivitySet> findByRelation(long userId, int start, int end)
           
 List<SocialActivitySet> findByRelationType(long userId, int type, int start, int end)
           
 List<SocialActivitySet> findByUser(long userId, int start, int end)
           
 List<SocialActivitySet> findByUserGroups(long userId, int start, int end)
           
 

Method Detail

countByRelation

int countByRelation(long userId)

countByRelationType

int countByRelationType(long userId,
                        int type)

countByUser

int countByUser(long userId)

countByUserGroups

int countByUserGroups(long userId)

findByRelation

List<SocialActivitySet> findByRelation(long userId,
                                       int start,
                                       int end)

findByRelationType

List<SocialActivitySet> findByRelationType(long userId,
                                           int type,
                                           int start,
                                           int end)

findByUser

List<SocialActivitySet> findByUser(long userId,
                                   int start,
                                   int end)

findByUserGroups

List<SocialActivitySet> findByUserGroups(long userId,
                                         int start,
                                         int end)

Liferay 7.0-ce-b4