public interface IAnnotationReplyDataHandler extends IRepository<AnnotationReply>
The interface of annotation replies repository.
Modifier and Type | Method and Description |
---|---|
boolean |
deleteReplyAndChildReplies(long replyId) |
AnnotationReply[] |
getReplies(long annotationId) |
AnnotationReply |
getReply(String guid) |
AnnotationReply getReply(String guid)
AnnotationReply[] getReplies(long annotationId)
boolean deleteReplyAndChildReplies(long replyId)
Copyright © 2018. All rights reserved.