Line 88... |
Line 88... |
88 |
listesId.put("prefixe", Integer.valueOf(configuration.get("listePrefixes")));
|
88 |
listesId.put("prefixe", Integer.valueOf(configuration.get("listePrefixes")));
|
89 |
listesId.put("suffixes", Integer.valueOf(configuration.get("listeSuffixes")));
|
89 |
listesId.put("suffixes", Integer.valueOf(configuration.get("listeSuffixes")));
|
90 |
listesId.put("sexe", Integer.valueOf(configuration.get("listeSexe")));
|
90 |
listesId.put("sexe", Integer.valueOf(configuration.get("listeSexe")));
|
91 |
listesId.put("tel", Integer.valueOf(configuration.get("listeTel")));
|
91 |
listesId.put("tel", Integer.valueOf(configuration.get("listeTel")));
|
92 |
listesId.put("region", Integer.valueOf(configuration.get("listeRegions")));
|
92 |
listesId.put("region", Integer.valueOf(configuration.get("listeRegions")));
|
- |
|
93 |
|
- |
|
94 |
listesId.put("dureesIndexation", Integer.valueOf(configuration.get("listeDureesIndexation")));
|
- |
|
95 |
listesId.put("frequencesIndexation", Integer.valueOf(configuration.get("listeFrequencesIndexation")));
|
- |
|
96 |
|
93 |
listesId.put("nbElementsPage", Integer.valueOf(configuration.get("nbElementsPage")));
|
97 |
listesId.put("nbElementsPage", Integer.valueOf(configuration.get("nbElementsPage")));
|
Line 94... |
Line 98... |
94 |
|
98 |
|
Line 95... |
Line 99... |
95 |
}
|
99 |
}
|