| Package | Description |
|---|---|
| org.gcube.portal.databook.server |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DatabookStore.addComment(Comment comment)
add a comment to a feed
|
boolean |
DBCassandraAstyanaxImpl.addComment(Comment comment)
add a comment to a feed
|
boolean |
DatabookStore.deleteComment(java.lang.String commentid,
java.lang.String feedid)
deletes a comment
|
boolean |
DBCassandraAstyanaxImpl.deleteComment(java.lang.String commentid,
java.lang.String feedid)
deletes a comment
|
boolean |
DatabookStore.deleteFeed(java.lang.String feedid)
Deprecated.
use saveUserPost
|
boolean |
DBCassandraAstyanaxImpl.deleteFeed(java.lang.String feedId)
Deprecated.
|
boolean |
DatabookStore.deleteHashTags(java.lang.String postid,
java.lang.String vreid,
java.util.List<java.lang.String> hashtags) |
boolean |
DBCassandraAstyanaxImpl.deleteHashTags(java.lang.String feedid,
java.lang.String vreid,
java.util.List<java.lang.String> hashtags) |
boolean |
DatabookStore.deletePost(java.lang.String postid)
delete a Feed from the store
|
boolean |
DBCassandraAstyanaxImpl.deletePost(java.lang.String postid)
delete a Feed from the store
|
boolean |
DatabookStore.editComment(Comment comment)
edit a comment
|
boolean |
DBCassandraAstyanaxImpl.editComment(Comment comment2Edit)
edit a comment
|
java.util.List<Feed> |
DatabookStore.getAllFeedsByApp(java.lang.String appid)
Deprecated.
use getAllPostsByApp instead
|
java.util.List<Feed> |
DBCassandraAstyanaxImpl.getAllFeedsByApp(java.lang.String appid) |
java.util.List<Feed> |
DatabookStore.getAllFeedsByUser(java.lang.String userid)
Deprecated.
use getAllPostsByUser instead
|
java.util.List<Feed> |
DBCassandraAstyanaxImpl.getAllFeedsByUser(java.lang.String userid)
Deprecated.
|
java.util.List<Feed> |
DatabookStore.getAllFeedsByVRE(java.lang.String vreid)
Deprecated.
use getAllPostsByVRE
|
java.util.List<Feed> |
DBCassandraAstyanaxImpl.getAllFeedsByVRE(java.lang.String vreid)
Deprecated.
|
java.util.List<Feed> |
DatabookStore.getAllLikedFeedsByUser(java.lang.String userid,
int limit)
Deprecated.
use getAllLikedPostsByUser
|
java.util.List<Feed> |
DBCassandraAstyanaxImpl.getAllLikedFeedsByUser(java.lang.String userid,
int limit) |
java.util.List<Post> |
DatabookStore.getAllLikedPostsByUser(java.lang.String userid,
int limit) |
java.util.List<Post> |
DBCassandraAstyanaxImpl.getAllLikedPostsByUser(java.lang.String userid,
int limit) |
java.util.List<Post> |
DatabookStore.getAllPostsByApp(java.lang.String appid) |
java.util.List<Post> |
DBCassandraAstyanaxImpl.getAllPostsByApp(java.lang.String appid) |
java.util.List<Post> |
DatabookStore.getAllPostsByUser(java.lang.String userid) |
java.util.List<Post> |
DBCassandraAstyanaxImpl.getAllPostsByUser(java.lang.String userid) |
java.util.List<Post> |
DatabookStore.getAllPostsByVRE(java.lang.String vreid) |
java.util.List<Post> |
DBCassandraAstyanaxImpl.getAllPostsByVRE(java.lang.String vreid) |
java.util.List<Attachment> |
DatabookStore.getAttachmentsByFeedId(java.lang.String feedId) |
java.util.List<Attachment> |
DBCassandraAstyanaxImpl.getAttachmentsByFeedId(java.lang.String feedId) |
java.util.List<Feed> |
DatabookStore.getRecentFeedsByUser(java.lang.String userid,
int quantity)
Deprecated.
|
java.util.List<Feed> |
DBCassandraAstyanaxImpl.getRecentFeedsByUser(java.lang.String userid,
int quantity)
Deprecated.
|
java.util.List<Feed> |
DatabookStore.getRecentFeedsByVRE(java.lang.String vreid,
int quantity)
Deprecated.
use getRecentPostsByVRE
return the most recent feeds for this vre up to quantity param
|
java.util.List<Feed> |
DBCassandraAstyanaxImpl.getRecentFeedsByVRE(java.lang.String vreid,
int quantity)
Deprecated.
|
RangeFeeds |
DatabookStore.getRecentFeedsByVREAndRange(java.lang.String vreid,
int from,
int quantity)
Deprecated.
use getRecentPostsByVREAndRange
|
RangeFeeds |
DBCassandraAstyanaxImpl.getRecentFeedsByVREAndRange(java.lang.String vreid,
int from,
int quantity)
return the most recent posts for this vre up to quantity param and the last index of the feeds in the timeline
lastReturnedFeedTimelineIndex is usuful to know from where to start the range the second time you ask
because there are deletions
|
java.util.List<Post> |
DatabookStore.getRecentPostsByUser(java.lang.String userid,
int quantity)
return the most recent feeds for this user up to quantity param
|
java.util.List<Post> |
DBCassandraAstyanaxImpl.getRecentPostsByUser(java.lang.String userid,
int quantity) |
java.util.List<Post> |
DatabookStore.getRecentPostsByVRE(java.lang.String vreid,
int quantity)
return the most recent posts for this vre up to quantity param
|
java.util.List<Post> |
DBCassandraAstyanaxImpl.getRecentPostsByVRE(java.lang.String vreid,
int quantity) |
RangePosts |
DatabookStore.getRecentPostsByVREAndRange(java.lang.String vreid,
int from,
int quantity)
return the most recent posts for this vre up to quantity param and the last index of the feeds in the timeline
lastReturnedFeedTimelineIndex is usuful to know from where to start the range the second time you ask
because there are deletions
|
RangePosts |
DBCassandraAstyanaxImpl.getRecentPostsByVREAndRange(java.lang.String vreid,
int from,
int quantity)
return the most recent posts for this vre up to quantity param and the last index of the feeds in the timeline
lastReturnedFeedTimelineIndex is usuful to know from where to start the range the second time you ask
because there are deletions
|
java.util.List<Feed> |
DatabookStore.getVREFeedsByHashtag(java.lang.String vreid,
java.lang.String hashtag)
Deprecated.
use getVREPostsByHashtag
|
java.util.List<Feed> |
DBCassandraAstyanaxImpl.getVREFeedsByHashtag(java.lang.String vreid,
java.lang.String hashtag) |
java.util.List<Post> |
DatabookStore.getVREPostsByHashtag(java.lang.String vreid,
java.lang.String hashtag) |
java.util.List<Post> |
DBCassandraAstyanaxImpl.getVREPostsByHashtag(java.lang.String vreid,
java.lang.String hashtag) |
boolean |
DatabookStore.like(Like like)
add a like to a feed
|
boolean |
DBCassandraAstyanaxImpl.like(Like like)
add a like to a feed
|
Feed |
DatabookStore.readFeed(java.lang.String feedid)
Deprecated.
use readPost
read a feed from a given id
|
Feed |
DBCassandraAstyanaxImpl.readFeed(java.lang.String feedid)
Deprecated.
|
Post |
DatabookStore.readPost(java.lang.String postid)
read a feed from a given id
|
Post |
DBCassandraAstyanaxImpl.readPost(java.lang.String postid)
read a feed from a given id
|
boolean |
DatabookStore.saveFeedToVRETimeline(java.lang.String feedKey,
java.lang.String vreid)
Deprecated.
use savePostToVRETimeline
|
boolean |
DBCassandraAstyanaxImpl.saveFeedToVRETimeline(java.lang.String feedKey,
java.lang.String vreid)
Deprecated.
|
boolean |
DatabookStore.saveHashTags(java.lang.String postid,
java.lang.String vreid,
java.util.List<java.lang.String> hashtags) |
boolean |
DBCassandraAstyanaxImpl.saveHashTags(java.lang.String feedid,
java.lang.String vreid,
java.util.List<java.lang.String> hashtags) |
boolean |
DatabookStore.savePostToVRETimeline(java.lang.String postKey,
java.lang.String vreid)
save a post in the VRES TimeLine in the store
|
boolean |
DBCassandraAstyanaxImpl.savePostToVRETimeline(java.lang.String postKey,
java.lang.String vreid)
save a post in the VRES TimeLine in the store
|
boolean |
DatabookStore.unlike(java.lang.String userid,
java.lang.String likeid,
java.lang.String feedid)
unlike a feed
|
boolean |
DBCassandraAstyanaxImpl.unlike(java.lang.String userid,
java.lang.String likeid,
java.lang.String feedid)
unlike a feed
|
Copyright © 2022. All rights reserved.