Uses of Class
com.serinity.forumcontrol.model.Reply
Packages that use Reply
Package
Description
-
Uses of Reply in com.serinity.forumcontrol.controller
Methods in com.serinity.forumcontrol.controller with parameters of type ReplyModifier and TypeMethodDescriptionvoidReplyCardController.setData(Reply reply, ThreadDetailController parentController) -
Uses of Reply in com.serinity.forumcontrol.model
Methods in com.serinity.forumcontrol.model that return ReplyMethods in com.serinity.forumcontrol.model that return types with arguments of type ReplyMethods in com.serinity.forumcontrol.model with parameters of type ReplyModifier and TypeMethodDescriptionvoidvoidvoidReply.removeChild(Reply child) voidThread.removeReply(Reply reply) voidMethod parameters in com.serinity.forumcontrol.model with type arguments of type ReplyModifier and TypeMethodDescriptionvoidReply.setChildren(List<Reply> children) voidThread.setReplies(List<Reply> replies) -
Uses of Reply in com.serinity.forumcontrol.service
Classes in com.serinity.forumcontrol.service that implement interfaces with type arguments of type ReplyMethods in com.serinity.forumcontrol.service that return ReplyMethods in com.serinity.forumcontrol.service that return types with arguments of type ReplyModifier and TypeMethodDescriptionServiceReply.getAll()ServiceReply.getNestedReplies(long parentId) ServiceReply.getTopLevelReplies(long threadId) Methods in com.serinity.forumcontrol.service with parameters of type ReplyModifier and TypeMethodDescriptionvoidvoidvoidMethod parameters in com.serinity.forumcontrol.service with type arguments of type ReplyModifier and TypeMethodDescriptionbooleanServicePdfExport.exportThreadToPdf(Thread thread, List<Reply> replies, String outputPath) Export a thread to PDF