![]() |
GrOOm
0.2
BTS SNIR LaSalle Avignon 2020
|
Fonctions membres publiques | |
List< Occupant > | getListe () |
Occupant | getOccupant (String nom) |
long | inserer (String nom, String prenom, String fonction) |
int | modifier (int id, Occupant occupant) |
Occupants (Context context) | |
int | supprimer (int id) |
Fonctions membres privées | |
Occupant | cursorToServeur (Cursor c, boolean one) |
Attributs privés | |
SQLiteDatabase | bdd |
GroomBDD | groomBDD |
Définition à la ligne 11 du fichier Occupants.java.
com.example.groom.Occupants.Occupants | ( | Context | context | ) |
Définition à la ligne 16 du fichier Occupants.java.
Références com.example.groom.GroomBDD.getBDD(), et com.example.groom.GroomBDD.open().
|
private |
Définition à la ligne 73 du fichier Occupants.java.
Références com.example.groom.Occupant.setFonction(), com.example.groom.Occupant.setId(), com.example.groom.Occupant.setNom(), et com.example.groom.Occupant.setPrenom().
Référencé par com.example.groom.Occupants.getListe(), et com.example.groom.Occupants.getOccupant().
List<Occupant> com.example.groom.Occupants.getListe | ( | ) |
Définition à la ligne 23 du fichier Occupants.java.
Références com.example.groom.Occupants.cursorToServeur().
Référencé par com.example.groom.IHMConnexion.listerOccupant().
Occupant com.example.groom.Occupants.getOccupant | ( | String | nom | ) |
Définition à la ligne 66 du fichier Occupants.java.
Références com.example.groom.Occupants.cursorToServeur().
Référencé par com.example.groom.IHMConnexion.selectionnerOccupant().
long com.example.groom.Occupants.inserer | ( | String | nom, |
String | prenom, | ||
String | fonction | ||
) |
Définition à la ligne 41 du fichier Occupants.java.
Référencé par com.example.groom.IHMConnexion.initialiserAjoutOccupant().
int com.example.groom.Occupants.modifier | ( | int | id, |
Occupant | occupant | ||
) |
Définition à la ligne 51 du fichier Occupants.java.
Références com.example.groom.Occupant.getFonction(), com.example.groom.Occupant.getNom(), et com.example.groom.Occupant.getPrenom().
int com.example.groom.Occupants.supprimer | ( | int | id | ) |
Définition à la ligne 61 du fichier Occupants.java.
Référencé par com.example.groom.IHMConnexion.initialiserRetraitOccupant().
|
private |
Définition à la ligne 14 du fichier Occupants.java.
|
private |
Définition à la ligne 13 du fichier Occupants.java.