Line 55... |
Line 55... |
55 |
listesId.put("typeRecherche", Integer.valueOf(configuration.get("listeRechercheType")));
|
55 |
listesId.put("typeRecherche", Integer.valueOf(configuration.get("listeRechercheType")));
|
56 |
listesId.put("pays", Integer.valueOf(configuration.get("listePays")));
|
56 |
listesId.put("pays", Integer.valueOf(configuration.get("listePays")));
|
57 |
listesId.put("typeCollectionNcd", Integer.valueOf(configuration.get("listeTypeCollectionNcd")));
|
57 |
listesId.put("typeCollectionNcd", Integer.valueOf(configuration.get("listeTypeCollectionNcd")));
|
58 |
listesId.put("typeCollectionBota", Integer.valueOf(configuration.get("listeTypeCollectionBota")));
|
58 |
listesId.put("typeCollectionBota", Integer.valueOf(configuration.get("listeTypeCollectionBota")));
|
59 |
listesId.put("typeDepot", Integer.valueOf(configuration.get("listeTypeDepot")));
|
59 |
listesId.put("typeDepot", Integer.valueOf(configuration.get("listeTypeDepot")));
|
- |
|
60 |
listesId.put("typeUniteRangement", Integer.valueOf(configuration.get("listeTypeUniteRangement")));
|
Line 60... |
Line 61... |
60 |
|
61 |
|
61 |
listesId.put("prefixe", Integer.valueOf(configuration.get("listePrefixes")));
|
62 |
listesId.put("prefixe", Integer.valueOf(configuration.get("listePrefixes")));
|
62 |
listesId.put("suffixes", Integer.valueOf(configuration.get("listeSuffixes")));
|
63 |
listesId.put("suffixes", Integer.valueOf(configuration.get("listeSuffixes")));
|
63 |
listesId.put("sexe", Integer.valueOf(configuration.get("listeSexe")));
|
64 |
listesId.put("sexe", Integer.valueOf(configuration.get("listeSexe")));
|