Uses of Class
org.gcube.portal.databook.shared.Post
Packages that use Post
-
Uses of Post in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that return PostModifier and TypeMethodDescriptionread a feed from a given idread a feed from a given idMethods in org.gcube.portal.databook.server that return types with arguments of type PostModifier and TypeMethodDescriptionDatabookStore.getAllLikedPostsByUser(String userid, int limit) DBCassandraAstyanaxImpl.getAllLikedPostsByUser(String userid, int limit) DatabookStore.getAllPortalPrivacyLevelPosts()return all the feeds whose Level is PORTALDBCassandraAstyanaxImpl.getAllPortalPrivacyLevelPosts()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.getRecentCommentedPostsByUserAndDate(String userid, long timeInMillis) DBCassandraAstyanaxImpl.getRecentCommentedPostsByUserAndDate(String userid, long timeInMillis) DatabookStore.getRecentLikedPostsByUserAndDate(String userid, long timeInMillis) DBCassandraAstyanaxImpl.getRecentLikedPostsByUserAndDate(String userid, long timeInMillis) DatabookStore.getRecentPostsByUser(String userid, int quantity) return the most recent feeds for this user up to quantity paramDBCassandraAstyanaxImpl.getRecentPostsByUser(String userid, int quantity) DatabookStore.getRecentPostsByUserAndDate(String userid, long timeInMillis) DBCassandraAstyanaxImpl.getRecentPostsByUserAndDate(String userid, long timeInMillis) 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.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.Methods in org.gcube.portal.databook.server with parameters of type PostModifier and TypeMethodDescriptionbooleanDatabookStore.saveAppPost(Post feed) save a Post instance in the storebooleanDatabookStore.saveAppPost(Post feed, List<Attachment> attachments) Save a Post instance in the store Use this if your app needs to attach more than one file to the postbooleanDBCassandraAstyanaxImpl.saveAppPost(Post post) save a Post instance in the storebooleanDBCassandraAstyanaxImpl.saveAppPost(Post post, List<Attachment> attachments) Save a Post instance in the store Use this if your app needs to attach more than one file to the postbooleanDatabookStore.saveUserPost(Post feed) save a Post instance in the storebooleanDatabookStore.saveUserPost(Post post, List<Attachment> attachments) Save a Post instance in the store having more than one attachment Use this if you need to attach more than one file to the postbooleanDBCassandraAstyanaxImpl.saveUserPost(Post post) save a Post instance in the storebooleanDBCassandraAstyanaxImpl.saveUserPost(Post post, List<Attachment> attachments) Save a Post instance in the store having more than one attachment Use this if you need to attach more than one file to the post