Uses of Class
lumis.service.socialnetworkservices.microblog.entity.UserFollows
-
Packages that use UserFollows Package Description lumis.service.socialnetworkservices.microblog.core.manager lumis.service.socialnetworkservices.microblog.entity -
-
Uses of UserFollows in lumis.service.socialnetworkservices.microblog.core.manager
Methods in lumis.service.socialnetworkservices.microblog.core.manager that return UserFollows Modifier and Type Method Description UserFollows
UserFollowsManager. findByFollowedUserAndSocialNetwork(String userId, String followedUserId, String serviceInstanceId, String socialNetworkId)
Method used to find out if the current user is following another user in a given social network.Methods in lumis.service.socialnetworkservices.microblog.core.manager that return types with arguments of type UserFollows Modifier and Type Method Description List<UserFollows>
UserFollowsManager. findByUserId(String userId)
Method that retrieves a list of "UserFollows" relationships given an user idMethods in lumis.service.socialnetworkservices.microblog.core.manager with parameters of type UserFollows Modifier and Type Method Description void
UserFollowsManager. remove(UserFollows userFollows)
Method that deletes an UserFollows relationship -
Uses of UserFollows in lumis.service.socialnetworkservices.microblog.entity
Subclasses of UserFollows in lumis.service.socialnetworkservices.microblog.entity Modifier and Type Class Description class
UserFollowsDecorator
Util class used to return extra information about the User following process in the Microblog Service.
-