Uses of Class
tl1.maxcom.Sheet

Uses of Sheet in tl1.maxcom
 

Fields in tl1.maxcom declared as Sheet
private  Sheet DisplaySheet.s
           
 

Methods in tl1.maxcom that return Sheet
private  Sheet BDD.cursorToSheet(Cursor c)
          Cette méthode permet de convertir un cursor en une fiche
 Sheet BDD.getSheetWithId(int id)
          Récupération d'une fiche avec son ID
 Sheet BDD.getSheetWithImage(java.lang.String image)
          Récupération d'une fiche avec son image
 

Methods in tl1.maxcom that return types with arguments of type Sheet
private  java.util.ArrayList<Sheet> BDD.cursorToSheets(Cursor c)
          Permet de convertir un cursor en ensemble de fiches
 java.util.ArrayList<Sheet> BDD.getFavorites()
          Récupération des fiches favorites
 java.util.ArrayList<Sheet> BDD.getSheetsByCategoryId(int id)
          Récupération des fiches selon leur catégorie
 

Methods in tl1.maxcom with parameters of type Sheet
 long BDD.insertSheet(Sheet fiche)
          Insertion d'une fiche dans la BDD.
 int BDD.updateSheet(int id, Sheet fiche)
          Mise à jour d'une fiche.