Liferay 6.2.0

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


@ProviderType
public interface SocialActivityFinder


Method Summary
abstract  int countByGroupId(long groupId)
           
abstract  int countByGroupUsers(long groupId)
           
abstract  int countByOrganizationId(long organizationId)
           
abstract  int countByOrganizationUsers(long organizationId)
           
abstract  int countByRelation(long userId)
           
abstract  int countByRelationType(long userId, int type)
           
abstract  int countByUserGroups(long userId)
           
abstract  int countByUserGroupsAndOrganizations(long userId)
           
abstract  int countByUserOrganizations(long userId)
           
abstract  List<SocialActivity> findByGroupId(long groupId, int start, int end)
           
abstract  List<SocialActivity> findByGroupUsers(long groupId, int start, int end)
           
abstract  List<SocialActivity> findByOrganizationId(long organizationId, int start, int end)
           
abstract  List<SocialActivity> findByOrganizationUsers(long organizationId, int start, int end)
           
abstract  List<SocialActivity> findByRelation(long userId, int start, int end)
           
abstract  List<SocialActivity> findByRelationType(long userId, int type, int start, int end)
           
abstract  List<SocialActivity> findByUserGroups(long userId, int start, int end)
           
abstract  List<SocialActivity> findByUserGroupsAndOrganizations(long userId, int start, int end)
           
abstract  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.0