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


@ProviderType
public interface SocialActivitySetFinder

Author:
Brian Wing Shun Chan

Method Summary
 int countByRelation(long userId)
           
 int countByRelationType(long userId, int type)
           
 int countByUser(long userId)
           
 int countByUserGroups(long userId)
           
 java.util.List<SocialActivitySet> findByRelation(long userId, int start, int end)
           
 java.util.List<SocialActivitySet> findByRelationType(long userId, int type, int start, int end)
           
 java.util.List<SocialActivitySet> findByUser(long userId, int start, int end)
           
 java.util.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

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

findByRelationType

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

findByUser

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

findByUserGroups

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