Uses of Class
domain.Machine
Packages that use Machine
Package
Description
-
Uses of Machine in application
Constructors in application with parameters of type MachineModifierConstructorDescriptionInterfaceMachineInfo(javafx.stage.Stage s, Machine m, Context c) Constructs the machine information interface. | Construit l'interface d'information d'une machine. -
Uses of Machine in application.components
Constructors in application.components with parameters of type Machine -
Uses of Machine in application.components.machine
Constructors in application.components.machine with parameters of type Machine -
Uses of Machine in application.sections.admin
Classes in application.sections.admin with type parameters of type MachineModifier and TypeClassDescriptionclassMachinesParts<M extends Machine>Displays a machine dashboard of the type passed as a parameter | Affiche un dashboard de machine du type passé en paramètre. -
Uses of Machine in Dao
Modifier and TypeMethodDescriptionstatic MachineMachineDao.getMachine(int id) Create a machine in the database | Crée une machine dans la db.Modifier and TypeMethodDescriptionMachineDao.getAllMachines()Get all machine from db | récupère toutes les machines depuis la base de donnéesModifier and TypeMethodDescriptionstatic booleanMachineDao.CreateMachineInDb(Machine m) Create a machine in the database | Crée une machine dans la db.static booleanMachineDao.deleteMachine(Machine m) Delete machine in database | Supprime une machine en dbstatic StringMachineDao.updateMachineDb(Machine m) Update machine in database | met à jour une machine en db -
Uses of Machine in domain
Modifier and TypeClassDescriptionclassRepresents a compute machine this class specializes a Machine for computing purposes | Représente une machine de type calcul (compute) cette classe spécialise une Machine pour des usages de calcul.classRepresents a firewall network machine | Représente une machine réseau de type pare-feu.classRepresents a GPU-enabled compute machine | Représente une machine de calcul spécialisé sur les GPU.classRepresents a network machine (Switch, Router, Firewall, etc.) | Représente une machine réseau (Switch, Router, Firewall, etc.).classRepresents a Router in the network | Représente un routeur dans le réseau.classRepresents a storage machine in the system | Représente une machine de stockage dans le système.classRepresents a network switch in the system | Représente un switch réseau dans le système.Modifier and TypeMethodDescriptionstatic MachineMachine.getMachine(int id) Retrieves a machine by its ID | Récupère une machine à partir de son identifiant.Ticket.getMachine()Modifier and TypeMethodDescriptionContext.getMachines()Returns the machine list | Retourne la liste des machines.ModifierConstructorDescriptionTicket(int id, Machine m, Admin creator, Technician technician, String title, String description, String status, LocalDateTime open_at, LocalDateTime closed_at) Creates a Ticket instance with explicit values | Crée une instance Ticket à partir de valeurs explicites.