Uses of Class
domain.Staff
Packages that use Staff
Package
Description
-
Uses of Staff in application
Constructors in application with parameters of type StaffModifierConstructorDescriptionInterfaceTicketInfo(javafx.stage.Stage s, Staff user, Ticket ticket) Constructs the ticket information interface. | Construit l'interface d'information d'un ticket. -
Uses of Staff in application.components.message
Constructors in application.components.message with parameters of type StaffModifierConstructorDescriptionMessageBubble(Message m, Staff logUser) MessagePart(Ticket t, Staff logUser) -
Uses of Staff in application.components.staff
Constructors in application.components.staff with parameters of type Staff -
Uses of Staff in application.components.ticket
Constructors in application.components.ticket with parameters of type Staff -
Uses of Staff in Dao
Modifier and TypeMethodDescriptionstatic StaffStaffDao.getStaffMember(int id) Get staff member by id | récupère le staff member avec l'id.static StaffStaffDao.getStaffMember(String username) Get staff member by username | récupère le staff member avec l'username.Modifier and TypeMethodDescriptionStaffDao.getAllStaffMembers()Get all staff member | récupère tout les staff member.Modifier and TypeMethodDescriptionstatic StringStaffDao.createStaffMember(Staff s) Create the staff member in db | Crée le staff member dans la db.static booleanStaffDao.deleteStaffFromDb(Staff s) Delete the staff member in db | Supprime le staff member dans la db.static StringStaffDao.updateStaffMember(Staff s) Update the staff member in db | Met à jour le staff member dans la db. -
Uses of Staff in domain
Modifier and TypeClassDescriptionclassRepresents an administrator user in the system | Représente un utilisateur administrateur dans le système.classRepresents a technician user in the system | Représente un utilisateur technicien dans le système.Modifier and TypeMethodDescriptionstatic StaffChecks login credentials and returns the Staff member | Vérifie les identifiants et retourne le membre du personnel.Message.getAuthor()Returns the author of the message | Retourne l'auteur du message.static StaffStaff.getUserById(int id) Retrieves a staff member by its ID | Récupère un membre du personnel par son identifiant.Modifier and TypeMethodDescriptionContext.getListStaffMembers()Returns the staff members list | Retourne la liste des membres du personnel.