boolean |
DatabookStore.checkUnreadMessagesNotifications(String userid) |
|
boolean |
DBCassandraAstyanaxImpl.checkUnreadMessagesNotifications(String userid) |
boolean |
DatabookStore.checkUnreadNotifications(String userid) |
|
boolean |
DBCassandraAstyanaxImpl.checkUnreadNotifications(String userid) |
boolean |
DatabookStore.deleteComment(String commentid,
String feedid) |
deletes a comment
|
boolean |
DBCassandraAstyanaxImpl.deleteComment(String commentid,
String feedid) |
deletes a comment
|
boolean |
DatabookStore.deleteFeed(String feedid) |
Deprecated.
|
boolean |
DBCassandraAstyanaxImpl.deleteFeed(String feedId) |
Deprecated.
|
boolean |
DatabookStore.deletePost(String postid) |
delete a Feed from the store
|
boolean |
DBCassandraAstyanaxImpl.deletePost(String postid) |
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) |
Deprecated.
|
List<Feed> |
DBCassandraAstyanaxImpl.getAllFeedsByApp(String appid) |
List<Feed> |
DatabookStore.getAllFeedsByUser(String userid) |
Deprecated.
|
List<Feed> |
DBCassandraAstyanaxImpl.getAllFeedsByUser(String userid) |
Deprecated.
|
List<Feed> |
DatabookStore.getAllFeedsByVRE(String vreid) |
Deprecated.
|
List<Feed> |
DBCassandraAstyanaxImpl.getAllFeedsByVRE(String vreid) |
Deprecated.
|
List<Feed> |
DatabookStore.getAllLikedFeedsByUser(String userid,
int limit) |
Deprecated.
|
List<Feed> |
DBCassandraAstyanaxImpl.getAllLikedFeedsByUser(String userid,
int limit) |
List<Post> |
DatabookStore.getAllLikedPostsByUser(String userid,
int limit) |
|
List<Post> |
DBCassandraAstyanaxImpl.getAllLikedPostsByUser(String userid,
int limit) |
List<Notification> |
DatabookStore.getAllNotificationByUser(String userid,
int limit) |
|
List<Notification> |
DBCassandraAstyanaxImpl.getAllNotificationByUser(String userid,
int limit) |
List<Feed> |
DatabookStore.getAllPortalPrivacyLevelFeeds() |
Deprecated.
|
List<Feed> |
DBCassandraAstyanaxImpl.getAllPortalPrivacyLevelFeeds() |
Deprecated.
|
List<Post> |
DatabookStore.getAllPortalPrivacyLevelPosts() |
return all the feeds whose Level is PORTAL
|
List<Post> |
DBCassandraAstyanaxImpl.getAllPortalPrivacyLevelPosts() |
|
List<Post> |
DatabookStore.getAllPostsByApp(String appid) |
|
List<Post> |
DBCassandraAstyanaxImpl.getAllPostsByApp(String appid) |
List<Post> |
DatabookStore.getAllPostsByUser(String userid) |
|
List<Post> |
DBCassandraAstyanaxImpl.getAllPostsByUser(String userid) |
List<Post> |
DatabookStore.getAllPostsByVRE(String vreid) |
|
List<Post> |
DBCassandraAstyanaxImpl.getAllPostsByVRE(String vreid) |
List<Notification> |
DatabookStore.getRangeNotificationsByUser(String userid,
int from,
int quantity) |
|
List<Notification> |
DBCassandraAstyanaxImpl.getRangeNotificationsByUser(String userid,
int from,
int quantity) |
List<Feed> |
DatabookStore.getRecentFeedsByUser(String userid,
int quantity) |
Deprecated.
|
List<Feed> |
DBCassandraAstyanaxImpl.getRecentFeedsByUser(String userid,
int quantity) |
Deprecated.
|
List<Feed> |
DatabookStore.getRecentFeedsByVRE(String vreid,
int quantity) |
Deprecated.
|
List<Feed> |
DBCassandraAstyanaxImpl.getRecentFeedsByVRE(String vreid,
int quantity) |
Deprecated.
|
RangeFeeds |
DatabookStore.getRecentFeedsByVREAndRange(String vreid,
int from,
int quantity) |
Deprecated.
|
RangeFeeds |
DBCassandraAstyanaxImpl.getRecentFeedsByVREAndRange(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
|
List<Post> |
DatabookStore.getRecentPostsByUser(String userid,
int quantity) |
return the most recent feeds for this user up to quantity param
|
List<Post> |
DBCassandraAstyanaxImpl.getRecentPostsByUser(String userid,
int quantity) |
|
List<Post> |
DatabookStore.getRecentPostsByVRE(String vreid,
int quantity) |
return the most recent posts for this vre up to quantity param
|
List<Post> |
DBCassandraAstyanaxImpl.getRecentPostsByVRE(String vreid,
int quantity) |
|
RangePosts |
DatabookStore.getRecentPostsByVREAndRange(String vreid,
int from,
int quantity) |
return the most recent posts for this vre up to quantity param and the last index of the posts in the timeline
lastReturnedPostTimelineIndex is useful to know from where to start the range the next time you ask, because there are deletions
|
RangePosts |
DBCassandraAstyanaxImpl.getRecentPostsByVREAndRange(String vreid,
int from,
int quantity) |
return the most recent posts for this vre up to quantity param and the last index of the posts in the timeline
lastReturnedPostTimelineIndex is useful to know from where to start the range the next time you ask, because there are deletions
|
List<Notification> |
DatabookStore.getUnreadNotificationsByUser(String userid) |
return the not yet read notifications (not including messages)
|
List<Notification> |
DBCassandraAstyanaxImpl.getUnreadNotificationsByUser(String userid) |
return the not yet read notifications (not including messages)
|
List<Feed> |
DatabookStore.getVREFeedsByHashtag(String vreid,
String hashtag) |
Deprecated.
|
List<Feed> |
DBCassandraAstyanaxImpl.getVREFeedsByHashtag(String vreid,
String hashtag) |
List<Post> |
DatabookStore.getVREPostsByHashtag(String vreid,
String hashtag) |
|
List<Post> |
DBCassandraAstyanaxImpl.getVREPostsByHashtag(String vreid,
String hashtag) |
static void |
Tester.main(String[] args) |
|
Feed |
DatabookStore.readFeed(String feedid) |
Deprecated.
|
Feed |
DBCassandraAstyanaxImpl.readFeed(String feedid) |
Deprecated.
|
Notification |
DatabookStore.readNotification(String notificationid) |
read a notification from a given id
|
Notification |
DBCassandraAstyanaxImpl.readNotification(String notificationid) |
read a notification from a given id
|
Post |
DatabookStore.readPost(String postid) |
read a feed from a given id
|
Post |
DBCassandraAstyanaxImpl.readPost(String postid) |
read a feed from a given id
|
boolean |
DatabookStore.setAllNotificationReadByUser(String userid) |
This is a fast way to set all notification to read quickly
|
boolean |
DBCassandraAstyanaxImpl.setAllNotificationReadByUser(String userid) |
This is a fast way to set all notification to read quickly
|
boolean |
DatabookStore.setNotificationRead(String notificationidToSet) |
set an existing Notification instance in the to read
|
boolean |
DBCassandraAstyanaxImpl.setNotificationRead(String notificationidToSet) |
set an existing Notification instance in the to read
|
void |
Tester.testFunc() |
|
boolean |
DatabookStore.unlike(String userid,
String likeid,
String feedid) |
unlike a feed
|
boolean |
DBCassandraAstyanaxImpl.unlike(String userid,
String likeid,
String feedid) |
unlike a feed
|