Uses of Class
org.gcube.portal.databook.shared.Comment
-
Packages that use Comment Package Description org.gcube.portal.databook.server org.gcube.portal.databook.shared -
-
Uses of Comment in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that return Comment Modifier and Type Method Description CommentDatabookStore. readCommentById(String commentId)CommentDBCassandraAstyanaxImpl. readCommentById(String commentId)Methods in org.gcube.portal.databook.server that return types with arguments of type Comment Modifier and Type Method Description List<Comment>DatabookStore. getAllCommentByFeed(String feedid)Deprecated.use getAllCommentByPostList<Comment>DBCassandraAstyanaxImpl. getAllCommentByFeed(String feedid)Deprecated.List<Comment>DatabookStore. getAllCommentByPost(String postid)List<Comment>DBCassandraAstyanaxImpl. getAllCommentByPost(String postid)List<Comment>DatabookStore. getRecentCommentsByUserAndDate(String userid, long timeInMillis)List<Comment>DBCassandraAstyanaxImpl. getRecentCommentsByUserAndDate(String userid, long timeInMillis)Methods in org.gcube.portal.databook.server with parameters of type Comment Modifier and Type Method Description booleanDatabookStore. addComment(Comment comment)add a comment to a feedbooleanDBCassandraAstyanaxImpl. addComment(Comment comment)add a comment to a feedbooleanDatabookStore. editComment(Comment comment)edit a commentbooleanDBCassandraAstyanaxImpl. editComment(Comment comment2Edit)edit a comment -
Uses of Comment in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared that return types with arguments of type Comment Modifier and Type Method Description ArrayList<Comment>EnhancedFeed. getComments()Methods in org.gcube.portal.databook.shared with parameters of type Comment Modifier and Type Method Description intComment. compareTo(Comment toCompare)Method parameters in org.gcube.portal.databook.shared with type arguments of type Comment Modifier and Type Method Description voidEnhancedFeed. setComments(ArrayList<Comment> comments)Constructor parameters in org.gcube.portal.databook.shared with type arguments of type Comment Constructor Description EnhancedFeed(Feed feed, boolean liked, boolean isUsers, ArrayList<Comment> comments)EnhancedFeed(Feed feed, boolean liked, boolean isUsers, ArrayList<Comment> comments, ArrayList<Attachment> attachments)
-