Line 56... |
Line 56... |
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")));
|
60 |
listesId.put("typeUniteRangement", Integer.valueOf(configuration.get("listeTypeUniteRangement")));
|
- |
|
61 |
listesId.put("etatUniteRangement", Integer.valueOf(configuration.get("listeEtatUniteRangement")));
|
- |
|
62 |
listesId.put("typeUniteBase", Integer.valueOf(configuration.get("listeTypeUniteBase")));
|
- |
|
63 |
listesId.put("typePapier", Integer.valueOf(configuration.get("listeTypePapier")));
|
- |
|
64 |
listesId.put("methodeRangement", Integer.valueOf(configuration.get("listeMethodeRangement")));
|
Line 61... |
Line 65... |
61 |
|
65 |
|
62 |
listesId.put("prefixe", Integer.valueOf(configuration.get("listePrefixes")));
|
66 |
listesId.put("prefixe", Integer.valueOf(configuration.get("listePrefixes")));
|
63 |
listesId.put("suffixes", Integer.valueOf(configuration.get("listeSuffixes")));
|
67 |
listesId.put("suffixes", Integer.valueOf(configuration.get("listeSuffixes")));
|
64 |
listesId.put("sexe", Integer.valueOf(configuration.get("listeSexe")));
|
68 |
listesId.put("sexe", Integer.valueOf(configuration.get("listeSexe")));
|