Line 51... |
Line 51... |
51 |
listesId.put("poisonTraitement", Integer.valueOf(configuration.get("listeEmpoisonnement")));
|
51 |
listesId.put("poisonTraitement", Integer.valueOf(configuration.get("listeEmpoisonnement")));
|
52 |
listesId.put("insecteTraitement", Integer.valueOf(configuration.get("listeDesinsectisation")));
|
52 |
listesId.put("insecteTraitement", Integer.valueOf(configuration.get("listeDesinsectisation")));
|
53 |
listesId.put("actionValorisation", Integer.valueOf(configuration.get("listeValorisationAction")));
|
53 |
listesId.put("actionValorisation", Integer.valueOf(configuration.get("listeValorisationAction")));
|
54 |
listesId.put("continentEtFr", Integer.valueOf(configuration.get("listeContinentEtFr")));
|
54 |
listesId.put("continentEtFr", Integer.valueOf(configuration.get("listeContinentEtFr")));
|
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 |
}
|
57 |
}
|
Line 57... |
Line 58... |
57 |
|
58 |
|
58 |
/**
|
59 |
/**
|
59 |
* Accesseur pour l'url de base du serveur jrest
|
60 |
* Accesseur pour l'url de base du serveur jrest
|