Uses of Class
org.javlo.module.ticket.Comment
-
Packages that use Comment Package Description org.javlo.module.ticket -
-
Uses of Comment in org.javlo.module.ticket
Methods in org.javlo.module.ticket that return types with arguments of type Comment Modifier and Type Method Description List<Comment>
Ticket. getComments()
List<Comment>
TicketBean. getComments()
List<Comment>
TicketUserWrapper. getComments()
Methods in org.javlo.module.ticket with parameters of type Comment Modifier and Type Method Description void
TicketBean. addComments(Comment comment)
Method parameters in org.javlo.module.ticket with type arguments of type Comment Modifier and Type Method Description void
TicketBean. setComments(List<Comment> comments)
-