Line 41... |
Line 41... |
41 |
listesId.put("statut", Integer.valueOf(configuration.get("listeStatut")));
|
41 |
listesId.put("statut", Integer.valueOf(configuration.get("listeStatut")));
|
42 |
listesId.put("fonction", Integer.valueOf(configuration.get("listeFonction")));
|
42 |
listesId.put("fonction", Integer.valueOf(configuration.get("listeFonction")));
|
43 |
listesId.put("localStockage", Integer.valueOf(configuration.get("listeStockageLocal")));
|
43 |
listesId.put("localStockage", Integer.valueOf(configuration.get("listeStockageLocal")));
|
44 |
listesId.put("meubleStockage", Integer.valueOf(configuration.get("listeStockageMeuble")));
|
44 |
listesId.put("meubleStockage", Integer.valueOf(configuration.get("listeStockageMeuble")));
|
45 |
listesId.put("parametreStockage", Integer.valueOf(configuration.get("listeStockageParametre")));
|
45 |
listesId.put("parametreStockage", Integer.valueOf(configuration.get("listeStockageParametre")));
|
- |
|
46 |
listesId.put("autreCollection", Integer.valueOf(configuration.get("listeCollectionAutre")));
|
- |
|
47 |
listesId.put("opRestau", Integer.valueOf(configuration.get("listeRestaurationOperation")));
|
- |
|
48 |
listesId.put("onep", Integer.valueOf(configuration.get("listeONEP")));
|
- |
|
49 |
listesId.put("autreMateriel", Integer.valueOf(configuration.get("listeMaterielAutre")));
|
- |
|
50 |
listesId.put("poisonTraitement", Integer.valueOf(configuration.get("listeEmpoisonnement")));
|
- |
|
51 |
listesId.put("insecteTraitement", Integer.valueOf(configuration.get("listeDesinsectisation")));
|
46 |
}
|
52 |
}
|
Line 47... |
Line 53... |
47 |
|
53 |
|
48 |
/**
|
54 |
/**
|
49 |
* Accesseur pour l'url de base du serveur jrest
|
55 |
* Accesseur pour l'url de base du serveur jrest
|