907 |
jpm |
1 |
package org.tela_botanica.client.configuration;
|
60 |
jpm |
2 |
|
88 |
jpm |
3 |
import java.util.LinkedHashMap;
|
|
|
4 |
|
60 |
jpm |
5 |
import com.google.gwt.i18n.client.Dictionary;
|
|
|
6 |
|
|
|
7 |
/**
|
|
|
8 |
* Classe chargeant certains paramètres de configuration à partir d'un fichier
|
|
|
9 |
* javascript (config.js)
|
|
|
10 |
*
|
|
|
11 |
* @author Aurélien PERONNET
|
|
|
12 |
*
|
|
|
13 |
*/
|
|
|
14 |
public class Configuration {
|
|
|
15 |
|
|
|
16 |
/**
|
989 |
jpm |
17 |
* Tableau associatif contenant les identifiants des listes
|
60 |
jpm |
18 |
*/
|
989 |
jpm |
19 |
private LinkedHashMap<String, Integer> listesId = new LinkedHashMap<String, Integer>();
|
66 |
jpm |
20 |
|
60 |
jpm |
21 |
/**
|
989 |
jpm |
22 |
* Tableau associatif contenant les identifiants des urls externes
|
60 |
jpm |
23 |
*/
|
989 |
jpm |
24 |
private LinkedHashMap<String, String> urls = new LinkedHashMap<String, String>();
|
60 |
jpm |
25 |
|
|
|
26 |
/**
|
|
|
27 |
* Constructeur sans argument
|
|
|
28 |
*/
|
|
|
29 |
public Configuration() {
|
|
|
30 |
// on utilise le dictionnaire d'internationalisation pour lire les variables du fichier javascript
|
|
|
31 |
Dictionary configuration = Dictionary.getDictionary("configuration");
|
88 |
jpm |
32 |
listesId.put("stpr", Integer.valueOf(configuration.get("listeStpr")));
|
|
|
33 |
listesId.put("stpu", Integer.valueOf(configuration.get("listeStpu")));
|
103 |
jpm |
34 |
listesId.put("statut", Integer.valueOf(configuration.get("listeStatut")));
|
|
|
35 |
listesId.put("fonction", Integer.valueOf(configuration.get("listeFonction")));
|
111 |
jpm |
36 |
listesId.put("botaAcronyme", Integer.valueOf(configuration.get("listeAcronymeBota")));
|
108 |
jpm |
37 |
listesId.put("localStockage", Integer.valueOf(configuration.get("listeStockageLocal")));
|
|
|
38 |
listesId.put("meubleStockage", Integer.valueOf(configuration.get("listeStockageMeuble")));
|
109 |
jpm |
39 |
listesId.put("parametreStockage", Integer.valueOf(configuration.get("listeStockageParametre")));
|
110 |
jpm |
40 |
listesId.put("autreCollection", Integer.valueOf(configuration.get("listeCollectionAutre")));
|
|
|
41 |
listesId.put("opRestau", Integer.valueOf(configuration.get("listeRestaurationOperation")));
|
|
|
42 |
listesId.put("onep", Integer.valueOf(configuration.get("listeONEP")));
|
|
|
43 |
listesId.put("autreMateriel", Integer.valueOf(configuration.get("listeMaterielAutre")));
|
|
|
44 |
listesId.put("poisonTraitement", Integer.valueOf(configuration.get("listeEmpoisonnement")));
|
|
|
45 |
listesId.put("insecteTraitement", Integer.valueOf(configuration.get("listeDesinsectisation")));
|
111 |
jpm |
46 |
listesId.put("actionValorisation", Integer.valueOf(configuration.get("listeValorisationAction")));
|
|
|
47 |
listesId.put("continentEtFr", Integer.valueOf(configuration.get("listeContinentEtFr")));
|
|
|
48 |
listesId.put("typeRecherche", Integer.valueOf(configuration.get("listeRechercheType")));
|
165 |
jp_milcent |
49 |
listesId.put("pays", Integer.valueOf(configuration.get("listePays")));
|
627 |
jp_milcent |
50 |
listesId.put("typeCollectionNcd", Integer.valueOf(configuration.get("listeTypeCollectionNcd")));
|
|
|
51 |
listesId.put("typeCollectionBota", Integer.valueOf(configuration.get("listeTypeCollectionBota")));
|
|
|
52 |
listesId.put("typeDepot", Integer.valueOf(configuration.get("listeTypeDepot")));
|
805 |
jpm |
53 |
listesId.put("typeUniteRangement", Integer.valueOf(configuration.get("listeTypeUniteRangement")));
|
854 |
jpm |
54 |
listesId.put("etat", Integer.valueOf(configuration.get("listeEtat")));
|
975 |
jpm |
55 |
listesId.put("etatClassement", Integer.valueOf(configuration.get("listeEtatClassement")));
|
831 |
jpm |
56 |
listesId.put("typeUniteBase", Integer.valueOf(configuration.get("listeTypeUniteBase")));
|
|
|
57 |
listesId.put("typePapier", Integer.valueOf(configuration.get("listeTypePapier")));
|
|
|
58 |
listesId.put("methodeRangement", Integer.valueOf(configuration.get("listeMethodeRangement")));
|
854 |
jpm |
59 |
listesId.put("methodeFixation", Integer.valueOf(configuration.get("listeMethodeFixation")));
|
|
|
60 |
listesId.put("methodeFixationSurSpecimen", Integer.valueOf(configuration.get("listeMethodeFixationSurSpecimen")));
|
|
|
61 |
listesId.put("typeEcriture", Integer.valueOf(configuration.get("listeTypeEcriture")));
|
|
|
62 |
listesId.put("onpi", Integer.valueOf(configuration.get("listeONPI")));
|
857 |
jpm |
63 |
listesId.put("specimenDegradation", Integer.valueOf(configuration.get("listeSpecimenDegradation")));
|
|
|
64 |
listesId.put("supportDegradation", Integer.valueOf(configuration.get("listeSupportDegradation")));
|
854 |
jpm |
65 |
listesId.put("niveauDetermination", Integer.valueOf(configuration.get("listeNiveauDetermination")));
|
858 |
jpm |
66 |
listesId.put("natureVegetale", Integer.valueOf(configuration.get("listeNatureVegetale")));
|
|
|
67 |
listesId.put("siecleNaturaliste", Integer.valueOf(configuration.get("listeSiecleNaturaliste")));
|
|
|
68 |
listesId.put("dateDebut", Integer.valueOf(configuration.get("listeDateDebut")));
|
|
|
69 |
listesId.put("dateFin", Integer.valueOf(configuration.get("listeDateFin")));
|
|
|
70 |
listesId.put("onp", Integer.valueOf(configuration.get("listeONP")));
|
859 |
jpm |
71 |
listesId.put("niveauImportance", Integer.valueOf(configuration.get("listeNiveauImportance")));
|
|
|
72 |
listesId.put("ea", Integer.valueOf(configuration.get("listeEA")));
|
|
|
73 |
listesId.put("typeClassement", Integer.valueOf(configuration.get("listeTypeClassement")));
|
860 |
jpm |
74 |
listesId.put("relationPersonneCollection", Integer.valueOf(configuration.get("listeRelationPersonneCollection")));
|
862 |
jpm |
75 |
listesId.put("inventaireForme", Integer.valueOf(configuration.get("listeInventaireForme")));
|
|
|
76 |
listesId.put("inventaireLogiciel", Integer.valueOf(configuration.get("listeInventaireLogiciel")));
|
|
|
77 |
listesId.put("inventaireEtat", Integer.valueOf(configuration.get("listeInventaireEtat")));
|
|
|
78 |
listesId.put("groupementPrincipe", Integer.valueOf(configuration.get("listeGroupementPrincipe")));
|
|
|
79 |
listesId.put("realisationBut", Integer.valueOf(configuration.get("listeRealisationBut")));
|
875 |
jpm |
80 |
listesId.put("ion", Integer.valueOf(configuration.get("listeION")));
|
985 |
jpm |
81 |
listesId.put("typeCommentaireCollection", Integer.valueOf(configuration.get("listeTypeCommentaireCollection")));
|
282 |
gduche |
82 |
listesId.put("prefixe", Integer.valueOf(configuration.get("listePrefixes")));
|
|
|
83 |
listesId.put("suffixes", Integer.valueOf(configuration.get("listeSuffixes")));
|
290 |
gduche |
84 |
listesId.put("sexe", Integer.valueOf(configuration.get("listeSexe")));
|
|
|
85 |
listesId.put("tel", Integer.valueOf(configuration.get("listeTel")));
|
877 |
aurelien |
86 |
listesId.put("dureesIndexation", Integer.valueOf(configuration.get("listeDureesIndexation")));
|
|
|
87 |
listesId.put("frequencesIndexation", Integer.valueOf(configuration.get("listeFrequencesIndexation")));
|
889 |
aurelien |
88 |
listesId.put("langues", Integer.valueOf(configuration.get("listeLangues")));
|
592 |
gduche |
89 |
listesId.put("nbElementsPage", Integer.valueOf(configuration.get("nbElementsPage")));
|
1005 |
gduche |
90 |
listesId.put("relationPersonnePublication", Integer.valueOf(configuration.get("relationPersonnePublication")));
|
989 |
jpm |
91 |
urls.put("base", configuration.get("serviceBaseUrl"));
|
1906 |
mathias |
92 |
urls.put("baseAuth", configuration.get("serviceAuthBaseUrl"));
|
989 |
jpm |
93 |
urls.put("cel", configuration.get("celUrl"));
|
1773 |
mathias |
94 |
urls.put("remarques", configuration.get("remarquesUrl"));
|
989 |
jpm |
95 |
urls.put("bogue", configuration.get("bogueUrl"));
|
|
|
96 |
urls.put("commentaire", configuration.get("commentaireUrl"));
|
1802 |
aurelien |
97 |
urls.put("consultationCollectionsLieesStructures", configuration.get("consultationCollectionsLieesStructuresUrl"));
|
|
|
98 |
urls.put("consultationCollections", configuration.get("consultationCollectionsUrl"));
|
60 |
jpm |
99 |
}
|
66 |
jpm |
100 |
|
|
|
101 |
/**
|
88 |
jpm |
102 |
* Accesseur pour l'id d'une liste
|
|
|
103 |
*
|
|
|
104 |
* @return l'identifiant de la liste ou null s'il n'est pas trouvé
|
|
|
105 |
*/
|
|
|
106 |
public Integer getListeId(String code) {
|
|
|
107 |
if (listesId.containsKey(code)) {
|
|
|
108 |
return listesId.get(code);
|
|
|
109 |
}
|
|
|
110 |
return null;
|
|
|
111 |
}
|
989 |
jpm |
112 |
|
|
|
113 |
/**
|
|
|
114 |
* Accesseur pour l'url de base du serveur jrest
|
|
|
115 |
*
|
|
|
116 |
* @return une url de la forme http://emplacement_serveur/jrest
|
|
|
117 |
*/
|
|
|
118 |
public String getServiceBaseUrl() {
|
|
|
119 |
return getUrl("base");
|
|
|
120 |
}
|
1906 |
mathias |
121 |
|
|
|
122 |
/**
|
|
|
123 |
* Accesseur pour l'url de base du service annuaire::auth
|
|
|
124 |
*/
|
|
|
125 |
public String getAuthServiceBaseUrl() {
|
|
|
126 |
return getUrl("baseAuth");
|
|
|
127 |
}
|
60 |
jpm |
128 |
|
1906 |
mathias |
129 |
|
989 |
jpm |
130 |
public String getUrl(String code) {
|
|
|
131 |
if (urls.containsKey(code)) {
|
|
|
132 |
return urls.get(code);
|
|
|
133 |
}
|
|
|
134 |
return null;
|
|
|
135 |
}
|
|
|
136 |
|
60 |
jpm |
137 |
}
|