com.liferay.portlet.social.service.persistence
Interface SocialActivitySetFinder
@ProviderType
public interface SocialActivitySetFinder
Method Summary |
int |
countByRelation(long userId)
|
int |
countByRelationType(long userId,
int type)
|
int |
countByUser(long userId)
|
int |
countByUserGroups(long userId)
|
List<SocialActivitySet> |
findByRelation(long userId,
int start,
int end)
|
List<SocialActivitySet> |
findByRelationType(long userId,
int type,
int start,
int end)
|
List<SocialActivitySet> |
findByUser(long userId,
int start,
int end)
|
List<SocialActivitySet> |
findByUserGroups(long userId,
int start,
int end)
|
countByRelation
int countByRelation(long userId)
throws SystemException
- Throws:
SystemException
countByRelationType
int countByRelationType(long userId,
int type)
throws SystemException
- Throws:
SystemException
countByUser
int countByUser(long userId)
throws SystemException
- Throws:
SystemException
countByUserGroups
int countByUserGroups(long userId)
throws SystemException
- Throws:
SystemException
findByRelation
List<SocialActivitySet> findByRelation(long userId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByRelationType
List<SocialActivitySet> findByRelationType(long userId,
int type,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByUser
List<SocialActivitySet> findByUser(long userId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByUserGroups
List<SocialActivitySet> findByUserGroups(long userId,
int start,
int end)
throws SystemException
- Throws:
SystemException