Liferay 6.2-ce-ga5

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)
                           throws SystemException
Throws:
SystemException

countByRelationType

public static int countByRelationType(long userId,
                                      int type)
                               throws SystemException
Throws:
SystemException

countByUser

public static int countByUser(long userId)
                       throws SystemException
Throws:
SystemException

countByUserGroups

public static int countByUserGroups(long userId)
                             throws SystemException
Throws:
SystemException

findByRelation

public static List<SocialActivitySet> findByRelation(long userId,
                                                     int start,
                                                     int end)
                                              throws SystemException
Throws:
SystemException

findByRelationType

public static List<SocialActivitySet> findByRelationType(long userId,
                                                         int type,
                                                         int start,
                                                         int end)
                                                  throws SystemException
Throws:
SystemException

findByUser

public static List<SocialActivitySet> findByUser(long userId,
                                                 int start,
                                                 int end)
                                          throws SystemException
Throws:
SystemException

findByUserGroups

public static List<SocialActivitySet> findByUserGroups(long userId,
                                                       int start,
                                                       int end)
                                                throws SystemException
Throws:
SystemException

getFinder

public static SocialActivitySetFinder getFinder()

setFinder

public void setFinder(SocialActivitySetFinder finder)

Liferay 6.2-ce-ga5