| 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")));
|
| Line 57... |
Line 57... |
| 57 |
|
57 |
|
| 58 |
listesId.put("prefixe", Integer.valueOf(configuration.get("listePrefixes")));
|
58 |
listesId.put("prefixe", Integer.valueOf(configuration.get("listePrefixes")));
|
| - |
|
59 |
listesId.put("suffixes", Integer.valueOf(configuration.get("listeSuffixes")));
|
| - |
|
60 |
listesId.put("sexe", Integer.valueOf(configuration.get("listeSexe")));
|
| - |
|
61 |
listesId.put("tel", Integer.valueOf(configuration.get("listeTel")));
|
| Line 59... |
Line 62... |
| 59 |
listesId.put("suffixes", Integer.valueOf(configuration.get("listeSuffixes")));
|
62 |
listesId.put("region", Integer.valueOf(configuration.get("listeRegions")));
|
| Line 60... |
Line 63... |
| 60 |
|
63 |
|
| 61 |
}
|
64 |
}
|