| 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(String commentid,
String feedid)
delete a comment
|
boolean |
DBCassandraAstyanaxImpl.deleteComment(String commentid,
String feedid)
delete a comment
|
boolean |
DatabookStore.deleteFeed(String feedid)
delete a Feed from the store
|
boolean |
DBCassandraAstyanaxImpl.deleteFeed(String feedId)
delete a Feed from the store
|
boolean |
DatabookStore.editComment(Comment comment)
edit a comment
|
boolean |
DBCassandraAstyanaxImpl.editComment(Comment comment2Edit)
edit a comment
|
List<Feed> |
DatabookStore.getAllFeedsByApp(String appid) |
List<Feed> |
DBCassandraAstyanaxImpl.getAllFeedsByApp(String appid) |
List<Feed> |
DatabookStore.getAllFeedsByUser(String userid) |
List<Feed> |
DBCassandraAstyanaxImpl.getAllFeedsByUser(String userid) |
List<Feed> |
DatabookStore.getAllFeedsByVRE(String vreid) |
List<Feed> |
DBCassandraAstyanaxImpl.getAllFeedsByVRE(String vreid) |
List<Feed> |
DatabookStore.getAllLikedFeedsByUser(String userid,
int limit) |
List<Feed> |
DBCassandraAstyanaxImpl.getAllLikedFeedsByUser(String userid,
int limit) |
List<Feed> |
DatabookStore.getRecentFeedsByUser(String userid,
int quantity)
return the most recent feeds for this user up to quantity param
|
List<Feed> |
DBCassandraAstyanaxImpl.getRecentFeedsByUser(String userid,
int quantity)
return the most recent feeds for this user up to quantity param
|
List<Feed> |
DatabookStore.getRecentFeedsByVRE(String vreid,
int quantity)
return the most recent feeds for this vre up to quantity param
|
List<Feed> |
DBCassandraAstyanaxImpl.getRecentFeedsByVRE(String vreid,
int quantity)
return the most recent feeds for this vre up to quantity param
|
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(String feedid)
read a feed from a given id
|
Feed |
DBCassandraAstyanaxImpl.readFeed(String feedid)
read a feed from a given id
|
boolean |
DatabookStore.saveFeedToVRETimeline(String feedKey,
String vreid)
save a Feed in the VRES TimeLine in the store
|
boolean |
DBCassandraAstyanaxImpl.saveFeedToVRETimeline(String feedKey,
String vreid)
save a Feed in the VRES TimeLine in the store
|
boolean |
DatabookStore.unlike(String likeid,
String feedid)
unlike a feed
|
boolean |
DBCassandraAstyanaxImpl.unlike(String likeid,
String feedid)
unlike a feed
|
Copyright © 2014. All Rights Reserved.