Uses of Class
ece.ing3.java.projet.modele.employe.Docteur
Packages that use Docteur
Package
Description
-
Uses of Docteur in ece.ing3.java.projet.controleur.dialogs.update
Methods in ece.ing3.java.projet.controleur.dialogs.update with parameters of type DocteurModifier and TypeMethodDescriptionstatic DocteurUpdateDialog
DocteurUpdateDialogController.createDialog
(Docteur 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 Docteur in ece.ing3.java.projet.controleur.panels
Methods in ece.ing3.java.projet.controleur.panels that return types with arguments of type DocteurModifier and TypeMethodDescriptionDocteurPanelController.createUpdateDialog
(Docteur existingModel) Créer une nouvelle boîte de dialogue de mise à jour de Docteur.DocteurPanelController.getModelClass()
Récupère la classe de DocteurDocteurPanelController.queryCreateSelector()
Créer un nouveau sélecteur SQL de Docteur.Methods in ece.ing3.java.projet.controleur.panels with parameters of type DocteurModifier and TypeMethodDescriptionDocteurPanelController.createUpdateDialog
(Docteur existingModel) Créer une nouvelle boîte de dialogue de mise à jour de Docteur. -
Uses of Docteur in ece.ing3.java.projet.modele.administration
Methods in ece.ing3.java.projet.modele.administration that return DocteurMethods in ece.ing3.java.projet.modele.administration with parameters of type DocteurModifier and TypeMethodDescriptionvoid
Service.setDirecteur
(Docteur directeur) Modifie le directeur du service -
Uses of Docteur in ece.ing3.java.projet.modele.employe
Methods in ece.ing3.java.projet.modele.employe that return DocteurMethods in ece.ing3.java.projet.modele.employe that return types with arguments of type Docteur -
Uses of Docteur in ece.ing3.java.projet.modele.finders
Methods in ece.ing3.java.projet.modele.finders that return DocteurModifier and TypeMethodDescriptionDocteurFinder.findUnique()
Récupère un unique Docteur répondant aux conditionsMethods in ece.ing3.java.projet.modele.finders that return types with arguments of type Docteur -
Uses of Docteur in ece.ing3.java.projet.modele.hopital
Methods in ece.ing3.java.projet.modele.hopital that return DocteurMethods in ece.ing3.java.projet.modele.hopital with parameters of type Docteur -
Uses of Docteur in ece.ing3.java.projet.vue.components.charts
Constructor parameters in ece.ing3.java.projet.vue.components.charts with type arguments of type Docteur -
Uses of Docteur in ece.ing3.java.projet.vue.dialogs.update
Constructors in ece.ing3.java.projet.vue.dialogs.update with parameters of type DocteurModifierConstructorDescriptionDocteurUpdateDialog
(Docteur model) Créer une nouvelle boîte de dialogue de mise à jour de modèle Docteur. -
Uses of Docteur in ece.ing3.java.projet.vue.panels
Constructor parameters in ece.ing3.java.projet.vue.panels with type arguments of type DocteurModifierConstructorDescriptionDocteurPanel
(TableModel<Docteur> tableModel) Créer un nouveau panneau d'affichage, sélection, recherche et modification de modèle Docteur.