public class CommentClient extends BaseClient
| Constructor and Description |
|---|
CommentClient() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
addCommentLib(org.gcube.portal.databook.shared.Comment comment) |
boolean |
deleteCommentLib(String commentid,
String postid) |
Boolean |
editCommentLib(org.gcube.portal.databook.shared.Comment comment) |
List<org.gcube.portal.databook.shared.Comment> |
getAllCommentsByPostIdLib(String postid) |
List<org.gcube.portal.databook.shared.Comment> |
getRecentCommentsByUserAndDateLib(String userid,
long timeInMillis) |
org.gcube.portal.databook.shared.Comment |
readCommentByIdLib(String commentid) |
getServiceEndpointpublic Boolean addCommentLib(org.gcube.portal.databook.shared.Comment comment)
public org.gcube.portal.databook.shared.Comment readCommentByIdLib(String commentid)
public List<org.gcube.portal.databook.shared.Comment> getAllCommentsByPostIdLib(String postid)
public List<org.gcube.portal.databook.shared.Comment> getRecentCommentsByUserAndDateLib(String userid, long timeInMillis)
public Boolean editCommentLib(org.gcube.portal.databook.shared.Comment comment)
Copyright © 2023. All rights reserved.