Uses of Class
domain.Ticket
Packages that use Ticket
Package
Description
-
Uses of Ticket in application
Constructors in application with parameters of type TicketModifierConstructorDescriptionInterfaceTicketInfo(javafx.stage.Stage s, Staff user, Ticket ticket) Constructs the ticket information interface. | Construit l'interface d'information d'un ticket. -
Uses of Ticket in application.components.message
Constructors in application.components.message with parameters of type Ticket -
Uses of Ticket in application.components.ticket
Constructors in application.components.ticket with parameters of type Ticket -
Uses of Ticket in Dao
Modifier and TypeMethodDescriptionstatic TicketTicketDao.getTicket(int id) Get ticket by id | récupère le ticket avec l'id.Modifier and TypeMethodDescriptionTicketDao.getAllTicket()Get all tickets | récupère tout les tickets.Modifier and TypeMethodDescriptionstatic intTicketDao.createTicketInDb(Ticket newTicket) Create a tickets in database | Crée un ticket dans la base de données.static voidTicketDao.updateTicket(Ticket t) Update a tickets in database | Met à jour un ticket dans la base de données. -
Uses of Ticket in domain
Modifier and TypeMethodDescriptionMessage.getTicket()Returns the ticket associated with this message | Retourne le ticket associé à ce message.Modifier and TypeMethodDescriptionContext.getListTickets()Returns the ticket list | Retourne la liste des tickets.