Uses of Class
org.gcube.portal.databook.shared.Comment
Packages that use Comment
-
Uses of Comment in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that return CommentModifier and TypeMethodDescriptionDatabookStore.readCommentById(String commentId) DBCassandraAstyanaxImpl.readCommentById(String commentId) Methods in org.gcube.portal.databook.server that return types with arguments of type CommentModifier and TypeMethodDescriptionDatabookStore.getAllCommentByFeed(String feedid) Deprecated.use getAllCommentByPostDBCassandraAstyanaxImpl.getAllCommentByFeed(String feedid) Deprecated.DatabookStore.getAllCommentByPost(String postid) DBCassandraAstyanaxImpl.getAllCommentByPost(String postid) DatabookStore.getRecentCommentsByUserAndDate(String userid, long timeInMillis) DBCassandraAstyanaxImpl.getRecentCommentsByUserAndDate(String userid, long timeInMillis) Methods in org.gcube.portal.databook.server with parameters of type CommentModifier and TypeMethodDescriptionbooleanDatabookStore.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