|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Feed | |
---|---|
org.gcube.portal.databook.server | |
org.gcube.portal.databook.shared |
Uses of Feed in org.gcube.portal.databook.server |
---|
Methods in org.gcube.portal.databook.server that return 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 |
Methods in org.gcube.portal.databook.server that return types with arguments of type Feed | |
---|---|
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.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 |
Methods in org.gcube.portal.databook.server with parameters of type Feed | |
---|---|
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 |
Uses of Feed in org.gcube.portal.databook.shared |
---|
Methods in org.gcube.portal.databook.shared with parameters of type Feed | |
---|---|
int |
Feed.compareTo(Feed toCompare)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |