Interface SocialActivitySetFinder


@ProviderType public interface SocialActivitySetFinder
Author:
Brian Wing Shun Chan
{$generated.description}
  • 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

      List<SocialActivitySet> findByOrganizationId(long organizationId, int start, int end)
    • findByRelation

      List<SocialActivitySet> findByRelation(long userId, int start, int end)
    • findByRelationType

      List<SocialActivitySet> findByRelationType(long userId, int type, int start, int end)
    • findByUser

      List<SocialActivitySet> findByUser(long userId, int start, int end)
    • findByUserGroups

      List<SocialActivitySet> findByUserGroups(long userId, int start, int end)