Liferay 6.2-ce-ga5

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

All Known Implementing Classes:
SocialActivitySetFinderImpl

@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)
                    throws SystemException
Throws:
SystemException

countByRelationType

int countByRelationType(long userId,
                        int type)
                        throws SystemException
Throws:
SystemException

countByUser

int countByUser(long userId)
                throws SystemException
Throws:
SystemException

countByUserGroups

int countByUserGroups(long userId)
                      throws SystemException
Throws:
SystemException

findByRelation

List<SocialActivitySet> findByRelation(long userId,
                                       int start,
                                       int end)
                                       throws SystemException
Throws:
SystemException

findByRelationType

List<SocialActivitySet> findByRelationType(long userId,
                                           int type,
                                           int start,
                                           int end)
                                           throws SystemException
Throws:
SystemException

findByUser

List<SocialActivitySet> findByUser(long userId,
                                   int start,
                                   int end)
                                   throws SystemException
Throws:
SystemException

findByUserGroups

List<SocialActivitySet> findByUserGroups(long userId,
                                         int start,
                                         int end)
                                         throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5