Package | Description |
---|---|
lumis.service.socialnetworkservices.microblog.core.manager |
Modifier and Type | Method and Description |
---|---|
Post |
PostManager.findById(String postId)
Method used to find a post by it's id.
|
Modifier and Type | Method and Description |
---|---|
List<Post> |
PostManager.findByOwnerId(String ownerId)
Method that retrieves a list of posts given an owner id.
|
List<Post> |
PostManager.findUserNetworkPosts(String userId,
String searchKeyword,
String serviceInstanceId,
String socialNetworkId)
Method designed to retrieve posts that contains keywords specified by the user.
|
List<Post> |
PostManager.getPostsUsingHashtag(String serviceInstanceId,
String hashtag)
Returns a list of posts that contains a given hashtag.
|
List<Post> |
PostManager.getUserWallPosts(String userId,
String socialNetworkId,
String serviceInstanceId,
boolean isRefresh)
Returns the user wall posts.
|
Modifier and Type | Method and Description |
---|---|
void |
PostManager.remove(Post post)
Method that deletes an user post
|
void |
PostManager.removePostWithDependencies(Post post)
Method that deletes an user post and all related data, i.e., associated entities
attached to it (Comments, PostAttachments, Hashtags)
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.