Uses of Class
ece.ing3.java.projet.modele.hopital.Chambre
Packages that use Chambre
Package
Description
-
Uses of Chambre in ece.ing3.java.projet.controleur.dialogs.update
Methods in ece.ing3.java.projet.controleur.dialogs.update with parameters of type ChambreModifier and TypeMethodDescriptionstatic ChambreUpdateDialog
ChambreUpdateDialogController.createDialog
(Chambre 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 Chambre in ece.ing3.java.projet.controleur.panels
Methods in ece.ing3.java.projet.controleur.panels that return types with arguments of type ChambreModifier and TypeMethodDescriptionChambrePanelController.createUpdateDialog
(Chambre existingModel) Créer une nouvelle boîte de dialogue de mise à jour de Chambre.ChambrePanelController.getModelClass()
Récupère la classe de ChambreChambrePanelController.queryCreateSelector()
Methods in ece.ing3.java.projet.controleur.panels with parameters of type ChambreModifier and TypeMethodDescriptionChambrePanelController.createUpdateDialog
(Chambre existingModel) Créer une nouvelle boîte de dialogue de mise à jour de Chambre. -
Uses of Chambre in ece.ing3.java.projet.modele.administration
Methods in ece.ing3.java.projet.modele.administration that return types with arguments of type ChambreModifier and TypeMethodDescriptionService.getChambresRattachees()
Récupère les chambres rattachées au service -
Uses of Chambre in ece.ing3.java.projet.modele.employe
Methods in ece.ing3.java.projet.modele.employe that return types with arguments of type ChambreModifier and TypeMethodDescriptionInfirmier.getChambresSurveillees()
Récupère les chambres surveillées par l'infirmier -
Uses of Chambre in ece.ing3.java.projet.modele.finders
Methods in ece.ing3.java.projet.modele.finders that return ChambreModifier and TypeMethodDescriptionChambreFinder.findUnique()
Récupère une unique Chambre répondant aux conditionsMethods in ece.ing3.java.projet.modele.finders that return types with arguments of type Chambre -
Uses of Chambre in ece.ing3.java.projet.modele.hopital
Methods in ece.ing3.java.projet.modele.hopital that return ChambreModifier and TypeMethodDescriptionstatic Chambre
Recherche une chambre de numéro et code service spécifiqueHospitalisation.getChambre()
Récupère la chambre liée à l'hospitalisationMethods in ece.ing3.java.projet.modele.hopital that return types with arguments of type ChambreMethods in ece.ing3.java.projet.modele.hopital with parameters of type ChambreModifier and TypeMethodDescriptionvoid
Hospitalisation.setChambre
(Chambre chambre) Modifie la chambre liée à l'hospitalisation -
Uses of Chambre in ece.ing3.java.projet.vue.components.charts
Constructor parameters in ece.ing3.java.projet.vue.components.charts with type arguments of type Chambre -
Uses of Chambre in ece.ing3.java.projet.vue.dialogs.update
Constructors in ece.ing3.java.projet.vue.dialogs.update with parameters of type ChambreModifierConstructorDescriptionChambreUpdateDialog
(Chambre model) Créer une nouvelle boîte de dialogue de mise à jour de modèle Chambre. -
Uses of Chambre in ece.ing3.java.projet.vue.panels
Constructor parameters in ece.ing3.java.projet.vue.panels with type arguments of type ChambreModifierConstructorDescriptionChambrePanel
(TableModel<Chambre> tableModel) Créer un nouveau panneau d'affichage, sélection, recherche et modification de modèle Chambre.