com.liferay.portlet.social.service.persistence
Interface SocialActivityFinder
public interface SocialActivityFinder
View Source
- Author:
- Brian Wing Shun Chan
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)
|
java.util.List<SocialActivity> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<SocialActivity> |
findByGroupUsers(long groupId,
int start,
int end)
|
java.util.List<SocialActivity> |
findByOrganizationId(long organizationId,
int start,
int end)
|
java.util.List<SocialActivity> |
findByOrganizationUsers(long organizationId,
int start,
int end)
|
java.util.List<SocialActivity> |
findByRelation(long userId,
int start,
int end)
|
java.util.List<SocialActivity> |
findByRelationType(long userId,
int type,
int start,
int end)
|
java.util.List<SocialActivity> |
findByUserGroups(long userId,
int start,
int end)
|
java.util.List<SocialActivity> |
findByUserGroupsAndOrganizations(long userId,
int start,
int end)
|
java.util.List<SocialActivity> |
findByUserOrganizations(long userId,
int start,
int end)
|
countByGroupId
int countByGroupId(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByGroupUsers
int countByGroupUsers(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByOrganizationId
int countByOrganizationId(long organizationId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByOrganizationUsers
int countByOrganizationUsers(long organizationId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByRelation
int countByRelation(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByRelationType
int countByRelationType(long userId,
int type)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUserGroups
int countByUserGroups(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUserGroupsAndOrganizations
int countByUserGroupsAndOrganizations(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUserOrganizations
int countByUserOrganizations(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByGroupId
java.util.List<SocialActivity> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByGroupUsers
java.util.List<SocialActivity> findByGroupUsers(long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByOrganizationId
java.util.List<SocialActivity> findByOrganizationId(long organizationId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByOrganizationUsers
java.util.List<SocialActivity> findByOrganizationUsers(long organizationId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByRelation
java.util.List<SocialActivity> findByRelation(long userId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByRelationType
java.util.List<SocialActivity> findByRelationType(long userId,
int type,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserGroups
java.util.List<SocialActivity> findByUserGroups(long userId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserGroupsAndOrganizations
java.util.List<SocialActivity> findByUserGroupsAndOrganizations(long userId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserOrganizations
java.util.List<SocialActivity> findByUserOrganizations(long userId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException