Interface SocialActivitySetFinder
@ProviderType
public interface SocialActivitySetFinder
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionint
countByOrganizationId
(long organizationId) int
countByRelation
(long userId) int
countByRelationType
(long userId, int type) int
countByUser
(long userId) int
countByUserGroups
(long userId) findByOrganizationId
(long organizationId, int start, int end) findByRelation
(long userId, int start, int end) findByRelationType
(long userId, int type, int start, int end) findByUser
(long userId, int start, int end) findByUserGroups
(long userId, int start, int end)
-
Method Details
-
countByOrganizationId
int countByOrganizationId(long organizationId) -
countByRelation
int countByRelation(long userId) -
countByRelationType
int countByRelationType(long userId, int type) -
countByUser
int countByUser(long userId) -
countByUserGroups
int countByUserGroups(long userId) -
findByOrganizationId
-
findByRelation
-
findByRelationType
-
findByUser
-
findByUserGroups
-