Uses of Class
org.gcube.portal.databook.shared.Feed
-
Packages that use Feed Package Description 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 Modifier and Type Method Description FeedDatabookStore. readFeed(String feedid)Deprecated.use readPost read a feed from a given idFeedDBCassandraAstyanaxImpl. readFeed(String feedid)Deprecated.Methods in org.gcube.portal.databook.server that return types with arguments of type Feed Modifier and Type Method Description List<Feed>DatabookStore. getAllFeedsByApp(String appid)Deprecated.use getAllPostsByApp insteadList<Feed>DBCassandraAstyanaxImpl. getAllFeedsByApp(String appid)List<Feed>DatabookStore. getAllFeedsByUser(String userid)Deprecated.use getAllPostsByUser insteadList<Feed>DBCassandraAstyanaxImpl. getAllFeedsByUser(String userid)Deprecated.List<Feed>DatabookStore. getAllFeedsByVRE(String vreid)Deprecated.use getAllPostsByVREList<Feed>DBCassandraAstyanaxImpl. getAllFeedsByVRE(String vreid)Deprecated.List<Feed>DatabookStore. getAllLikedFeedsByUser(String userid, int limit)Deprecated.use getAllLikedPostsByUserList<Feed>DBCassandraAstyanaxImpl. getAllLikedFeedsByUser(String userid, int limit)List<Feed>DatabookStore. getAllPortalPrivacyLevelFeeds()Deprecated.use getAllPortalPrivacyLevelPosts instead return all the feeds whose Level is PORTALList<Feed>DBCassandraAstyanaxImpl. getAllPortalPrivacyLevelFeeds()Deprecated.List<Feed>DatabookStore. getRecentCommentedFeedsByUserAndDate(String userid, long timeInMillis)Deprecated.use getRecentCommentedPostsByUserAndDate insteadList<Feed>DBCassandraAstyanaxImpl. getRecentCommentedFeedsByUserAndDate(String userid, long timeInMillis)Deprecated.List<Feed>DatabookStore. getRecentFeedsByUser(String userid, int quantity)Deprecated.List<Feed>DBCassandraAstyanaxImpl. getRecentFeedsByUser(String userid, int quantity)Deprecated.List<Feed>DatabookStore. getRecentFeedsByUserAndDate(String userid, long timeInMillis)Deprecated.use getRecentPostsByUserAndDateList<Feed>DBCassandraAstyanaxImpl. getRecentFeedsByUserAndDate(String userid, long timeInMillis)Deprecated.List<Feed>DatabookStore. getRecentFeedsByVRE(String vreid, int quantity)Deprecated.use getRecentPostsByVRE return the most recent feeds for this vre up to quantity paramList<Feed>DBCassandraAstyanaxImpl. getRecentFeedsByVRE(String vreid, int quantity)Deprecated.List<Feed>DatabookStore. getRecentLikedFeedsByUserAndDate(String userid, long timeInMillis)Deprecated.use getRecentLikedPostsByUserAndDateList<Feed>DBCassandraAstyanaxImpl. getRecentLikedFeedsByUserAndDate(String userid, long timeInMillis)List<Feed>DatabookStore. getVREFeedsByHashtag(String vreid, String hashtag)Deprecated.use getVREPostsByHashtagList<Feed>DBCassandraAstyanaxImpl. getVREFeedsByHashtag(String vreid, String hashtag)Methods in org.gcube.portal.databook.server with parameters of type Feed Modifier and Type Method Description booleanDatabookStore. 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. -
Uses of Feed in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared that return Feed Modifier and Type Method Description FeedEnhancedFeed. getFeed()Methods in org.gcube.portal.databook.shared that return types with arguments of type Feed Modifier and Type Method Description ArrayList<Feed>RangeFeeds. getFeeds()Deprecated.Methods in org.gcube.portal.databook.shared with parameters of type Feed Modifier and Type Method Description intFeed. compareTo(Feed toCompare)Deprecated.voidEnhancedFeed. setFeed(Feed feed)Method parameters in org.gcube.portal.databook.shared with type arguments of type Feed Modifier and Type Method Description voidRangeFeeds. setFeeds(ArrayList<Feed> feeds)Deprecated.Constructors in org.gcube.portal.databook.shared with parameters of type Feed Constructor 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 parameters in org.gcube.portal.databook.shared with type arguments of type Feed Constructor Description RangeFeeds(int lastReturnedFeedTimelineIndex, ArrayList<Feed> feeds)Deprecated.
-