Subversion Repositories eFlore/Applications.coel

Rev

Rev 110 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 110 Rev 111
Line 38... Line 38...
38
		celUrl = configuration.get("celUrl");
38
		celUrl = configuration.get("celUrl");
39
		listesId.put("stpr", Integer.valueOf(configuration.get("listeStpr")));
39
		listesId.put("stpr", Integer.valueOf(configuration.get("listeStpr")));
40
		listesId.put("stpu", Integer.valueOf(configuration.get("listeStpu")));
40
		listesId.put("stpu", Integer.valueOf(configuration.get("listeStpu")));
41
		listesId.put("statut", Integer.valueOf(configuration.get("listeStatut")));
41
		listesId.put("statut", Integer.valueOf(configuration.get("listeStatut")));
42
		listesId.put("fonction", Integer.valueOf(configuration.get("listeFonction")));
42
		listesId.put("fonction", Integer.valueOf(configuration.get("listeFonction")));
-
 
43
		listesId.put("botaAcronyme", Integer.valueOf(configuration.get("listeAcronymeBota")));
43
		listesId.put("localStockage", Integer.valueOf(configuration.get("listeStockageLocal")));
44
		listesId.put("localStockage", Integer.valueOf(configuration.get("listeStockageLocal")));
44
		listesId.put("meubleStockage", Integer.valueOf(configuration.get("listeStockageMeuble")));
45
		listesId.put("meubleStockage", Integer.valueOf(configuration.get("listeStockageMeuble")));
45
		listesId.put("parametreStockage", Integer.valueOf(configuration.get("listeStockageParametre")));
46
		listesId.put("parametreStockage", Integer.valueOf(configuration.get("listeStockageParametre")));
46
		listesId.put("autreCollection", Integer.valueOf(configuration.get("listeCollectionAutre")));
47
		listesId.put("autreCollection", Integer.valueOf(configuration.get("listeCollectionAutre")));
47
		listesId.put("opRestau", Integer.valueOf(configuration.get("listeRestaurationOperation")));
48
		listesId.put("opRestau", Integer.valueOf(configuration.get("listeRestaurationOperation")));
48
		listesId.put("onep", Integer.valueOf(configuration.get("listeONEP")));
49
		listesId.put("onep", Integer.valueOf(configuration.get("listeONEP")));
49
		listesId.put("autreMateriel", Integer.valueOf(configuration.get("listeMaterielAutre")));
50
		listesId.put("autreMateriel", Integer.valueOf(configuration.get("listeMaterielAutre")));
50
		listesId.put("poisonTraitement", Integer.valueOf(configuration.get("listeEmpoisonnement")));
51
		listesId.put("poisonTraitement", Integer.valueOf(configuration.get("listeEmpoisonnement")));
51
		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")));
-
 
54
		listesId.put("continentEtFr", Integer.valueOf(configuration.get("listeContinentEtFr")));
-
 
55
		listesId.put("typeRecherche", Integer.valueOf(configuration.get("listeRechercheType")));
52
	}
56
	}
Line 53... Line 57...
53
 
57
 
54
	/**
58
	/**
55
	 * Accesseur pour l'url de base du serveur jrest
59
	 * Accesseur pour l'url de base du serveur jrest