| Package | Description |
|---|---|
| org.gcube.portal.databook.server |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DBCassandraAstyanaxImpl.addComment(Comment comment)
add a comment to a feed
|
boolean |
DatabookStore.addComment(Comment comment)
add a comment to a feed
|
boolean |
DBCassandraAstyanaxImpl.deleteComment(String commentid,
String feedid)
delete a comment
|
boolean |
DatabookStore.deleteComment(String commentid,
String feedid)
delete a comment
|
boolean |
DBCassandraAstyanaxImpl.deleteFeed(String feedId)
delete a Feed from the store
|
boolean |
DatabookStore.deleteFeed(String feedid)
delete a Feed from the store
|
boolean |
DBCassandraAstyanaxImpl.deleteHashTags(String feedid,
String vreid,
List<String> hashtags) |
boolean |
DatabookStore.deleteHashTags(String feedid,
String vreid,
List<String> hashtags) |
boolean |
DBCassandraAstyanaxImpl.editComment(Comment comment2Edit)
edit a comment
|
boolean |
DatabookStore.editComment(Comment comment)
edit a comment
|
List<Feed> |
DBCassandraAstyanaxImpl.getAllFeedsByApp(String appid) |
List<Feed> |
DatabookStore.getAllFeedsByApp(String appid) |
List<Feed> |
DBCassandraAstyanaxImpl.getAllFeedsByUser(String userid) |
List<Feed> |
DatabookStore.getAllFeedsByUser(String userid) |
List<Feed> |
DBCassandraAstyanaxImpl.getAllFeedsByVRE(String vreid) |
List<Feed> |
DatabookStore.getAllFeedsByVRE(String vreid) |
List<Feed> |
DBCassandraAstyanaxImpl.getAllLikedFeedsByUser(String userid,
int limit) |
List<Feed> |
DatabookStore.getAllLikedFeedsByUser(String userid,
int limit) |
List<Attachment> |
DBCassandraAstyanaxImpl.getAttachmentsByFeedId(String feedId) |
List<Attachment> |
DatabookStore.getAttachmentsByFeedId(String feedId) |
List<Feed> |
DBCassandraAstyanaxImpl.getRecentFeedsByUser(String userid,
int quantity)
return the most recent feeds for this user up to quantity param
|
List<Feed> |
DatabookStore.getRecentFeedsByUser(String userid,
int quantity)
return the most recent feeds for this user up to quantity param
|
List<Feed> |
DBCassandraAstyanaxImpl.getRecentFeedsByVRE(String vreid,
int quantity)
return the most recent feeds for this vre up to quantity param
|
List<Feed> |
DatabookStore.getRecentFeedsByVRE(String vreid,
int quantity)
return the most recent feeds for this vre up to quantity param
|
RangeFeeds |
DBCassandraAstyanaxImpl.getRecentFeedsByVREAndRange(String vreid,
int from,
int quantity)
return the most recent feeds 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
|
RangeFeeds |
DatabookStore.getRecentFeedsByVREAndRange(String vreid,
int from,
int quantity)
return the most recent feeds 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
|
List<Feed> |
DBCassandraAstyanaxImpl.getVREFeedsByHashtag(String vreid,
String hashtag) |
List<Feed> |
DatabookStore.getVREFeedsByHashtag(String vreid,
String hashtag) |
boolean |
DBCassandraAstyanaxImpl.like(Like like)
add a like to a feed
|
boolean |
DatabookStore.like(Like like)
add a like to a feed
|
Feed |
DBCassandraAstyanaxImpl.readFeed(String feedid)
read a feed from a given id
|
Feed |
DatabookStore.readFeed(String feedid)
read a feed from a given id
|
boolean |
DBCassandraAstyanaxImpl.saveFeedToVRETimeline(String feedKey,
String vreid)
save a post in the VRES TimeLine in the store
|
boolean |
DatabookStore.saveFeedToVRETimeline(String feedKey,
String vreid)
save a post in the VRES TimeLine in the store
|
boolean |
DBCassandraAstyanaxImpl.saveHashTags(String feedid,
String vreid,
List<String> hashtags) |
boolean |
DatabookStore.saveHashTags(String feedid,
String vreid,
List<String> hashtags) |
boolean |
DBCassandraAstyanaxImpl.unlike(String userid,
String likeid,
String feedid)
unlike a feed
|
boolean |
DatabookStore.unlike(String userid,
String likeid,
String feedid)
unlike a feed
|
Copyright © 2018. All Rights Reserved.