Package | Description |
---|---|
lumis.service.socialnetworkservices.microblog.core.manager | |
lumis.service.socialnetworkservices.microblog.entity |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<UserFollows> |
UserFollowsManager.findByUserId(String userId)
Method that retrieves a list of "UserFollows" relationships given an user id
|
Modifier and Type | Method and Description |
---|---|
void |
UserFollowsManager.remove(UserFollows userFollows)
Method that deletes an UserFollows relationship
|
Modifier and Type | Class and Description |
---|---|
class |
UserFollowsDecorator
Util class used to return extra information about the User following process in the Microblog Service.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.