Liferay 7.0-ce-b4

com.liferay.portlet.social.service.persistence
Class SocialActivitySetFinderUtil

java.lang.Object
  extended by com.liferay.portlet.social.service.persistence.SocialActivitySetFinderUtil

@ProviderType
public class SocialActivitySetFinderUtil
extends Object


Constructor Summary
SocialActivitySetFinderUtil()
           
 
Method Summary
static int countByRelation(long userId)
           
static int countByRelationType(long userId, int type)
           
static int countByUser(long userId)
           
static int countByUserGroups(long userId)
           
static List<SocialActivitySet> findByRelation(long userId, int start, int end)
           
static List<SocialActivitySet> findByRelationType(long userId, int type, int start, int end)
           
static List<SocialActivitySet> findByUser(long userId, int start, int end)
           
static List<SocialActivitySet> findByUserGroups(long userId, int start, int end)
           
static SocialActivitySetFinder getFinder()
           
 void setFinder(SocialActivitySetFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialActivitySetFinderUtil

public SocialActivitySetFinderUtil()
Method Detail

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)

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)

Liferay 7.0-ce-b4