| Package | Description |
|---|---|
| org.gcube.portal.databook.server | |
| org.gcube.portal.databook.shared |
| Modifier and Type | Method and Description |
|---|---|
Comment |
DatabookStore.readCommentById(java.lang.String commentId) |
Comment |
DBCassandraAstyanaxImpl.readCommentById(java.lang.String commentId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Comment> |
DatabookStore.getAllCommentByFeed(java.lang.String feedid)
Deprecated.
use getAllCommentByPost
|
java.util.List<Comment> |
DBCassandraAstyanaxImpl.getAllCommentByFeed(java.lang.String feedid)
Deprecated.
|
java.util.List<Comment> |
DatabookStore.getAllCommentByPost(java.lang.String postid) |
java.util.List<Comment> |
DBCassandraAstyanaxImpl.getAllCommentByPost(java.lang.String postid) |
java.util.List<Comment> |
DatabookStore.getRecentCommentsByUserAndDate(java.lang.String userid,
long timeInMillis) |
java.util.List<Comment> |
DBCassandraAstyanaxImpl.getRecentCommentsByUserAndDate(java.lang.String userid,
long timeInMillis) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DatabookStore.addComment(Comment comment)
add a comment to a feed
|
boolean |
DBCassandraAstyanaxImpl.addComment(Comment comment)
add a comment to a feed
|
boolean |
DatabookStore.editComment(Comment comment)
edit a comment
|
boolean |
DBCassandraAstyanaxImpl.editComment(Comment comment2Edit)
edit a comment
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Comment> |
EnhancedFeed.getComments() |
| Modifier and Type | Method and Description |
|---|---|
int |
Comment.compareTo(Comment toCompare) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnhancedFeed.setComments(java.util.ArrayList<Comment> comments) |
| Constructor and Description |
|---|
EnhancedFeed(Feed feed,
boolean liked,
boolean isUsers,
java.util.ArrayList<Comment> comments) |
EnhancedFeed(Feed feed,
boolean liked,
boolean isUsers,
java.util.ArrayList<Comment> comments,
java.util.ArrayList<Attachment> attachments) |
Copyright © 2022. All rights reserved.