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