60 |
jpm |
1 |
package org.tela_botanica.client;
|
|
|
2 |
|
159 |
gduche |
3 |
import java.sql.Time;
|
|
|
4 |
import java.util.Date;
|
134 |
jpm |
5 |
import java.util.List;
|
|
|
6 |
|
61 |
jpm |
7 |
import org.tela_botanica.client.composants.AideFenetre;
|
60 |
jpm |
8 |
import org.tela_botanica.client.composants.IdentificationFenetre;
|
66 |
jpm |
9 |
import org.tela_botanica.client.composants.ParametreFenetre;
|
119 |
jpm |
10 |
import org.tela_botanica.client.interfaces.Rafraichissable;
|
61 |
jpm |
11 |
import org.tela_botanica.client.modeles.Configuration;
|
156 |
jp_milcent |
12 |
import org.tela_botanica.client.modeles.Information;
|
60 |
jpm |
13 |
import org.tela_botanica.client.modeles.Menu;
|
142 |
gduche |
14 |
import org.tela_botanica.client.modeles.Personne;
|
128 |
gduche |
15 |
import org.tela_botanica.client.modeles.PersonneListe;
|
142 |
gduche |
16 |
import org.tela_botanica.client.modeles.ProjetsListe;
|
107 |
aurelien |
17 |
import org.tela_botanica.client.modeles.Publication;
|
|
|
18 |
import org.tela_botanica.client.modeles.PublicationListe;
|
60 |
jpm |
19 |
import org.tela_botanica.client.modeles.Structure;
|
69 |
jpm |
20 |
import org.tela_botanica.client.modeles.StructureListe;
|
61 |
jpm |
21 |
import org.tela_botanica.client.modeles.Utilisateur;
|
91 |
jpm |
22 |
import org.tela_botanica.client.modeles.ValeurListe;
|
60 |
jpm |
23 |
import org.tela_botanica.client.vues.ContenuPanneauVue;
|
|
|
24 |
import org.tela_botanica.client.vues.EntetePanneauVue;
|
69 |
jpm |
25 |
import org.tela_botanica.client.vues.FormStructureVue;
|
142 |
gduche |
26 |
import org.tela_botanica.client.vues.PersonneDetailPanneauVue;
|
128 |
gduche |
27 |
import org.tela_botanica.client.vues.PersonneVue;
|
107 |
aurelien |
28 |
import org.tela_botanica.client.vues.PublicationDetailPanneauVue;
|
|
|
29 |
import org.tela_botanica.client.vues.PublicationVue;
|
60 |
jpm |
30 |
import org.tela_botanica.client.vues.StructureDetailPanneauVue;
|
156 |
jp_milcent |
31 |
import org.tela_botanica.client.vues.StructureListePanneauVue;
|
60 |
jpm |
32 |
import org.tela_botanica.client.vues.StructureVue;
|
|
|
33 |
import org.tela_botanica.client.vues.MenuPanneauVue;
|
|
|
34 |
|
|
|
35 |
import com.extjs.gxt.ui.client.Registry;
|
|
|
36 |
import com.extjs.gxt.ui.client.Style.LayoutRegion;
|
|
|
37 |
import com.extjs.gxt.ui.client.util.Margins;
|
156 |
jp_milcent |
38 |
import com.extjs.gxt.ui.client.widget.Info;
|
|
|
39 |
import com.extjs.gxt.ui.client.widget.LayoutContainer;
|
60 |
jpm |
40 |
import com.extjs.gxt.ui.client.widget.Viewport;
|
|
|
41 |
import com.extjs.gxt.ui.client.widget.layout.BorderLayout;
|
|
|
42 |
import com.extjs.gxt.ui.client.widget.layout.BorderLayoutData;
|
91 |
jpm |
43 |
import com.google.gwt.core.client.GWT;
|
159 |
gduche |
44 |
import com.google.gwt.dom.client.Element;
|
60 |
jpm |
45 |
import com.google.gwt.user.client.Window;
|
|
|
46 |
import com.google.gwt.user.client.ui.RootPanel;
|
|
|
47 |
|
|
|
48 |
public class Mediateur {
|
|
|
49 |
|
119 |
jpm |
50 |
private Modele modele = null;
|
|
|
51 |
private Utilisateur utilisateur = null;
|
|
|
52 |
|
60 |
jpm |
53 |
private Viewport viewport;
|
|
|
54 |
private EntetePanneauVue panneauNord = null;
|
|
|
55 |
private MenuPanneauVue panneauOuest = null;
|
|
|
56 |
private ContenuPanneauVue panneauCentre = null;
|
156 |
jp_milcent |
57 |
private Rafraichissable contenuPanneauCentre = null;
|
60 |
jpm |
58 |
|
119 |
jpm |
59 |
|
60 |
jpm |
60 |
public Mediateur() {
|
|
|
61 |
// Enregistrement du Médiateur dans le Registre
|
|
|
62 |
Registry.register(RegistreId.MEDIATEUR, this);
|
|
|
63 |
// Création du Modèle qui s'enregistre lui même dans le Registre
|
119 |
jpm |
64 |
modele = new Modele();
|
64 |
jpm |
65 |
// Création de l'utilsateur courrant
|
119 |
jpm |
66 |
utilisateur = new Utilisateur(null, false);
|
65 |
jpm |
67 |
Registry.register(RegistreId.UTILISATEUR, utilisateur);
|
|
|
68 |
this.connecterUtilisateur(null, null);
|
|
|
69 |
|
60 |
jpm |
70 |
// Création du Viewport qui contient la disposition globale de l'application
|
|
|
71 |
viewport = new Viewport();
|
|
|
72 |
viewport.setLayout(new BorderLayout());
|
|
|
73 |
|
|
|
74 |
// Création des différents panneaux
|
|
|
75 |
creerPanneauNord();
|
|
|
76 |
creerPanneauOuest();
|
|
|
77 |
creerPanneauCentral();
|
|
|
78 |
|
|
|
79 |
// Registry utile car présent partout!
|
|
|
80 |
Registry.register(RegistreId.VIEWPORT, viewport);
|
|
|
81 |
Registry.register(RegistreId.PANNEAU_OUEST, panneauOuest);
|
|
|
82 |
Registry.register(RegistreId.PANNEAU_CENTRE, panneauCentre);
|
|
|
83 |
|
|
|
84 |
// Chargement du menu
|
|
|
85 |
chargeMenu(panneauOuest.listerMenu());
|
|
|
86 |
|
|
|
87 |
// Retour à GWT du Viewport une fois constuit
|
|
|
88 |
RootPanel.get().add(viewport);
|
|
|
89 |
}
|
|
|
90 |
|
156 |
jp_milcent |
91 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
92 |
// GESTION des PANNEAUX PRINCIPAUX
|
|
|
93 |
//+----------------------------------------------------------------------------------------------------------------+
|
119 |
jpm |
94 |
|
60 |
jpm |
95 |
private void creerPanneauNord() {
|
|
|
96 |
panneauNord = new EntetePanneauVue();
|
|
|
97 |
|
|
|
98 |
BorderLayoutData regionNord = new BorderLayoutData(LayoutRegion.NORTH, 100);
|
|
|
99 |
regionNord.setCollapsible(true);
|
|
|
100 |
regionNord.setFloatable(true);
|
|
|
101 |
regionNord.setSplit(false);
|
|
|
102 |
regionNord.setMargins(new Margins(5, 5, 0, 5));
|
|
|
103 |
|
|
|
104 |
viewport.add(panneauNord, regionNord);
|
|
|
105 |
}
|
|
|
106 |
|
|
|
107 |
private void creerPanneauOuest() {
|
|
|
108 |
panneauOuest = new MenuPanneauVue();
|
|
|
109 |
|
|
|
110 |
BorderLayoutData regionOuest = new BorderLayoutData(LayoutRegion.WEST, 200);
|
|
|
111 |
regionOuest.setSplit(true);
|
|
|
112 |
regionOuest.setCollapsible(true);
|
|
|
113 |
regionOuest.setMargins(new Margins(5));
|
|
|
114 |
|
|
|
115 |
viewport.add(panneauOuest, regionOuest);
|
|
|
116 |
}
|
|
|
117 |
|
|
|
118 |
private void creerPanneauCentral() {
|
|
|
119 |
panneauCentre = new ContenuPanneauVue();
|
|
|
120 |
|
|
|
121 |
BorderLayoutData regionCentre = new BorderLayoutData(LayoutRegion.CENTER);
|
|
|
122 |
regionCentre.setMargins(new Margins(5, 5, 5, 0));
|
|
|
123 |
|
|
|
124 |
viewport.add(panneauCentre, regionCentre);
|
|
|
125 |
}
|
|
|
126 |
|
156 |
jp_milcent |
127 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
128 |
// GESTION du MENU
|
|
|
129 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
130 |
|
60 |
jpm |
131 |
public void chargeMenu(Menu menus) {
|
|
|
132 |
((MenuPanneauVue) Registry.get(RegistreId.PANNEAU_OUEST)).rafraichir(menus);
|
|
|
133 |
}
|
|
|
134 |
|
172 |
jp_milcent |
135 |
public void clicMenu(String menuNom) {
|
60 |
jpm |
136 |
panneauCentre.removeAll();
|
172 |
jp_milcent |
137 |
if (menuNom.equals("Institutions")) {
|
156 |
jp_milcent |
138 |
((Modele) Registry.get(RegistreId.MODELE)).selectionnerStructures(getUtilisateurId());
|
172 |
jp_milcent |
139 |
} else if (menuNom.equals("Publications")) {
|
107 |
aurelien |
140 |
((Modele) Registry.get(RegistreId.MODELE)).obtenirListePublications();
|
172 |
jp_milcent |
141 |
} else if (menuNom.equals("Personnes")) {
|
128 |
gduche |
142 |
((Modele) Registry.get(RegistreId.MODELE)).obtenirListePersonnes();
|
|
|
143 |
}
|
107 |
aurelien |
144 |
else {
|
172 |
jp_milcent |
145 |
GWT.log("Non implémenté! Menu id : "+menuNom, null);
|
60 |
jpm |
146 |
}
|
|
|
147 |
panneauCentre.layout();
|
|
|
148 |
}
|
|
|
149 |
|
156 |
jp_milcent |
150 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
151 |
// GESTION DES FENÊTRES
|
|
|
152 |
//+----------------------------------------------------------------------------------------------------------------+
|
60 |
jpm |
153 |
|
61 |
jpm |
154 |
public void ouvrirAide() {
|
|
|
155 |
AideFenetre aideFenetre = new AideFenetre();
|
|
|
156 |
aideFenetre.show();
|
66 |
jpm |
157 |
// FIXME : apparament le fade In/Fade Out pose problème sur les navigateurs...
|
|
|
158 |
//aideFenetre.el().fadeIn(FxConfig.NONE);
|
61 |
jpm |
159 |
}
|
|
|
160 |
|
|
|
161 |
public void ouvrirParametres() {
|
66 |
jpm |
162 |
ParametreFenetre parametresFenetre = new ParametreFenetre();
|
|
|
163 |
parametresFenetre.show();
|
61 |
jpm |
164 |
}
|
|
|
165 |
|
|
|
166 |
public void ouvrirIdentification() {
|
|
|
167 |
IdentificationFenetre identifFenetre = new IdentificationFenetre();
|
|
|
168 |
identifFenetre.show();
|
|
|
169 |
}
|
|
|
170 |
|
|
|
171 |
public void ouvrirApplis(String id) {
|
|
|
172 |
if (id.equals(ComposantId.MENU_CEL)) {
|
|
|
173 |
Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getCelUrl(), "Carnet en ligne", "");
|
|
|
174 |
} else if (id.equals(ComposantId.MENU_BEL)) {
|
134 |
jpm |
175 |
Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getCelUrl(), "Biblio en ligne", "");
|
61 |
jpm |
176 |
}
|
|
|
177 |
}
|
|
|
178 |
|
156 |
jp_milcent |
179 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
180 |
// GESTION de l'UTILISATEUR et de l'IDENTIFICATION
|
|
|
181 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
182 |
|
|
|
183 |
public String getUtilisateurId() {
|
|
|
184 |
return utilisateur.getId();
|
|
|
185 |
}
|
|
|
186 |
|
|
|
187 |
public void clicIdentification() {
|
|
|
188 |
// Gestion du login
|
|
|
189 |
IdentificationFenetre dialog = new IdentificationFenetre();
|
|
|
190 |
dialog.setClosable(false);
|
|
|
191 |
dialog.show();
|
|
|
192 |
}
|
|
|
193 |
|
65 |
jpm |
194 |
public void connecterUtilisateur(String login, String mdp) {
|
|
|
195 |
((Modele) Registry.get(RegistreId.MODELE)).connecterUtilisateur(login, mdp);
|
64 |
jpm |
196 |
}
|
|
|
197 |
|
65 |
jpm |
198 |
public void deconnecterUtilisateur() {
|
|
|
199 |
((Modele) Registry.get(RegistreId.MODELE)).deconnecterUtilisateur();
|
64 |
jpm |
200 |
}
|
65 |
jpm |
201 |
|
64 |
jpm |
202 |
public void mettreAJourEtatIdentification(Utilisateur utilisateur) {
|
156 |
jp_milcent |
203 |
// Mise à jour du registre
|
|
|
204 |
Registry.register(RegistreId.UTILISATEUR, utilisateur);
|
|
|
205 |
|
|
|
206 |
// Création de l'information de mise à jour de l'utilisateur
|
|
|
207 |
Information info = new Information("maj_utilisateur");
|
|
|
208 |
|
|
|
209 |
// Rafraichissement du panneau Nord
|
|
|
210 |
panneauNord.rafraichir(info);
|
|
|
211 |
|
|
|
212 |
// Rafraichissement du panneau Centre
|
|
|
213 |
if (contenuPanneauCentre != null) {
|
|
|
214 |
contenuPanneauCentre.rafraichir(info);
|
|
|
215 |
}
|
61 |
jpm |
216 |
}
|
66 |
jpm |
217 |
|
156 |
jp_milcent |
218 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
219 |
// GESTION DES PERSONNES
|
|
|
220 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
221 |
|
|
|
222 |
public void clicListePersonne(Personne personne) {
|
|
|
223 |
((PersonneDetailPanneauVue) Registry.get(RegistreId.PANNEAU_PERSONNE_DETAIL)).rafraichir(personne);
|
|
|
224 |
|
69 |
jpm |
225 |
}
|
|
|
226 |
|
156 |
jp_milcent |
227 |
public void afficherListePersonnes(PersonneListe nouvelleDonnees) {
|
|
|
228 |
PersonneVue personneVue = new PersonneVue();
|
|
|
229 |
panneauCentre.add(personneVue);
|
|
|
230 |
personneVue.rafraichir(nouvelleDonnees);
|
|
|
231 |
}
|
|
|
232 |
|
128 |
gduche |
233 |
/* GREG : Ajouter Personne
|
|
|
234 |
* Gestion du clic dans le menu gauche
|
|
|
235 |
* Affiche le formulaire
|
|
|
236 |
* */
|
|
|
237 |
public void clicAjouterPersonne() {
|
|
|
238 |
GWT.log("ajouter pers", null);
|
|
|
239 |
}
|
|
|
240 |
|
156 |
jp_milcent |
241 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
242 |
// GESTION DES VALEURS ET LISTES
|
|
|
243 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
244 |
|
91 |
jpm |
245 |
public void afficherListeValeurs(ValeurListe nouvelleDonnees) {
|
156 |
jp_milcent |
246 |
if (panneauCentre.getId().equals(ComposantId.PANNEAU_STRUCTURE_FORM)) {
|
91 |
jpm |
247 |
((FormStructureVue) panneauCentre.getItem(0)).rafraichir(nouvelleDonnees);
|
|
|
248 |
} else {
|
|
|
249 |
GWT.log("Aucun panneau trouvé pour afficher la liste de valeur", null);
|
|
|
250 |
}
|
|
|
251 |
}
|
|
|
252 |
|
156 |
jp_milcent |
253 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
254 |
// GESTION DES PUBLICATIONS
|
|
|
255 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
256 |
|
107 |
aurelien |
257 |
public void afficherListePublication(PublicationListe nouvelleDonnees) {
|
|
|
258 |
|
|
|
259 |
PublicationVue publicationVue = new PublicationVue() ;
|
|
|
260 |
panneauCentre.add(publicationVue);
|
|
|
261 |
publicationVue.rafraichir(nouvelleDonnees);
|
|
|
262 |
|
|
|
263 |
}
|
|
|
264 |
|
|
|
265 |
public void clicListePublication(Publication publication) {
|
|
|
266 |
|
|
|
267 |
((PublicationDetailPanneauVue) Registry.get(RegistreId.PANNEAU_PUBLICATION_DETAIL)).rafraichir(publication);
|
|
|
268 |
}
|
|
|
269 |
|
|
|
270 |
public void clicAjouterPublication() {
|
|
|
271 |
// TODO Auto-generated method stub
|
|
|
272 |
|
|
|
273 |
}
|
156 |
jp_milcent |
274 |
|
|
|
275 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
276 |
// GESTION DES STRUCTURES
|
|
|
277 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
278 |
|
|
|
279 |
public void clicListeInstitution(Structure institution) {
|
|
|
280 |
((StructureDetailPanneauVue) Registry.get(RegistreId.PANNEAU_INSTITUTION_DETAIL)).rafraichir(institution);
|
|
|
281 |
}
|
|
|
282 |
|
|
|
283 |
public void afficherListeStructures(StructureListe nouvelleDonnees) {
|
|
|
284 |
// TODO : créer dès l'initialisation de l'application InsitutionVue et la cacher
|
|
|
285 |
StructureVue institutionVue = new StructureVue();
|
|
|
286 |
panneauCentre.add(institutionVue);
|
|
|
287 |
panneauCentre.setId(ComposantId.PANNEAU_STRUCTURE_LISTE);
|
|
|
288 |
contenuPanneauCentre = institutionVue;
|
|
|
289 |
institutionVue.rafraichir(nouvelleDonnees);
|
|
|
290 |
}
|
|
|
291 |
|
|
|
292 |
public void clicAjouterStructure() {
|
|
|
293 |
panneauCentre.removeAll();
|
|
|
294 |
FormStructureVue formStructureVue = new FormStructureVue();
|
|
|
295 |
panneauCentre.add(formStructureVue);
|
|
|
296 |
panneauCentre.setId(ComposantId.PANNEAU_STRUCTURE_FORM);
|
|
|
297 |
panneauCentre.layout();
|
|
|
298 |
}
|
|
|
299 |
|
119 |
jpm |
300 |
/**
|
|
|
301 |
* TODO : afficher un message du type "Structure ajoutée".
|
|
|
302 |
* Lance la creation d'une structure
|
|
|
303 |
* @param les données de la structure saisie
|
|
|
304 |
*/
|
|
|
305 |
public void ajouterStructure(Rafraichissable vue, Structure structure) {
|
134 |
jpm |
306 |
modele.ajouterStructure(vue, getUtilisateurId(), structure);
|
119 |
jpm |
307 |
}
|
107 |
aurelien |
308 |
|
134 |
jpm |
309 |
public void clicSupprimerStructure(Rafraichissable vue, List<Structure> structureSelection) {
|
156 |
jp_milcent |
310 |
if (structureSelection.size() == 0) {
|
|
|
311 |
Info.display("Information", "Veuillez sélectionner une structure.");
|
|
|
312 |
} else if(structureSelection.size() > 0) {
|
|
|
313 |
String message = "Êtes vous sur de vouloir supprimer les structures sélectionnées ?";
|
|
|
314 |
if (structureSelection.size() == 1) {
|
|
|
315 |
message = "Êtes vous sur de vouloir supprimer la structure sélectionnée ?";
|
|
|
316 |
}
|
|
|
317 |
if(Window.confirm(message)) {
|
134 |
jpm |
318 |
String idStr = "" ;
|
|
|
319 |
for(int i = 0 ; i < structureSelection.size() ; i++) {
|
|
|
320 |
idStr += structureSelection.get(i).getId()+"," ;
|
|
|
321 |
}
|
156 |
jp_milcent |
322 |
modele.supprimerStructure(vue, getUtilisateurId(), idStr);
|
134 |
jpm |
323 |
}
|
|
|
324 |
} else {
|
156 |
jp_milcent |
325 |
Info.display("Erreur", "Une erreur est survenue dans la méthode clicSupprimerStructure() du Médiateur.");
|
134 |
jpm |
326 |
}
|
|
|
327 |
}
|
142 |
gduche |
328 |
|
156 |
jp_milcent |
329 |
public void clicModifierStructure(List<Structure> structureSelection) {
|
|
|
330 |
if(structureSelection.size() == 0) {
|
|
|
331 |
Info.display("Information", "Veuillez sélectionner une structure.");
|
|
|
332 |
} else if(structureSelection.size() > 1) {
|
|
|
333 |
Info.display("Information", "Veuillez sélectionner une seule structure à la fois.");
|
|
|
334 |
} else if(structureSelection.size() == 1) {
|
|
|
335 |
panneauCentre.removeAll();
|
|
|
336 |
FormStructureVue formStructureVue = new FormStructureVue();
|
|
|
337 |
panneauCentre.add(formStructureVue);
|
|
|
338 |
panneauCentre.setId(ComposantId.PANNEAU_STRUCTURE_FORM);
|
|
|
339 |
|
|
|
340 |
String idStr = "" ;
|
|
|
341 |
for(int i = 0 ; i < structureSelection.size() ; i++) {
|
|
|
342 |
idStr = structureSelection.get(i).getId();
|
|
|
343 |
}
|
|
|
344 |
modele.selectionnerStructure(formStructureVue, getUtilisateurId(), idStr);
|
|
|
345 |
|
|
|
346 |
panneauCentre.layout();
|
|
|
347 |
} else {
|
|
|
348 |
Info.display("Erreur", "Une erreur est survenue dans la méthode clicModifierStructure() du Médiateur.");
|
|
|
349 |
}
|
|
|
350 |
|
|
|
351 |
}
|
|
|
352 |
|
|
|
353 |
public void modifierStructure(Rafraichissable vue, Structure structure) {
|
|
|
354 |
modele.modifierStructure(vue, getUtilisateurId(), structure);
|
|
|
355 |
}
|
|
|
356 |
|
|
|
357 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
358 |
// GESTION des PROJETS
|
|
|
359 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
360 |
|
142 |
gduche |
361 |
//Greg : ajout d'un écouteur pour le changement liste projet
|
|
|
362 |
public void rafraichirListeProjets() {
|
|
|
363 |
((Modele) Registry.get(RegistreId.MODELE)).obtenirListeProjets();
|
|
|
364 |
}
|
|
|
365 |
|
|
|
366 |
public void afficherListeProjets(ProjetsListe projets) {
|
|
|
367 |
((MenuPanneauVue) Registry.get(RegistreId.PANNEAU_OUEST)).rafraichir(projets);
|
|
|
368 |
}
|
159 |
gduche |
369 |
|
|
|
370 |
public void selectionnerProjet(String selectedIndexValue) {
|
|
|
371 |
Registry.register(RegistreId.PROJET, selectedIndexValue);
|
|
|
372 |
}
|
134 |
jpm |
373 |
}
|