Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- Calendrier - Class in VaxTodo.Models
-
Deprecated.Not currently used
- Calendrier() - Constructor for class VaxTodo.Models.Calendrier
-
Deprecated.
- Calendrier(int, String, String) - Constructor for class VaxTodo.Models.Calendrier
-
Deprecated.
- CallMain - Class in Unnamed Package
-
Dumb class used to only call VaxTodo main function Is needed to have a jar and an executable file of the program
- CallMain() - Constructor for class CallMain
- cancelButton - Variable in class VaxTodo.Controllers.ControllerLogin_Test
- cbFirstDose - Variable in class VaxTodo.Controllers.ControllerMenuGestionFormulaires
- cbGotVaccinated - Variable in class VaxTodo.Controllers.ControllerMenuGestionFormulaires
- cbHadCovid - Variable in class VaxTodo.Controllers.ControllerMenuGestionFormulaires
- cbHasAllergies - Variable in class VaxTodo.Controllers.ControllerMenuGestionFormulaires
- cbHasCovidSymptoms - Variable in class VaxTodo.Controllers.ControllerMenuGestionFormulaires
- cbTypeDose - Variable in class VaxTodo.Controllers.ControllerMenuGestionCalendrier
- cbTypeDose - Variable in class VaxTodo.Controllers.ControllerMenuGestionFormulaires
- cbTypeVaccin - Variable in class VaxTodo.Controllers.ControllerMenuGestionFormulaires
- changeDataListBenevoles(EnumTypeCRUD, Benevole_OLD_OLD, String, boolean) - Method in class VaxTodo.Views.CommandLine.MenuGestionBenevoles
-
Deprecated.
- changeDataListEmployes(EnumTypeCRUD, Employe, String, boolean) - Method in class VaxTodo.Views.CommandLine.MenuGestionEmployes
-
Deprecated.
- changeDataListRendezVous(EnumTypeCRUD, RendezVous, String, boolean) - Method in class VaxTodo.Views.CommandLine.MenuGestionRendezVous
-
Deprecated.
- changeDataListVisiteurs(EnumTypeCRUD, Visiteur, String, boolean) - Method in class VaxTodo.Views.CommandLine.MenuGestionVisiteurs
-
Deprecated.
- charEmail - Static variable in class VaxTodo.Views.Interface.Models.MaskedTextField
- CharFromInputField(char, char) - Constructor for class VaxTodo.Views.Interface.Models.MaskedTextField.CharFromInputField
- charInputFieldToMask - Variable in class VaxTodo.Views.Interface.Models.MaskedTextField.CharFromInputField
- charLetters - Static variable in class VaxTodo.Views.Interface.Models.MaskedTextField
- charLetters - Static variable in class VaxTodo.Views.Interface.Models.TestMaskedTextField
- charLettersNumbers - Static variable in class VaxTodo.Views.Interface.Models.MaskedTextField
- charLettersNumbers - Static variable in class VaxTodo.Views.Interface.Models.TestMaskedTextField
- charMask - Static variable in class VaxTodo.Views.Interface.Models.TestMaskedTextField
- charMaskFromFXML - Variable in class VaxTodo.Views.Interface.Models.MaskedTextField.CharFromInputField
- charNoAss - Static variable in class VaxTodo.Views.Interface.Models.MaskedTextField
- charNumbers - Static variable in class VaxTodo.Views.Interface.Models.MaskedTextField
- charNumbers - Static variable in class VaxTodo.Views.Interface.Models.TestMaskedTextField
- charPostalCode - Static variable in class VaxTodo.Views.Interface.Models.MaskedTextField
- charToMask - Static variable in class VaxTodo.Views.Interface.Models.MaskedTextField
- checkAccountInfo(EnumTypePersonne, long) - Method in class VaxTodo.Controllers.ControllerForgotPasswd
- checkAllValuesEqualsExactly() - Method in class VaxTodo.Models.BenevoleTest
- checkCredentials(EnumTypePersonne, int, String) - Method in class VaxTodo.Controllers.ControllerLogin
- checkCredentials(EnumTypePersonne, int, String) - Method in class VaxTodo.Views.CommandLine.CliLogin
-
Deprecated.
- checkCredentials(EnumTypePersonne, String, String) - Method in class VaxTodo.Views.CommandLine.CliLogin
-
Deprecated.
- checkDecryption() - Method in class VaxTodo.Models.AES_GCM_AthenticationTest
- checkEncryption() - Method in class VaxTodo.Models.AES_GCM_AthenticationTest
- checkHeritage() - Method in class VaxTodo.Models.FormulaireTest
- checkNoCompteOnly() - Method in class VaxTodo.Models.BenevoleTest
- clearAllFields(boolean...) - Method in class VaxTodo.Controllers.ControllerMenuGestionBenevoles
- clearAllFields(boolean...) - Method in class VaxTodo.Controllers.ControllerMenuGestionCalendrier
- clearAllFields(boolean...) - Method in class VaxTodo.Controllers.ControllerMenuGestionEmployes
- clearAllFields(boolean...) - Method in class VaxTodo.Controllers.ControllerMenuGestionFormulaires
- clearAllFields(boolean...) - Method in class VaxTodo.Controllers.ControllerMenuGestionVisiteurs
- CliLogin - Class in VaxTodo.Views.CommandLine
-
Deprecated.Old Command Line Interface, not needed since App supports JavaFx views
- CliLogin() - Constructor for class VaxTodo.Views.CommandLine.CliLogin
-
Deprecated.
- Config - Class in VaxTodo.Configs
-
Holds main configurations variables that are staticly used throughout the whole project
- Config() - Constructor for class VaxTodo.Configs.Config
- consulterCalendrier() - Method in class VaxTodo.Models.Calendrier
-
Deprecated.
- ControllerForgotPasswd - Class in VaxTodo.Controllers
-
Controller of Interface ViewMenuForgotPasswd.fxml Let the user displays account informations (username and password) when they input a valid account number of either Employe or Benevole
- ControllerForgotPasswd() - Constructor for class VaxTodo.Controllers.ControllerForgotPasswd
- ControllerLogin - Class in VaxTodo.Controllers
-
Controller of Interface ViewMenuLogin.fxml Reads input and then connects to either Employe account or Benevole account depending on the fields used
- ControllerLogin() - Constructor for class VaxTodo.Controllers.ControllerLogin
- ControllerLogin_Test - Class in VaxTodo.Controllers
- ControllerLogin_Test() - Constructor for class VaxTodo.Controllers.ControllerLogin_Test
- ControllerMenuBenevole - Class in VaxTodo.Controllers
-
Controller of Interface ViewMenuBenevoles.fxml Display Main Menu of Benevole and what a Benevole account can do with the app
- ControllerMenuBenevole() - Constructor for class VaxTodo.Controllers.ControllerMenuBenevole
- ControllerMenuEmploye - Class in VaxTodo.Controllers
-
Controller of Interface ViewMenuEmployes.fxml Displays data from csv file to interface and saves data from interface to csv file
- ControllerMenuEmploye() - Constructor for class VaxTodo.Controllers.ControllerMenuEmploye
- ControllerMenuGestionBenevoles - Class in VaxTodo.Controllers
-
Controller of Interface ViewMenuGestionBenevoles.fxml Displays data from csv file to interface and saves data from interface to csv file Let the user add, modify or delete Benevole accounts
- ControllerMenuGestionBenevoles() - Constructor for class VaxTodo.Controllers.ControllerMenuGestionBenevoles
- ControllerMenuGestionBenevoles.ReturnGetBenevoleFromTextFields - Class in VaxTodo.Controllers
- ControllerMenuGestionCalendrier - Class in VaxTodo.Controllers
-
Controller of Interface ViewMenuGestionCalendrier.fxml Displays data from csv file to interface and saves data from interface to csv file Let the user add, modify or delete Visites Planifiées
- ControllerMenuGestionCalendrier() - Constructor for class VaxTodo.Controllers.ControllerMenuGestionCalendrier
- ControllerMenuGestionCalendrier.ReturnGetVisiteFromTextFields - Class in VaxTodo.Controllers
- ControllerMenuGestionEmployes - Class in VaxTodo.Controllers
-
Controller of Interface ViewMenuGestionEmployes.fxml Displays data from csv file to interface and saves data from interface to csv file Let the user add, modify or delete Employe accounts
- ControllerMenuGestionEmployes() - Constructor for class VaxTodo.Controllers.ControllerMenuGestionEmployes
- ControllerMenuGestionEmployes.ReturnGetEmployeFromTextFields - Class in VaxTodo.Controllers
- ControllerMenuGestionFormulaires - Class in VaxTodo.Controllers
-
Controller of Interface ViewMenuGestionFormulaires.fxml Displays data from csv file to interface and saves data from interface to csv file Let the user add, modify or delete Formulaires survey
- ControllerMenuGestionFormulaires() - Constructor for class VaxTodo.Controllers.ControllerMenuGestionFormulaires
- ControllerMenuGestionFormulaires.ReturnGetFormulaireFromTextFields - Class in VaxTodo.Controllers
- ControllerMenuGestionVisiteurs - Class in VaxTodo.Controllers
-
Controller of Interface ViewMenuGestionVisiteurs.fxml Displays data from csv file to interface and saves data from interface to csv file Let the user add, modify or delete Visiteurs accounts
- ControllerMenuGestionVisiteurs() - Constructor for class VaxTodo.Controllers.ControllerMenuGestionVisiteurs
- ControllerMenuGestionVisiteurs.ReturnGetVisiteurFromTextFields - Class in VaxTodo.Controllers
- ControllerMenusNaviguation - Class in VaxTodo.Controllers
-
Controller used to navigate between menus
- ControllerMenusNaviguation() - Constructor for class VaxTodo.Controllers.ControllerMenusNaviguation
- ControllerMenusNaviguation.MenuInfos - Class in VaxTodo.Controllers
- controllerParent - Variable in class VaxTodo.Controllers.ControllerMenusNaviguation.MenuInfos
- ControllerParent - Class in VaxTodo.Controllers
-
Deprecated.Will soon be deprecated since it is not that really usefull right now ¯\_(ツ)_/¯
- ControllerParent() - Constructor for class VaxTodo.Controllers.ControllerParent
-
Deprecated.
- CREATE - Enum constant in enum class VaxTodo.Models.EnumTypeCRUD
- crudAccountInfos(EnumTypeMenuInterface) - Method in class VaxTodo.Controllers.ControllerMenuGestionBenevoles
- crudAccountInfos(EnumTypeMenuInterface) - Method in class VaxTodo.Controllers.ControllerMenuGestionCalendrier
- crudAccountInfos(EnumTypeMenuInterface) - Method in class VaxTodo.Controllers.ControllerMenuGestionEmployes
- crudAccountInfos(EnumTypeMenuInterface) - Method in class VaxTodo.Controllers.ControllerMenuGestionFormulaires
- crudAccountInfos(EnumTypeMenuInterface) - Method in class VaxTodo.Controllers.ControllerMenuGestionVisiteurs
- crudDataListBenevoles(Logger, EnumTypeCRUD, Benevole, boolean...) - Static method in class VaxTodo.Models.Benevole
- crudDataListEmployes(Logger, EnumTypeCRUD, Employe, boolean...) - Static method in class VaxTodo.Models.Employe
- crudDataListEntrevues(EnumTypeCRUD, Visiteur, String, boolean, Entrevue...) - Method in class VaxTodo.Views.CommandLine.MenuGestionVisiteurs
-
Deprecated.
- crudDataListFormulaires(Logger, EnumTypeCRUD, Visiteur, boolean...) - Static method in class VaxTodo.Models.Formulaire
- crudDataListVisites(Logger, EnumTypeCRUD, Visite, boolean...) - Static method in class VaxTodo.Models.Visite
- crudDataListVisiteurs(Logger, EnumTypeCRUD, Visiteur, boolean...) - Static method in class VaxTodo.Models.Visiteur
- crudREAD - Variable in class VaxTodo.Controllers.ControllerMenuGestionFormulaires
- currentListViewSelectedBenevole - Variable in class VaxTodo.Controllers.ControllerMenuGestionBenevoles
- currentListViewSelectedEmploye - Variable in class VaxTodo.Controllers.ControllerMenuGestionEmployes
- currentListViewSelectedFormulaire - Variable in class VaxTodo.Controllers.ControllerMenuGestionFormulaires
- currentListViewSelectedVisite - Variable in class VaxTodo.Controllers.ControllerMenuGestionCalendrier
- currentListViewSelectedVisiteur - Variable in class VaxTodo.Controllers.ControllerMenuGestionVisiteurs
- currentUserIntCodeIdentification - Variable in class VaxTodo.Controllers.ControllerLogin
- currentUserIntCodeIdentification - Variable in class VaxTodo.Controllers.ControllerMenuBenevole
- currentUserIntCodeIdentification - Variable in class VaxTodo.Controllers.ControllerMenuEmploye
- currentUserIntCodeIdentification - Variable in class VaxTodo.Controllers.ControllerMenuGestionBenevoles
- currentUserIntCodeIdentification - Variable in class VaxTodo.Controllers.ControllerMenuGestionCalendrier
- currentUserIntCodeIdentification - Variable in class VaxTodo.Controllers.ControllerMenuGestionEmployes
- currentUserIntCodeIdentification - Variable in class VaxTodo.Controllers.ControllerMenuGestionFormulaires
- currentUserIntCodeIdentification - Variable in class VaxTodo.Controllers.ControllerMenuGestionVisiteurs
- currentUserIntCodeIdentification - Variable in class VaxTodo.Views.CommandLine.CliLogin
-
Deprecated.
- currentUserIntCodeIdentification - Variable in class VaxTodo.Views.CommandLine.MenuCalendrier
-
Deprecated.
- currentUserIntCodeIdentification - Variable in class VaxTodo.Views.CommandLine.MenuEmploye
-
Deprecated.
- currentUserIntCodeIdentification - Variable in class VaxTodo.Views.CommandLine.MenuGestionBenevoles
-
Deprecated.
- currentUserIntCodeIdentification - Variable in class VaxTodo.Views.CommandLine.MenuGestionEmployes
-
Deprecated.
- currentUserIntCodeIdentification - Variable in class VaxTodo.Views.CommandLine.MenuGestionRendezVous
-
Deprecated.
- currentUserIntCodeIdentification - Variable in class VaxTodo.Views.CommandLine.MenuGestionVisiteurs
-
Deprecated.
- currentUserLngNoCompte - Variable in class VaxTodo.Controllers.ControllerLogin
- currentUserLngNoCompte - Variable in class VaxTodo.Controllers.ControllerMenuBenevole
- currentUserLngNoCompte - Variable in class VaxTodo.Controllers.ControllerMenuEmploye
- currentUserLngNoCompte - Variable in class VaxTodo.Controllers.ControllerMenuGestionBenevoles
- currentUserLngNoCompte - Variable in class VaxTodo.Controllers.ControllerMenuGestionCalendrier
- currentUserLngNoCompte - Variable in class VaxTodo.Controllers.ControllerMenuGestionEmployes
- currentUserLngNoCompte - Variable in class VaxTodo.Controllers.ControllerMenuGestionFormulaires
- currentUserLngNoCompte - Variable in class VaxTodo.Controllers.ControllerMenuGestionVisiteurs
- currentUserLngNoCompte - Variable in class VaxTodo.Views.CommandLine.CliLogin
-
Deprecated.
- currentUserLngNoCompte - Variable in class VaxTodo.Views.CommandLine.MenuCalendrier
-
Deprecated.
- currentUserLngNoCompte - Variable in class VaxTodo.Views.CommandLine.MenuEmploye
-
Deprecated.
- currentUserLngNoCompte - Variable in class VaxTodo.Views.CommandLine.MenuGestionBenevoles
-
Deprecated.
- currentUserLngNoCompte - Variable in class VaxTodo.Views.CommandLine.MenuGestionEmployes
-
Deprecated.
- currentUserLngNoCompte - Variable in class VaxTodo.Views.CommandLine.MenuGestionRendezVous
-
Deprecated.
- currentUserLngNoCompte - Variable in class VaxTodo.Views.CommandLine.MenuGestionVisiteurs
-
Deprecated.
- currentUserStrFullName - Variable in class VaxTodo.Controllers.ControllerLogin
- currentUserStrFullName - Variable in class VaxTodo.Controllers.ControllerMenuBenevole
- currentUserStrFullName - Variable in class VaxTodo.Controllers.ControllerMenuEmploye
- currentUserStrFullName - Variable in class VaxTodo.Controllers.ControllerMenuGestionBenevoles
- currentUserStrFullName - Variable in class VaxTodo.Controllers.ControllerMenuGestionCalendrier
- currentUserStrFullName - Variable in class VaxTodo.Controllers.ControllerMenuGestionEmployes
- currentUserStrFullName - Variable in class VaxTodo.Controllers.ControllerMenuGestionFormulaires
- currentUserStrFullName - Variable in class VaxTodo.Controllers.ControllerMenuGestionVisiteurs
All Classes and Interfaces|All Packages|Constant Field Values