Uses of Class
de.bytestore.hostinger.entity.support.Ticket
Packages that use Ticket
-
Uses of Ticket in de.bytestore.hostinger.handler
Methods in de.bytestore.hostinger.handler that return TicketModifier and TypeMethodDescriptionTicketService.createTicket(User authorIO, String titleIO, TicketPriority priorityIO) Creates a new ticket.Retrieves a ticket object from the database based on the given ID.Methods in de.bytestore.hostinger.handler that return types with arguments of type TicketModifier and TypeMethodDescriptionTicketService.getNewTickets()Retrieves a list of new support tickets from the database.Methods in de.bytestore.hostinger.handler with parameters of type TicketModifier and TypeMethodDescriptionTicketService.createMessage(User user, Ticket ticketIO, String contentIO) Creates a new ticket message.