Uses of Class
org.gcube.portal.databook.shared.ex.FeedIDNotFoundException
Packages that use FeedIDNotFoundException
-
Uses of FeedIDNotFoundException in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that throw FeedIDNotFoundExceptionModifier and TypeMethodDescriptionbooleanDatabookStore.addComment(Comment comment) add a comment to a feedbooleanDBCassandraAstyanaxImpl.addComment(Comment comment) add a comment to a feedbooleanDatabookStore.deleteComment(String commentid, String feedid) deletes a commentbooleanDBCassandraAstyanaxImpl.deleteComment(String commentid, String feedid) deletes a commentbooleanDatabookStore.deleteFeed(String feedid) Deprecated.use saveUserPostbooleanDBCassandraAstyanaxImpl.deleteFeed(String feedId) Deprecated.booleanDatabookStore.deleteHashTags(String postid, String vreid, List<String> hashtags) booleanDBCassandraAstyanaxImpl.deleteHashTags(String feedid, String vreid, List<String> hashtags) booleanDatabookStore.deletePost(String postid) delete a Feed from the storebooleanDBCassandraAstyanaxImpl.deletePost(String postid) delete a Feed from the storebooleanDatabookStore.editComment(Comment comment) edit a commentbooleanDBCassandraAstyanaxImpl.editComment(Comment comment2Edit) edit a commentDatabookStore.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.getAllLikedPostsByUser(String userid, int limit) DBCassandraAstyanaxImpl.getAllLikedPostsByUser(String userid, int limit) DatabookStore.getAllPostsByApp(String appid) DBCassandraAstyanaxImpl.getAllPostsByApp(String appid) DatabookStore.getAllPostsByUser(String userid) DBCassandraAstyanaxImpl.getAllPostsByUser(String userid) DatabookStore.getAllPostsByVRE(String vreid) Returns all posts for a specified VRE.DBCassandraAstyanaxImpl.getAllPostsByVRE(String vreid) Returns all posts for a specified VRE.DatabookStore.getAttachmentsByFeedId(String feedId) DBCassandraAstyanaxImpl.getAttachmentsByFeedId(String feedId) DatabookStore.getRecentFeedsByUser(String userid, int quantity) Deprecated.DBCassandraAstyanaxImpl.getRecentFeedsByUser(String userid, int quantity) 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.getRecentFeedsByVREAndRange(String vreid, int from, int quantity) Deprecated.DBCassandraAstyanaxImpl.getRecentFeedsByVREAndRange(String vreid, int from, int quantity) Returns the most recent posts for this VRE up to the specified quantity and the last index of the posts in the timeline.DatabookStore.getRecentPostsByUser(String userid, int quantity) return the most recent feeds for this user up to quantity paramDBCassandraAstyanaxImpl.getRecentPostsByUser(String userid, int quantity) DatabookStore.getRecentPostsByVRE(String vreid, int quantity) Returns the most recent posts for a VRE, up to the specified quantity.DBCassandraAstyanaxImpl.getRecentPostsByVRE(String vreid, int quantity) DatabookStore.getRecentPostsByVREAndRange(String vreid, int from, int quantity) Returns the most recent posts for a VRE within a specified range, and provides the last index of posts in the timeline for pagination purposes.DBCassandraAstyanaxImpl.getRecentPostsByVREAndRange(String vreid, int from, int quantity) Returns the most recent posts for a VRE within a specified range, and provides the last index of posts in the timeline for pagination purposes.DatabookStore.getVREFeedsByHashtag(String vreid, String hashtag) Deprecated.use getVREPostsByHashtagDBCassandraAstyanaxImpl.getVREFeedsByHashtag(String vreid, String hashtag) DatabookStore.getVREPostsByHashtag(String vreid, String hashtag) Returns all posts in a VRE that contain a specific hashtag.DBCassandraAstyanaxImpl.getVREPostsByHashtag(String vreid, String hashtag) Returns all posts in a VRE that contain a specific hashtag.booleanadd a like to a feedbooleanadd a like to a feedstatic voidDeprecated.use readPost read a feed from a given idDeprecated.read a feed from a given idread a feed from a given idbooleanDatabookStore.saveFeedToVRETimeline(String feedKey, String vreid) Deprecated.use savePostToVRETimelinebooleanDBCassandraAstyanaxImpl.saveFeedToVRETimeline(String feedKey, String vreid) Deprecated.booleanDatabookStore.saveHashTags(String postid, String vreid, List<String> hashtags) booleanDBCassandraAstyanaxImpl.saveHashTags(String feedid, String vreid, List<String> hashtags) booleanDatabookStore.savePostToVRETimeline(String postKey, String vreid) save a post in the VRES TimeLine in the storebooleanDBCassandraAstyanaxImpl.savePostToVRETimeline(String postKey, String vreid) save a post in the VRES TimeLine in the storevoidTester.testFunc()booleanunlike a feedbooleanunlike a feed