Class SocialActivitySetFinderUtil
Object
com.liferay.social.kernel.service.persistence.SocialActivitySetFinderUtil
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
countByOrganizationId
(long organizationId) 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>
findByOrganizationId
(long organizationId, int start, int end) 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
void
setFinder
(SocialActivitySetFinder finder)
-
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
-
findByRelation
-
findByRelationType
-
findByUser
-
findByUserGroups
-
getFinder
-
setFinder
-