Package | Description |
---|---|
DAO |
Modifier and Type | Method and Description |
---|---|
Personne |
PersonneDAO.getPersonne(java.lang.String nom,
java.lang.String prenom)
Methode get Personne.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Personne> |
PersonneDAO.getListePersonne()
Permet de récuperer toutes personnes stockés de la table personne par profil
|
Modifier and Type | Method and Description |
---|---|
int |
PersonneDAO.ajouter_profil(Personne personne,
int idprofil)
Methode ajouter Profil.
|
int |
PersonneDAO.inserer_personne(Personne personne)
Methode inserer Personne.
|
int |
PersonneDAO.modifier_personne(Personne personne1,
java.lang.String nom,
java.lang.String prenom)
Methode modifier Personne.
|
int |
PersonneDAO.supprimer_personne(Personne personne)
Methode supprimer Personne.
|