Uses of Class
org.gcube.portal.databook.shared.ex.CommentIDNotFoundException
Packages that use CommentIDNotFoundException
-
Uses of CommentIDNotFoundException in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that throw CommentIDNotFoundExceptionModifier and TypeMethodDescriptionbooleanDatabookStore.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 commentDatabookStore.readCommentById(String commentId) DBCassandraAstyanaxImpl.readCommentById(String commentId) booleanDatabookStore.saveHashTagsComment(String commentId, String vreid, List<String> hashtags) booleanDBCassandraAstyanaxImpl.saveHashTagsComment(String commentId, String vreid, List<String> hashtags)