| Package | Description |
|---|---|
| org.gcube.portal.databook.server | |
| org.gcube.portal.databook.shared |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.getAllPortalPrivacyLevelPosts()
return all the feeds whose Level is PORTAL
|
java.util.List<Post> |
DBCassandraAstyanaxImpl.getAllPortalPrivacyLevelPosts() |
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<Post> |
DatabookStore.getRecentCommentedPostsByUserAndDate(java.lang.String userid,
long timeInMillis) |
java.util.List<Post> |
DBCassandraAstyanaxImpl.getRecentCommentedPostsByUserAndDate(java.lang.String userid,
long timeInMillis) |
java.util.List<Post> |
DatabookStore.getRecentLikedPostsByUserAndDate(java.lang.String userid,
long timeInMillis) |
java.util.List<Post> |
DBCassandraAstyanaxImpl.getRecentLikedPostsByUserAndDate(java.lang.String userid,
long timeInMillis) |
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.getRecentPostsByUserAndDate(java.lang.String userid,
long timeInMillis) |
java.util.List<Post> |
DBCassandraAstyanaxImpl.getRecentPostsByUserAndDate(java.lang.String userid,
long timeInMillis) |
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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DatabookStore.saveAppPost(Post feed)
save a Post instance in the store
|
boolean |
DBCassandraAstyanaxImpl.saveAppPost(Post post)
save a Post instance in the store
|
boolean |
DatabookStore.saveAppPost(Post feed,
java.util.List<Attachment> attachments)
Save a Post instance in the store
Use this if your app needs to attach more than one file to the post
|
boolean |
DBCassandraAstyanaxImpl.saveAppPost(Post post,
java.util.List<Attachment> attachments)
Save a Post instance in the store
Use this if your app needs to attach more than one file to the post
|
boolean |
DatabookStore.saveUserPost(Post feed)
save a Post instance in the store
|
boolean |
DBCassandraAstyanaxImpl.saveUserPost(Post post)
save a Post instance in the store
|
boolean |
DatabookStore.saveUserPost(Post post,
java.util.List<Attachment> attachments)
Save a Post instance in the store having more than one attachment
Use this if you need to attach more than one file to the post
|
boolean |
DBCassandraAstyanaxImpl.saveUserPost(Post post,
java.util.List<Attachment> attachments)
Save a Post instance in the store having more than one attachment
Use this if you need to attach more than one file to the post
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Post> |
RangePosts.getPosts() |
| Modifier and Type | Method and Description |
|---|---|
int |
Post.compareTo(Post toCompare) |
| Modifier and Type | Method and Description |
|---|---|
void |
RangePosts.setPosts(java.util.ArrayList<Post> posts) |
| Constructor and Description |
|---|
RangePosts(int lastReturnedPostTimelineIndex,
java.util.ArrayList<Post> feeds) |
Copyright © 2022. All rights reserved.