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 intcountByOrganizationId(long organizationId) static intcountByRelation(long userId) static intcountByRelationType(long userId, int type) static intcountByUser(long userId) static intcountByUserGroups(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 SocialActivitySetFindervoidsetFinder(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
-