| Package | Description |
|---|---|
| org.gcube.portal.databook.server | |
| org.gcube.portal.databook.shared |
| Modifier and Type | Method and Description |
|---|---|
Feed |
DatabookStore.readFeed(String feedid)
read a feed from a given id
|
Feed |
DBCassandraAstyanaxImpl.readFeed(String feedid)
read a feed from a given id
|
| Modifier and Type | Method and Description |
|---|---|
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.getAllPortalPrivacyLevelFeeds()
return all the feeds whose Level is PORTAL
|
List<Feed> |
DBCassandraAstyanaxImpl.getAllPortalPrivacyLevelFeeds()
return all the feeds whose Level is PORTAL
|
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
|
List<Feed> |
DatabookStore.getVREFeedsByHashtag(String vreid,
String hashtag) |
List<Feed> |
DBCassandraAstyanaxImpl.getVREFeedsByHashtag(String vreid,
String hashtag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DatabookStore.saveAppFeed(Feed feed)
save a Feed instance in the store
|
boolean |
DBCassandraAstyanaxImpl.saveAppFeed(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)
save a Feed instance in the store
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Feed> |
RangeFeeds.getFeeds() |
| Modifier and Type | Method and Description |
|---|---|
int |
Feed.compareTo(Feed toCompare) |
| Modifier and Type | Method and Description |
|---|---|
void |
RangeFeeds.setFeeds(ArrayList<Feed> feeds) |
| Constructor and Description |
|---|
RangeFeeds(int lastReturnedFeedTimelineIndex,
ArrayList<Feed> feeds) |
Copyright © 2015. All Rights Reserved.