Class SocialActivitySetFinderUtil

Object
com.liferay.social.kernel.service.persistence.SocialActivitySetFinderUtil

public class SocialActivitySetFinderUtil extends Object
Author:
Brian Wing Shun Chan
{$generated.description}
  • Constructor Details

    • SocialActivitySetFinderUtil

      public SocialActivitySetFinderUtil()
  • Method Details

    • countByOrganizationId

      public static int countByOrganizationId(long organizationId)
    • countByRelation

      public static int countByRelation(long userId)
    • countByRelationType

      public static int countByRelationType(long userId, int type)
    • countByUser

      public static int countByUser(long userId)
    • countByUserGroups

      public static int countByUserGroups(long userId)
    • findByOrganizationId

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

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

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

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

      public static List<SocialActivitySet> findByUserGroups(long userId, int start, int end)
    • getFinder

      public static SocialActivitySetFinder getFinder()
    • setFinder

      public void setFinder(SocialActivitySetFinder finder)