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")));
|
61 |
listesId.put("etat", Integer.valueOf(configuration.get("listeEtat")));
|
62 |
listesId.put("typeUniteBase", Integer.valueOf(configuration.get("listeTypeUniteBase")));
|
62 |
listesId.put("typeUniteBase", Integer.valueOf(configuration.get("listeTypeUniteBase")));
|
63 |
listesId.put("typePapier", Integer.valueOf(configuration.get("listeTypePapier")));
|
63 |
listesId.put("typePapier", Integer.valueOf(configuration.get("listeTypePapier")));
|
64 |
listesId.put("methodeRangement", Integer.valueOf(configuration.get("listeMethodeRangement")));
|
64 |
listesId.put("methodeRangement", Integer.valueOf(configuration.get("listeMethodeRangement")));
|
- |
|
65 |
listesId.put("methodeFixation", Integer.valueOf(configuration.get("listeMethodeFixation")));
|
- |
|
66 |
listesId.put("methodeFixationSurSpecimen", Integer.valueOf(configuration.get("listeMethodeFixationSurSpecimen")));
|
- |
|
67 |
listesId.put("typeEcriture", Integer.valueOf(configuration.get("listeTypeEcriture")));
|
- |
|
68 |
listesId.put("onpi", Integer.valueOf(configuration.get("listeONPI")));
|
- |
|
69 |
listesId.put("niveauDetermination", Integer.valueOf(configuration.get("listeNiveauDetermination")));
|
- |
|
70 |
|
Line 65... |
Line 71... |
65 |
|
71 |
|
66 |
listesId.put("prefixe", Integer.valueOf(configuration.get("listePrefixes")));
|
72 |
listesId.put("prefixe", Integer.valueOf(configuration.get("listePrefixes")));
|
67 |
listesId.put("suffixes", Integer.valueOf(configuration.get("listeSuffixes")));
|
73 |
listesId.put("suffixes", Integer.valueOf(configuration.get("listeSuffixes")));
|
68 |
listesId.put("sexe", Integer.valueOf(configuration.get("listeSexe")));
|
74 |
listesId.put("sexe", Integer.valueOf(configuration.get("listeSexe")));
|