Uses of Class
com.aoindustries.aoserv.client.ticket.Ticket
-
Packages that use Ticket Package Description com.aoindustries.aoserv.client.account com.aoindustries.aoserv.client.ticket -
-
Uses of Ticket in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account that return types with arguments of type Ticket Modifier and Type Method Description List<Ticket>Administrator. getCreatedTickets()List<Ticket>Account. getTickets() -
Uses of Ticket in com.aoindustries.aoserv.client.ticket
Methods in com.aoindustries.aoserv.client.ticket that return Ticket Modifier and Type Method Description TicketTicketTable. get(int pkey)TicketAction. getTicket()TicketAssignment. getTicket()Methods in com.aoindustries.aoserv.client.ticket that return types with arguments of type Ticket Modifier and Type Method Description List<Ticket>TicketTable. getCreatedTickets(Administrator ba)List<Ticket>TicketTable. getTickets(Account business)
-