|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comment | |
---|---|
org.gcube.portal.databook.server | |
org.gcube.portal.databook.shared |
Uses of Comment in org.gcube.portal.databook.server |
---|
Methods in org.gcube.portal.databook.server that return types with arguments of type Comment | |
---|---|
List<Comment> |
DBCassandraAstyanaxImpl.getAllCommentByFeed(String feedid)
|
List<Comment> |
DatabookStore.getAllCommentByFeed(String feedid)
|
Methods in org.gcube.portal.databook.server with parameters of type Comment | |
---|---|
boolean |
DBCassandraAstyanaxImpl.addComment(Comment comment)
add a comment to a feed |
boolean |
DatabookStore.addComment(Comment comment)
add a comment to a feed |
boolean |
DBCassandraAstyanaxImpl.editComment(Comment comment2Edit)
edit a comment |
boolean |
DatabookStore.editComment(Comment comment)
edit a comment |
Uses of Comment in org.gcube.portal.databook.shared |
---|
Methods in org.gcube.portal.databook.shared with parameters of type Comment | |
---|---|
int |
Comment.compareTo(Comment toCompare)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |