Uses of Class
org.gcube.portal.databook.shared.ex.CommentIDNotFoundException
-
Packages that use CommentIDNotFoundException Package Description org.gcube.portal.databook.server -
-
Uses of CommentIDNotFoundException in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that throw CommentIDNotFoundException Modifier and Type Method Description booleanDatabookStore. deleteComment(String commentid, String feedid)deletes a commentbooleanDBCassandraAstyanaxImpl. deleteComment(String commentid, String feedid)deletes a commentbooleanDatabookStore. deleteHashTagsComment(String commentId, String vreid, List<String> hashtags)booleanDBCassandraAstyanaxImpl. deleteHashTagsComment(String commentId, String vreid, List<String> hashtags)booleanDatabookStore. editComment(Comment comment)edit a commentbooleanDBCassandraAstyanaxImpl. editComment(Comment comment2Edit)edit a commentCommentDatabookStore. readCommentById(String commentId)CommentDBCassandraAstyanaxImpl. readCommentById(String commentId)booleanDatabookStore. saveHashTagsComment(String commentId, String vreid, List<String> hashtags)booleanDBCassandraAstyanaxImpl. saveHashTagsComment(String commentId, String vreid, List<String> hashtags)
-