|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Categorie in tl1.maxcom |
---|
Methods in tl1.maxcom that return Categorie | |
---|---|
private Categorie |
BDD.cursorToCategorie(Cursor c)
Cette méthode permet de convertir un cursor en une categorie |
Categorie |
BDD.getCategorieWithId(int id)
Récupération d'une catégorie avec son ID |
Methods in tl1.maxcom that return types with arguments of type Categorie | |
---|---|
private java.util.ArrayList<Categorie> |
BDD.cursorToCategories(Cursor c)
Permet de convertir un cursor en ensemble de catégories |
java.util.ArrayList<Categorie> |
BDD.getChildCategories(int id)
Récupération des catégories filles avec l'ID de la catégorie mère |
java.util.ArrayList<Categorie> |
BDD.getMainCategories()
|
Methods in tl1.maxcom with parameters of type Categorie | |
---|---|
long |
BDD.insertCategorie(Categorie categorie)
Insertion d'une catégorie dans la BDD. |
int |
BDD.updateCategorie(int id,
Categorie categorie)
Mise à jour d'une catégorie. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |