com.liferay.portlet.social.service.persistence
Class SocialActivitySetFinderUtil
java.lang.Object
com.liferay.portlet.social.service.persistence.SocialActivitySetFinderUtil
@ProviderType
public class SocialActivitySetFinderUtil
- extends Object
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 |
SocialActivitySetFinderUtil
public SocialActivitySetFinderUtil()
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)