| Package | Description |
|---|---|
| org.gcube.portal.databook.server | |
| org.gcube.portal.databook.shared |
| Modifier and Type | Method and Description |
|---|---|
Comment |
DatabookStore.readCommentById(String commentId) |
Comment |
DBCassandraAstyanaxImpl.readCommentById(String commentId) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
DatabookStore.getAllCommentByFeed(String feedid) |
List<Comment> |
DBCassandraAstyanaxImpl.getAllCommentByFeed(String feedid) |
List<Comment> |
DatabookStore.getRecentCommentsByUserAndDate(String userid,
long timeInMillis) |
List<Comment> |
DBCassandraAstyanaxImpl.getRecentCommentsByUserAndDate(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 |
|---|---|
ArrayList<Comment> |
EnhancedFeed.getComments() |
| Modifier and Type | Method and Description |
|---|---|
int |
Comment.compareTo(Comment toCompare) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnhancedFeed.setComments(ArrayList<Comment> comments) |
| Constructor and Description |
|---|
EnhancedFeed(Feed feed,
boolean liked,
boolean isUsers,
ArrayList<Comment> comments) |
EnhancedFeed(Feed feed,
boolean liked,
boolean isUsers,
ArrayList<Comment> comments,
ArrayList<Attachment> attachments) |
Copyright © 2019. All Rights Reserved.