Uses of Class
org.gcube.portal.databook.shared.Feed
Packages that use Feed
-
Uses of Feed in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that return FeedModifier and TypeMethodDescriptionDeprecated.use readPost read a feed from a given idDeprecated.Methods in org.gcube.portal.databook.server that return types with arguments of type FeedModifier and TypeMethodDescriptionDatabookStore.getAllFeedsByApp(String appid) Deprecated.use getAllPostsByApp insteadDBCassandraAstyanaxImpl.getAllFeedsByApp(String appid) DatabookStore.getAllFeedsByUser(String userid) Deprecated.use getAllPostsByUser insteadDBCassandraAstyanaxImpl.getAllFeedsByUser(String userid) Deprecated.DatabookStore.getAllFeedsByVRE(String vreid) Deprecated.use getAllPostsByVREDBCassandraAstyanaxImpl.getAllFeedsByVRE(String vreid) Deprecated.DatabookStore.getAllLikedFeedsByUser(String userid, int limit) Deprecated.use getAllLikedPostsByUserDBCassandraAstyanaxImpl.getAllLikedFeedsByUser(String userid, int limit) DatabookStore.getAllPortalPrivacyLevelFeeds()Deprecated.use getAllPortalPrivacyLevelPosts instead return all the feeds whose Level is PORTALDBCassandraAstyanaxImpl.getAllPortalPrivacyLevelFeeds()Deprecated.DatabookStore.getRecentCommentedFeedsByUserAndDate(String userid, long timeInMillis) Deprecated.use getRecentCommentedPostsByUserAndDate insteadDBCassandraAstyanaxImpl.getRecentCommentedFeedsByUserAndDate(String userid, long timeInMillis) Deprecated.DatabookStore.getRecentFeedsByUser(String userid, int quantity) Deprecated.DBCassandraAstyanaxImpl.getRecentFeedsByUser(String userid, int quantity) Deprecated.DatabookStore.getRecentFeedsByUserAndDate(String userid, long timeInMillis) Deprecated.use getRecentPostsByUserAndDateDBCassandraAstyanaxImpl.getRecentFeedsByUserAndDate(String userid, long timeInMillis) Deprecated.DatabookStore.getRecentFeedsByVRE(String vreid, int quantity) Deprecated.use getRecentPostsByVRE return the most recent feeds for this vre up to quantity paramDBCassandraAstyanaxImpl.getRecentFeedsByVRE(String vreid, int quantity) Deprecated.DatabookStore.getRecentLikedFeedsByUserAndDate(String userid, long timeInMillis) Deprecated.use getRecentLikedPostsByUserAndDateDBCassandraAstyanaxImpl.getRecentLikedFeedsByUserAndDate(String userid, long timeInMillis) DatabookStore.getVREFeedsByHashtag(String vreid, String hashtag) Deprecated.use getVREPostsByHashtagDBCassandraAstyanaxImpl.getVREFeedsByHashtag(String vreid, String hashtag) Methods in org.gcube.portal.databook.server with parameters of type FeedModifier and TypeMethodDescriptionbooleanDatabookStore.saveAppFeed(Feed feed) Deprecated.use saveAppPost save a Post instance in the storebooleanDatabookStore.saveAppFeed(Feed feed, List<Attachment> attachments) Deprecated.use saveAppPost Save a Post instance in the store Use this if your app needs to attach more than one file to the postbooleanDBCassandraAstyanaxImpl.saveAppFeed(Feed post) Deprecated.booleanDBCassandraAstyanaxImpl.saveAppFeed(Feed feed, List<Attachment> attachments) Deprecated.booleanDatabookStore.saveUserFeed(Feed feed) Deprecated.use saveUserPost save a Feed instance in the storebooleanDatabookStore.saveUserFeed(Feed feed, List<Attachment> attachments) Deprecated.use saveUserPostbooleanDBCassandraAstyanaxImpl.saveUserFeed(Feed post) Deprecated.booleanDBCassandraAstyanaxImpl.saveUserFeed(Feed feed, List<Attachment> attachments) Deprecated.