@RemoteServiceRelativePath(value="newsServlet")
public interface NewsService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
OperationResult |
comment(String feedid,
String text,
HashSet<MentionedDTO> mentionedUsers,
String feedOwnerId,
boolean isAppFeed) |
boolean |
deleteComment(String commentid,
String feedid) |
boolean |
deletePost(String postid) |
OperationResult |
editComment(org.gcube.portal.databook.shared.Comment toEdit) |
ArrayList<org.gcube.portal.databook.shared.Comment> |
getAllCommentsByPost(String feedid) |
ArrayList<org.gcube.portal.databook.shared.Like> |
getAllLikesByPost(String postid) |
ArrayList<org.gcube.portal.databook.shared.EnhancedFeed> |
getAllUpdateUserFeeds(int feedsNoPerCategory) |
MorePostsBean |
getMorePosts(int from,
int quantity) |
ArrayList<org.gcube.portal.databook.shared.EnhancedFeed> |
getOnlyConnectionsUserPosts() |
ArrayList<org.gcube.portal.databook.shared.EnhancedFeed> |
getOnlyLikedPosts() |
ArrayList<org.gcube.portal.databook.shared.EnhancedFeed> |
getOnlyMyUserPosts() |
ArrayList<org.gcube.portlets.widgets.pickitem.shared.ItemBean> |
getOrganizationUsers() |
ArrayList<org.gcube.portal.databook.shared.EnhancedFeed> |
getPostsByHashtag(String hashtag) |
ArrayList<org.gcube.portal.databook.shared.EnhancedFeed> |
getPostsByQuery(String query,
int from,
int quantity) |
ArrayList<org.gcube.portal.databook.shared.EnhancedFeed> |
getPostsRelatedToUserStatistics(org.gcube.portal.databook.shared.ShowUserStatisticAction action,
int from,
int quantity) |
org.gcube.portal.databook.shared.EnhancedFeed |
getSinglePost(String postKey) |
UserSettings |
getUserSettings() |
boolean |
like(String postid,
String postText,
String postOwnerId) |
boolean |
unlike(String postid,
String postText,
String postOwnerId) |
ArrayList<org.gcube.portal.databook.shared.EnhancedFeed> getAllUpdateUserFeeds(int feedsNoPerCategory)
ArrayList<org.gcube.portal.databook.shared.EnhancedFeed> getOnlyConnectionsUserPosts()
ArrayList<org.gcube.portal.databook.shared.EnhancedFeed> getOnlyMyUserPosts()
ArrayList<org.gcube.portal.databook.shared.EnhancedFeed> getOnlyLikedPosts()
ArrayList<org.gcube.portal.databook.shared.EnhancedFeed> getPostsByHashtag(String hashtag)
ArrayList<org.gcube.portal.databook.shared.EnhancedFeed> getPostsByQuery(String query, int from, int quantity)
ArrayList<org.gcube.portal.databook.shared.EnhancedFeed> getPostsRelatedToUserStatistics(org.gcube.portal.databook.shared.ShowUserStatisticAction action, int from, int quantity)
MorePostsBean getMorePosts(int from, int quantity)
boolean deletePost(String postid)
OperationResult comment(String feedid, String text, HashSet<MentionedDTO> mentionedUsers, String feedOwnerId, boolean isAppFeed)
OperationResult editComment(org.gcube.portal.databook.shared.Comment toEdit)
ArrayList<org.gcube.portal.databook.shared.Comment> getAllCommentsByPost(String feedid)
UserSettings getUserSettings()
org.gcube.portal.databook.shared.EnhancedFeed getSinglePost(String postKey)
ArrayList<org.gcube.portlets.widgets.pickitem.shared.ItemBean> getOrganizationUsers()
Copyright © 2019. All Rights Reserved.