Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1.2, 5.2.3, 6.0.5 GA
-
Fix Version/s: --Sprint - SP, 6.1.0 CE RC1
-
Component/s: Social Networking
-
Labels:None
-
Branch Version/s:5.1.x, 5.2.x, 6.0.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
Create a "follower" unidirectional social type and the ability to find its inverse relationship (eg. to find a users followers).
Added to SocialRelationLocalService:
public List<SocialRelation> getInverseRelations(long userId, int type, int start, int end) throws SystemException
public int getInverseRelationsCount(long userId, int type) throws SystemException

FormerComponentSocial03142013EG