@ProviderType
public interface SocialActivityFinder
| Modifier and Type | Method and Description |
|---|---|
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) |
int countByGroupId(long groupId)
throws SystemException
SystemExceptionint countByGroupUsers(long groupId)
throws SystemException
SystemExceptionint countByOrganizationId(long organizationId)
throws SystemException
SystemExceptionint countByOrganizationUsers(long organizationId)
throws SystemException
SystemExceptionint countByRelation(long userId)
throws SystemException
SystemExceptionint countByRelationType(long userId,
int type)
throws SystemException
SystemExceptionint countByUserGroups(long userId)
throws SystemException
SystemExceptionint countByUserGroupsAndOrganizations(long userId)
throws SystemException
SystemExceptionint countByUserOrganizations(long userId)
throws SystemException
SystemExceptionjava.util.List<SocialActivity> findByGroupId(long groupId, int start, int end) throws SystemException
SystemExceptionjava.util.List<SocialActivity> findByGroupUsers(long groupId, int start, int end) throws SystemException
SystemExceptionjava.util.List<SocialActivity> findByOrganizationId(long organizationId, int start, int end) throws SystemException
SystemExceptionjava.util.List<SocialActivity> findByOrganizationUsers(long organizationId, int start, int end) throws SystemException
SystemExceptionjava.util.List<SocialActivity> findByRelation(long userId, int start, int end) throws SystemException
SystemExceptionjava.util.List<SocialActivity> findByRelationType(long userId, int type, int start, int end) throws SystemException
SystemExceptionjava.util.List<SocialActivity> findByUserGroups(long userId, int start, int end) throws SystemException
SystemExceptionjava.util.List<SocialActivity> findByUserGroupsAndOrganizations(long userId, int start, int end) throws SystemException
SystemExceptionjava.util.List<SocialActivity> findByUserOrganizations(long userId, int start, int end) throws SystemException
SystemException