Liferay 6.2-ce-ga5

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


@ProviderType
public interface SocialActivityFinder


Method Summary
 int countByGroupId(long groupId)
           
 int countByGroupUsers(long groupId)
           
 int countByOrganizationId(long organizationId)
           
 int countByOrganizationUsers(long organizationId)
           
 int countByRelation(long userId)
           
 int countByRelationType(long userId, int type)
           
 int countByUserGroups(long userId)
           
 int countByUserGroupsAndOrganizations(long userId)
           
 int countByUserOrganizations(long userId)
           
 List<SocialActivity> findByGroupId(long groupId, int start, int end)
           
 List<SocialActivity> findByGroupUsers(long groupId, int start, int end)
           
 List<SocialActivity> findByOrganizationId(long organizationId, int start, int end)
           
 List<SocialActivity> findByOrganizationUsers(long organizationId, int start, int end)
           
 List<SocialActivity> findByRelation(long userId, int start, int end)
           
 List<SocialActivity> findByRelationType(long userId, int type, int start, int end)
           
 List<SocialActivity> findByUserGroups(long userId, int start, int end)
           
 List<SocialActivity> findByUserGroupsAndOrganizations(long userId, int start, int end)
           
 List<SocialActivity> findByUserOrganizations(long userId, int start, int end)
           
 

Method Detail

countByGroupId

int countByGroupId(long groupId)
                   throws SystemException
Throws:
SystemException

countByGroupUsers

int countByGroupUsers(long groupId)
                      throws SystemException
Throws:
SystemException

countByOrganizationId

int countByOrganizationId(long organizationId)
                          throws SystemException
Throws:
SystemException

countByOrganizationUsers

int countByOrganizationUsers(long organizationId)
                             throws SystemException
Throws:
SystemException

countByRelation

int countByRelation(long userId)
                    throws SystemException
Throws:
SystemException

countByRelationType

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

countByUserGroups

int countByUserGroups(long userId)
                      throws SystemException
Throws:
SystemException

countByUserGroupsAndOrganizations

int countByUserGroupsAndOrganizations(long userId)
                                      throws SystemException
Throws:
SystemException

countByUserOrganizations

int countByUserOrganizations(long userId)
                             throws SystemException
Throws:
SystemException

findByGroupId

List<SocialActivity> findByGroupId(long groupId,
                                   int start,
                                   int end)
                                   throws SystemException
Throws:
SystemException

findByGroupUsers

List<SocialActivity> findByGroupUsers(long groupId,
                                      int start,
                                      int end)
                                      throws SystemException
Throws:
SystemException

findByOrganizationId

List<SocialActivity> findByOrganizationId(long organizationId,
                                          int start,
                                          int end)
                                          throws SystemException
Throws:
SystemException

findByOrganizationUsers

List<SocialActivity> findByOrganizationUsers(long organizationId,
                                             int start,
                                             int end)
                                             throws SystemException
Throws:
SystemException

findByRelation

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

findByRelationType

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

findByUserGroups

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

findByUserGroupsAndOrganizations

List<SocialActivity> findByUserGroupsAndOrganizations(long userId,
                                                      int start,
                                                      int end)
                                                      throws SystemException
Throws:
SystemException

findByUserOrganizations

List<SocialActivity> findByUserOrganizations(long userId,
                                             int start,
                                             int end)
                                             throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5