Uses of Class
ece.ing3.java.projet.modele.administration.Service
Packages that use Service
Package
Description
-
Uses of Service in ece.ing3.java.projet.controleur.dialogs.update
Methods in ece.ing3.java.projet.controleur.dialogs.update with parameters of type ServiceModifier and TypeMethodDescriptionstatic ServiceUpdateDialog
ServiceUpdateDialogController.createDialog
(Service 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 Service in ece.ing3.java.projet.controleur.panels
Methods in ece.ing3.java.projet.controleur.panels that return types with arguments of type ServiceModifier and TypeMethodDescriptionServicePanelController.createUpdateDialog
(Service existingModel) Créer une nouvelle boîte de dialogue de mise à jour de Service.ServicePanelController.getModelClass()
Récupère la classe de ServiceServicePanelController.queryCreateSelector()
Methods in ece.ing3.java.projet.controleur.panels with parameters of type ServiceModifier and TypeMethodDescriptionServicePanelController.createUpdateDialog
(Service existingModel) Créer une nouvelle boîte de dialogue de mise à jour de Service. -
Uses of Service in ece.ing3.java.projet.modele.administration
Methods in ece.ing3.java.projet.modele.administration that return ServiceMethods in ece.ing3.java.projet.modele.administration that return types with arguments of type Service -
Uses of Service in ece.ing3.java.projet.modele.employe
Methods in ece.ing3.java.projet.modele.employe that return ServiceModifier and TypeMethodDescriptionInfirmier.getService()
Récupère le service auquel est rattaché l'infirmierMethods in ece.ing3.java.projet.modele.employe that return types with arguments of type ServiceModifier and TypeMethodDescriptionDocteur.getServicesDiriges()
Récupère les services dirigés par le docteurMethods in ece.ing3.java.projet.modele.employe with parameters of type ServiceModifier and TypeMethodDescriptionvoid
Infirmier.setService
(Service service) Modifie le service auquel est rattaché l'infirmier -
Uses of Service in ece.ing3.java.projet.modele.finders
Methods in ece.ing3.java.projet.modele.finders that return ServiceModifier and TypeMethodDescriptionServiceFinder.findUnique()
Récupère un unique Service répondant aux conditionsMethods in ece.ing3.java.projet.modele.finders that return types with arguments of type Service -
Uses of Service in ece.ing3.java.projet.modele.hopital
Methods in ece.ing3.java.projet.modele.hopital that return ServiceModifier and TypeMethodDescriptionHospitalisation.getService()
Récupère le service lié à l'hospitalisationChambre.getServiceRattache()
Récupère le service auquel est rattaché la chambreMethods in ece.ing3.java.projet.modele.hopital with parameters of type ServiceModifier and TypeMethodDescriptionvoid
Hospitalisation.setService
(Service service) Modifie le service lié à l'hospitalisationvoid
Chambre.setServiceRattache
(Service service) Modifie le service auquel est rattaché la chambre -
Uses of Service in ece.ing3.java.projet.vue.dialogs.update
Constructors in ece.ing3.java.projet.vue.dialogs.update with parameters of type ServiceModifierConstructorDescriptionServiceUpdateDialog
(Service model) Créer une nouvelle boîte de dialogue de mise à jour de modèle Service. -
Uses of Service in ece.ing3.java.projet.vue.panels
Constructor parameters in ece.ing3.java.projet.vue.panels with type arguments of type ServiceModifierConstructorDescriptionServicePanel
(TableModel<Service> tableModel) Créer un nouveau panneau d'affichage, sélection, recherche et modification de modèle Service.