| Package | Description |
|---|---|
| org.gcube.portal.databook.server | |
| org.gcube.portal.databook.shared |
| Modifier and Type | Method and Description |
|---|---|
Feed |
DBCassandraAstyanaxImpl.readFeed(String feedid)
read a feed from a given id
|
Feed |
DatabookStore.readFeed(String feedid)
read a feed from a given id
|
| Modifier and Type | Method and Description |
|---|---|
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<Feed> |
DBCassandraAstyanaxImpl.getAllPortalPrivacyLevelFeeds()
return all the feeds whose Level is PORTAL
|
List<Feed> |
DatabookStore.getAllPortalPrivacyLevelFeeds()
return all the feeds whose Level is PORTAL
|
List<Feed> |
DBCassandraAstyanaxImpl.getRecentCommentedFeedsByUserAndDate(String userid,
long timeInMillis) |
List<Feed> |
DatabookStore.getRecentCommentedFeedsByUserAndDate(String userid,
long timeInMillis) |
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.getRecentFeedsByUserAndDate(String userid,
long timeInMillis) |
List<Feed> |
DatabookStore.getRecentFeedsByUserAndDate(String userid,
long timeInMillis) |
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
|
List<Feed> |
DBCassandraAstyanaxImpl.getRecentLikedFeedsByUserAndDate(String userid,
long timeInMillis) |
List<Feed> |
DatabookStore.getRecentLikedFeedsByUserAndDate(String userid,
long timeInMillis) |
List<Feed> |
DBCassandraAstyanaxImpl.getVREFeedsByHashtag(String vreid,
String hashtag) |
List<Feed> |
DatabookStore.getVREFeedsByHashtag(String vreid,
String hashtag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DBCassandraAstyanaxImpl.saveAppFeed(Feed feed)
save a Post instance in the store
|
boolean |
DatabookStore.saveAppFeed(Feed feed)
save a Post instance in the store
|
boolean |
DBCassandraAstyanaxImpl.saveAppFeed(Feed feed,
List<Attachment> attachments)
Save a feed instance in the store
Use this if your app needs to attach more than one file to the post
|
boolean |
DatabookStore.saveAppFeed(Feed feed,
List<Attachment> attachments)
Save a feed instance in the store
Use this if your app needs to attach more than one file to the post
|
boolean |
DBCassandraAstyanaxImpl.saveUserFeed(Feed feed)
save a Feed instance in the store
|
boolean |
DatabookStore.saveUserFeed(Feed feed)
save a Feed instance in the store
|
boolean |
DBCassandraAstyanaxImpl.saveUserFeed(Feed feed,
List<Attachment> attachments)
Save a Feed instance in the store having more than one attachment
Use this if you need to attach more than one file to the post
|
boolean |
DatabookStore.saveUserFeed(Feed feed,
List<Attachment> attachments)
Save a Feed 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 |
|---|---|
Feed |
EnhancedFeed.getFeed() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Feed> |
RangeFeeds.getFeeds() |
| Modifier and Type | Method and Description |
|---|---|
int |
Feed.compareTo(Feed toCompare) |
void |
EnhancedFeed.setFeed(Feed feed) |
| Modifier and Type | Method and Description |
|---|---|
void |
RangeFeeds.setFeeds(ArrayList<Feed> feeds) |
| Constructor and Description |
|---|
EnhancedFeed(Feed feed,
boolean liked,
boolean isUsers) |
EnhancedFeed(Feed feed,
boolean liked,
boolean isUsers,
ArrayList<Comment> comments) |
EnhancedFeed(Feed feed,
boolean liked,
boolean isUsers,
ArrayList<Comment> comments,
ArrayList<Attachment> attachments) |
| Constructor and Description |
|---|
RangeFeeds(int lastReturnedFeedTimelineIndex,
ArrayList<Feed> feeds) |
Copyright © 2018. All Rights Reserved.