Uses of Class
lumis.service.socialnetworkservices.microblog.entity.UserFollows

Packages that use UserFollows
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
 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
 List<UserFollows> UserFollowsManager.findByUserId(String userId)
          Method that retrieves a list of "UserFollows" relationships given an user id
 

Methods in lumis.service.socialnetworkservices.microblog.core.manager with parameters of type UserFollows
 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
 class UserFollowsDecorator
          Util class used to return extra information about the User following process in the Microblog Service.
 



Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.