Uses of Class
org.gcube.portal.databook.shared.Post
-
Packages that use Post Package Description org.gcube.portal.databook.server org.gcube.portal.databook.shared -
-
Uses of Post in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that return Post Modifier and Type Method Description PostDatabookStore. readPost(String postid)read a feed from a given idPostDBCassandraAstyanaxImpl. readPost(String postid)read a feed from a given idMethods in org.gcube.portal.databook.server that return types with arguments of type Post Modifier and Type Method Description List<Post>DatabookStore. getAllLikedPostsByUser(String userid, int limit)List<Post>DBCassandraAstyanaxImpl. getAllLikedPostsByUser(String userid, int limit)List<Post>DatabookStore. getAllPortalPrivacyLevelPosts()return all the feeds whose Level is PORTALList<Post>DBCassandraAstyanaxImpl. getAllPortalPrivacyLevelPosts()List<Post>DatabookStore. getAllPostsByApp(String appid)List<Post>DBCassandraAstyanaxImpl. getAllPostsByApp(String appid)List<Post>DatabookStore. getAllPostsByUser(String userid)List<Post>DBCassandraAstyanaxImpl. getAllPostsByUser(String userid)List<Post>DatabookStore. getAllPostsByVRE(String vreid)List<Post>DBCassandraAstyanaxImpl. getAllPostsByVRE(String vreid)List<Post>DatabookStore. getRecentCommentedPostsByUserAndDate(String userid, long timeInMillis)List<Post>DBCassandraAstyanaxImpl. getRecentCommentedPostsByUserAndDate(String userid, long timeInMillis)List<Post>DatabookStore. getRecentLikedPostsByUserAndDate(String userid, long timeInMillis)List<Post>DBCassandraAstyanaxImpl. getRecentLikedPostsByUserAndDate(String userid, long timeInMillis)List<Post>DatabookStore. getRecentPostsByUser(String userid, int quantity)return the most recent feeds for this user up to quantity paramList<Post>DBCassandraAstyanaxImpl. getRecentPostsByUser(String userid, int quantity)List<Post>DatabookStore. getRecentPostsByUserAndDate(String userid, long timeInMillis)List<Post>DBCassandraAstyanaxImpl. getRecentPostsByUserAndDate(String userid, long timeInMillis)List<Post>DatabookStore. getRecentPostsByVRE(String vreid, int quantity)return the most recent posts for this vre up to quantity paramList<Post>DBCassandraAstyanaxImpl. getRecentPostsByVRE(String vreid, int quantity)List<Post>DatabookStore. getVREPostsByHashtag(String vreid, String hashtag)List<Post>DBCassandraAstyanaxImpl. getVREPostsByHashtag(String vreid, String hashtag)Methods in org.gcube.portal.databook.server with parameters of type Post Modifier and Type Method Description booleanDatabookStore. 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 -
Uses of Post in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared that return types with arguments of type Post Modifier and Type Method Description ArrayList<Post>RangePosts. getPosts()Methods in org.gcube.portal.databook.shared with parameters of type Post Modifier and Type Method Description intPost. compareTo(Post toCompare)Method parameters in org.gcube.portal.databook.shared with type arguments of type Post Modifier and Type Method Description voidRangePosts. setPosts(ArrayList<Post> posts)Constructor parameters in org.gcube.portal.databook.shared with type arguments of type Post Constructor Description RangePosts(int lastReturnedPostTimelineIndex, ArrayList<Post> feeds)
-