Uses of Class
org.javlo.module.ticket.TicketBean
-
Packages that use TicketBean Package Description org.javlo.module.ticket -
-
Uses of TicketBean in org.javlo.module.ticket
Methods in org.javlo.module.ticket that return TicketBean Modifier and Type Method Description TicketBean
TicketService. getTicket(String id)
Methods in org.javlo.module.ticket that return types with arguments of type TicketBean Modifier and Type Method Description static List<TicketBean>
TicketService. getAllTickets(ContentContext ctx)
Collection<TicketBean>
TicketService. getTickets()
Methods in org.javlo.module.ticket with parameters of type TicketBean Modifier and Type Method Description void
TicketService. updateTicket(ContentContext ctx, TicketBean ticket, boolean updateDate)
-