Uses of Class
domain.Technician
Packages that use Technician
Package
Description
-
Uses of Technician in application.components
Constructors in application.components with parameters of type TechnicianModifierConstructorDescriptionNavbar(Technician user, Context context, javafx.stage.Stage stage, javafx.scene.layout.StackPane contentPanel) Technician version. | Version technicien. -
Uses of Technician in application.sections
Constructors in application.sections with parameters of type TechnicianModifierConstructorDescriptionMainPart(Technician user, Context context) Constructor for Technician users. | Constructeur pour les utilisateurs Technicien.TicketPart(Technician technician, javafx.stage.Stage stage, Context context) Technician versionTicketSection(Context context, javafx.stage.Stage stage, Technician technician) Technician display constructor | Constructeur affichage pour Technician. -
Uses of Technician in application.sections.technician
Constructors in application.sections.technician with parameters of type TechnicianModifierConstructorDescriptionTechnicianPart(Technician t, javafx.stage.Stage s, Context c) Constructor for TechnicianPart | Constructeur de la partie interface pour un technicien. -
Uses of Technician in domain
Methods in domain that return TechnicianModifier and TypeMethodDescriptionstatic TechnicianTechnician.getTechncianById(int id) Retrieves a Technician by its unique identifier | Récupère un technicien à partir de son identifiant unique.Ticket.getTechnician()Constructors in domain with parameters of type TechnicianModifierConstructorDescriptionTicket(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.