| Package | Description |
|---|---|
| org.gcube.portal.databook.server |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DBCassandraAstyanaxImpl.deleteComment(String commentid,
String feedid)
delete a comment
|
boolean |
DatabookStore.deleteComment(String commentid,
String feedid)
delete a comment
|
boolean |
DBCassandraAstyanaxImpl.deleteHashTagsComment(String commentId,
String vreid,
List<String> hashtags) |
boolean |
DatabookStore.deleteHashTagsComment(String commentId,
String vreid,
List<String> hashtags) |
boolean |
DBCassandraAstyanaxImpl.editComment(Comment comment2Edit)
edit a comment
|
boolean |
DatabookStore.editComment(Comment comment)
edit a comment
|
Comment |
DBCassandraAstyanaxImpl.readCommentById(String commentId) |
Comment |
DatabookStore.readCommentById(String commentId) |
boolean |
DBCassandraAstyanaxImpl.saveHashTagsComment(String commentId,
String vreid,
List<String> hashtags) |
boolean |
DatabookStore.saveHashTagsComment(String commentId,
String vreid,
List<String> hashtags) |
Copyright © 2018. All Rights Reserved.