com.pdftron.collab.db.dao.ReplyDao |
Data Access Object for the annotation reply table
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void | delete(String id) | ||||||||||
abstract void | deleteAll() | ||||||||||
abstract ReplyEntity | getLastReplySync(String annotId) | ||||||||||
abstract
|
getReplies(String annotId)
Gets annotation replies associated with an annotation
| ||||||||||
abstract
|
getReplyReviewState(String annotId) | ||||||||||
abstract ReplyEntity | getReplyReviewStateSync(String annotId) | ||||||||||
abstract ReplyEntity | getReplySync(String id) | ||||||||||
abstract List<ReplyEntity> | getSortedRepliesSync(String annotId) | ||||||||||
abstract void | insert(ReplyEntity replyEntity) | ||||||||||
abstract void | insertReplies(List<ReplyEntity> replyEntities) | ||||||||||
abstract void | update(String id, String contents, int page, Date date) |
Gets annotation replies associated with an annotation
annotId | the unique identifier of the annotation |
---|