Liferay 7.0-ce-b4

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

All Known Implementing Classes:
SocialActivitySetFinderImpl

@ProviderType
public interface SocialActivitySetFinder

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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