Uses of Class
org.nustaq.kontraktor.apputil.comments.CommentRecord
| Package | Description |
|---|---|
| org.nustaq.kontraktor.apputil.comments |
-
Uses of CommentRecord in org.nustaq.kontraktor.apputil.comments
Methods in org.nustaq.kontraktor.apputil.comments that return CommentRecord Modifier and Type Method Description CommentRecordCommentRecord. children(java.util.List<org.nustaq.reallive.api.Record> children)CommentRecordCommentRecord. delChildNode(java.lang.String commentId)CommentRecordCommentRecord. down(int down)CommentRecordCommentRecord. findChildNode(java.lang.String nodeId)CommentRecordCommentRecord. findParent(java.lang.String childId)CommentRecordCommentRecord. up(int up)Methods in org.nustaq.kontraktor.apputil.comments that return types with arguments of type CommentRecord Modifier and Type Method Description java.util.List<CommentRecord>CommentRecord. getChildCommentRecords()default org.nustaq.kontraktor.IPromise<CommentRecord>CommentsSessionMixin. getParentComment(java.lang.String commentTreeKey, java.lang.String subCommentId)Methods in org.nustaq.kontraktor.apputil.comments with parameters of type CommentRecord Modifier and Type Method Description voidCommentRecord. addChild(CommentRecord cRecord)