Uses of Class
ece.ing3.java.projet.modele.employe.Infirmier
Packages that use Infirmier
Package
Description
-
Uses of Infirmier in ece.ing3.java.projet.controleur.dialogs.update
Methods in ece.ing3.java.projet.controleur.dialogs.update with parameters of type InfirmierModifier and TypeMethodDescriptionstatic InfirmierUpdateDialog
InfirmierUpdateDialogController.createDialog
(Infirmier existingModel, DialogListener listener) Instancie une nouvelle boîte de dialogue de mise à jour et l'initialise auprès d'un nouveau contrôleur. -
Uses of Infirmier in ece.ing3.java.projet.controleur.panels
Methods in ece.ing3.java.projet.controleur.panels that return types with arguments of type InfirmierModifier and TypeMethodDescriptionInfirmierPanelController.createUpdateDialog
(Infirmier existingModel) Créer une nouvelle boîte de dialogue de mise à jour d'Infirmier.InfirmierPanelController.getModelClass()
Récupère la classe d'InfirmierInfirmierPanelController.queryCreateSelector()
Créer un nouveau sélecteur SQL d'Infirmier.Methods in ece.ing3.java.projet.controleur.panels with parameters of type InfirmierModifier and TypeMethodDescriptionInfirmierPanelController.createUpdateDialog
(Infirmier existingModel) Créer une nouvelle boîte de dialogue de mise à jour d'Infirmier. -
Uses of Infirmier in ece.ing3.java.projet.modele.administration
Methods in ece.ing3.java.projet.modele.administration that return types with arguments of type InfirmierModifier and TypeMethodDescriptionService.getInfirmiersRattaches()
Récupère les infirmiers rattachés au service -
Uses of Infirmier in ece.ing3.java.projet.modele.employe
Methods in ece.ing3.java.projet.modele.employe that return InfirmierMethods in ece.ing3.java.projet.modele.employe that return types with arguments of type Infirmier -
Uses of Infirmier in ece.ing3.java.projet.modele.finders
Methods in ece.ing3.java.projet.modele.finders that return InfirmierModifier and TypeMethodDescriptionInfirmierFinder.findUnique()
Récupère un unique Infirmier répondant aux conditionsMethods in ece.ing3.java.projet.modele.finders that return types with arguments of type Infirmier -
Uses of Infirmier in ece.ing3.java.projet.modele.hopital
Methods in ece.ing3.java.projet.modele.hopital that return InfirmierModifier and TypeMethodDescriptionChambre.getSurveillant()
Récupère l'infirmier surveillant la chambreMethods in ece.ing3.java.projet.modele.hopital with parameters of type InfirmierModifier and TypeMethodDescriptionvoid
Chambre.setSurveillant
(Infirmier surveillant) Modifie l'infirmier surveillant la chambre -
Uses of Infirmier in ece.ing3.java.projet.vue.components.charts
Constructor parameters in ece.ing3.java.projet.vue.components.charts with type arguments of type InfirmierModifierConstructorDescriptionBarChartSalaires
(List<Infirmier> malisteinfirmier) PieChart2DInfirmier
(List<Infirmier> malisteinfirmier) PieChart2DRotations
(List<Infirmier> malisteinfirmier) -
Uses of Infirmier in ece.ing3.java.projet.vue.dialogs.update
Constructors in ece.ing3.java.projet.vue.dialogs.update with parameters of type InfirmierModifierConstructorDescriptionInfirmierUpdateDialog
(Infirmier model) Créer une nouvelle boîte de dialogue de mise à jour de modèle Infirmier. -
Uses of Infirmier in ece.ing3.java.projet.vue.panels
Constructor parameters in ece.ing3.java.projet.vue.panels with type arguments of type InfirmierModifierConstructorDescriptionInfirmierPanel
(TableModel<Infirmier> tableModel) Créer un nouveau panneau d'affichage, sélection, recherche et modification de modèle Infirmier.