60 |
jpm |
1 |
package org.tela_botanica.client;
|
|
|
2 |
|
231 |
jp_milcent |
3 |
import java.util.Iterator;
|
134 |
jpm |
4 |
import java.util.List;
|
|
|
5 |
|
61 |
jpm |
6 |
import org.tela_botanica.client.composants.AideFenetre;
|
60 |
jpm |
7 |
import org.tela_botanica.client.composants.IdentificationFenetre;
|
66 |
jpm |
8 |
import org.tela_botanica.client.composants.ParametreFenetre;
|
358 |
jp_milcent |
9 |
import org.tela_botanica.client.i18n.Constantes;
|
466 |
gduche |
10 |
import org.tela_botanica.client.i18n.ErrorMessages;
|
119 |
jpm |
11 |
import org.tela_botanica.client.interfaces.Rafraichissable;
|
447 |
jp_milcent |
12 |
import org.tela_botanica.client.modeles.Collection;
|
453 |
jp_milcent |
13 |
import org.tela_botanica.client.modeles.CollectionListe;
|
61 |
jpm |
14 |
import org.tela_botanica.client.modeles.Configuration;
|
156 |
jp_milcent |
15 |
import org.tela_botanica.client.modeles.Information;
|
327 |
jp_milcent |
16 |
import org.tela_botanica.client.modeles.MenuApplicationId;
|
142 |
gduche |
17 |
import org.tela_botanica.client.modeles.Personne;
|
128 |
gduche |
18 |
import org.tela_botanica.client.modeles.PersonneListe;
|
245 |
jp_milcent |
19 |
import org.tela_botanica.client.modeles.Projet;
|
268 |
jp_milcent |
20 |
import org.tela_botanica.client.modeles.ProjetListe;
|
107 |
aurelien |
21 |
import org.tela_botanica.client.modeles.Publication;
|
|
|
22 |
import org.tela_botanica.client.modeles.PublicationListe;
|
60 |
jpm |
23 |
import org.tela_botanica.client.modeles.Structure;
|
209 |
jp_milcent |
24 |
import org.tela_botanica.client.modeles.StructureAPersonne;
|
231 |
jp_milcent |
25 |
import org.tela_botanica.client.modeles.StructureAPersonneListe;
|
188 |
jp_milcent |
26 |
import org.tela_botanica.client.modeles.StructureConservation;
|
69 |
jpm |
27 |
import org.tela_botanica.client.modeles.StructureListe;
|
195 |
jp_milcent |
28 |
import org.tela_botanica.client.modeles.StructureValorisation;
|
61 |
jpm |
29 |
import org.tela_botanica.client.modeles.Utilisateur;
|
91 |
jpm |
30 |
import org.tela_botanica.client.modeles.ValeurListe;
|
447 |
jp_milcent |
31 |
import org.tela_botanica.client.vues.CollectionListeVue;
|
453 |
jp_milcent |
32 |
import org.tela_botanica.client.vues.CollectionVue;
|
444 |
jp_milcent |
33 |
import org.tela_botanica.client.vues.ContenuVue;
|
|
|
34 |
import org.tela_botanica.client.vues.EnteteVue;
|
438 |
gduche |
35 |
import org.tela_botanica.client.vues.PersonneForm;
|
444 |
jp_milcent |
36 |
import org.tela_botanica.client.vues.PublicationForm;
|
|
|
37 |
import org.tela_botanica.client.vues.StructureForm;
|
128 |
gduche |
38 |
import org.tela_botanica.client.vues.PersonneVue;
|
332 |
gduche |
39 |
import org.tela_botanica.client.vues.PopupChargement;
|
107 |
aurelien |
40 |
import org.tela_botanica.client.vues.PublicationVue;
|
443 |
jp_milcent |
41 |
import org.tela_botanica.client.vues.StatutVue;
|
60 |
jpm |
42 |
import org.tela_botanica.client.vues.StructureVue;
|
444 |
jp_milcent |
43 |
import org.tela_botanica.client.vues.MenuVue;
|
467 |
jp_milcent |
44 |
|
60 |
jpm |
45 |
import com.extjs.gxt.ui.client.Registry;
|
|
|
46 |
import com.extjs.gxt.ui.client.Style.LayoutRegion;
|
315 |
gduche |
47 |
import com.extjs.gxt.ui.client.event.Listener;
|
453 |
jp_milcent |
48 |
import com.extjs.gxt.ui.client.event.WindowEvent;
|
60 |
jpm |
49 |
import com.extjs.gxt.ui.client.util.Margins;
|
315 |
gduche |
50 |
import com.extjs.gxt.ui.client.widget.Dialog;
|
156 |
jp_milcent |
51 |
import com.extjs.gxt.ui.client.widget.Info;
|
315 |
gduche |
52 |
import com.extjs.gxt.ui.client.widget.MessageBox;
|
60 |
jpm |
53 |
import com.extjs.gxt.ui.client.widget.Viewport;
|
315 |
gduche |
54 |
import com.extjs.gxt.ui.client.widget.button.Button;
|
60 |
jpm |
55 |
import com.extjs.gxt.ui.client.widget.layout.BorderLayout;
|
|
|
56 |
import com.extjs.gxt.ui.client.widget.layout.BorderLayoutData;
|
91 |
jpm |
57 |
import com.google.gwt.core.client.GWT;
|
60 |
jpm |
58 |
import com.google.gwt.user.client.Window;
|
|
|
59 |
import com.google.gwt.user.client.ui.RootPanel;
|
|
|
60 |
|
277 |
jp_milcent |
61 |
public class Mediateur implements Rafraichissable {
|
60 |
jpm |
62 |
|
358 |
jp_milcent |
63 |
private Viewport viewport;
|
119 |
jpm |
64 |
private Modele modele = null;
|
369 |
jp_milcent |
65 |
public Constantes i18nC;
|
466 |
gduche |
66 |
public ErrorMessages messages;
|
119 |
jpm |
67 |
|
444 |
jp_milcent |
68 |
private EnteteVue panneauNord = null;
|
|
|
69 |
private MenuVue panneauOuest = null;
|
|
|
70 |
private ContenuVue panneauCentre = null;
|
443 |
jp_milcent |
71 |
private StatutVue panneauSud = null;
|
156 |
jp_milcent |
72 |
private Rafraichissable contenuPanneauCentre = null;
|
60 |
jpm |
73 |
|
358 |
jp_milcent |
74 |
private IdentificationFenetre fenetreIdentification = null;
|
|
|
75 |
|
60 |
jpm |
76 |
public Mediateur() {
|
|
|
77 |
// Enregistrement du Médiateur dans le Registre
|
|
|
78 |
Registry.register(RegistreId.MEDIATEUR, this);
|
358 |
jp_milcent |
79 |
// Gestion de l'i18n
|
369 |
jp_milcent |
80 |
i18nC = GWT.create(Constantes.class);
|
466 |
gduche |
81 |
messages = GWT.create(ErrorMessages.class);
|
|
|
82 |
|
60 |
jpm |
83 |
// Création du Modèle qui s'enregistre lui même dans le Registre
|
119 |
jpm |
84 |
modele = new Modele();
|
277 |
jp_milcent |
85 |
// Création de l'utilisateur courrant
|
|
|
86 |
Registry.register(RegistreId.UTILISATEUR_COURANT, new Utilisateur(null, false));
|
65 |
jpm |
87 |
this.connecterUtilisateur(null, null);
|
277 |
jp_milcent |
88 |
// Création du projet courrant
|
|
|
89 |
Registry.register(RegistreId.PROJET_COURANT, new Projet());
|
65 |
jpm |
90 |
|
60 |
jpm |
91 |
// Création du Viewport qui contient la disposition globale de l'application
|
|
|
92 |
viewport = new Viewport();
|
|
|
93 |
viewport.setLayout(new BorderLayout());
|
|
|
94 |
|
|
|
95 |
// Création des différents panneaux
|
|
|
96 |
creerPanneauNord();
|
|
|
97 |
creerPanneauOuest();
|
|
|
98 |
creerPanneauCentral();
|
358 |
jp_milcent |
99 |
creerPanneauSud();
|
60 |
jpm |
100 |
|
|
|
101 |
// Registry utile car présent partout!
|
|
|
102 |
Registry.register(RegistreId.VIEWPORT, viewport);
|
|
|
103 |
Registry.register(RegistreId.PANNEAU_OUEST, panneauOuest);
|
|
|
104 |
Registry.register(RegistreId.PANNEAU_CENTRE, panneauCentre);
|
358 |
jp_milcent |
105 |
Registry.register(RegistreId.PANNEAU_SUD, panneauSud);
|
60 |
jpm |
106 |
|
|
|
107 |
// Chargement du menu
|
327 |
jp_milcent |
108 |
chargeMenuApplication();
|
60 |
jpm |
109 |
|
|
|
110 |
// Retour à GWT du Viewport une fois constuit
|
|
|
111 |
RootPanel.get().add(viewport);
|
332 |
gduche |
112 |
|
|
|
113 |
masquerPopinChargement();
|
60 |
jpm |
114 |
}
|
|
|
115 |
|
156 |
jp_milcent |
116 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
117 |
// GESTION des PANNEAUX PRINCIPAUX
|
|
|
118 |
//+----------------------------------------------------------------------------------------------------------------+
|
119 |
jpm |
119 |
|
60 |
jpm |
120 |
private void creerPanneauNord() {
|
444 |
jp_milcent |
121 |
panneauNord = new EnteteVue(this);
|
60 |
jpm |
122 |
|
|
|
123 |
BorderLayoutData regionNord = new BorderLayoutData(LayoutRegion.NORTH, 100);
|
|
|
124 |
regionNord.setCollapsible(true);
|
|
|
125 |
regionNord.setFloatable(true);
|
|
|
126 |
regionNord.setSplit(false);
|
|
|
127 |
regionNord.setMargins(new Margins(5, 5, 0, 5));
|
|
|
128 |
|
|
|
129 |
viewport.add(panneauNord, regionNord);
|
|
|
130 |
}
|
|
|
131 |
|
|
|
132 |
private void creerPanneauOuest() {
|
444 |
jp_milcent |
133 |
panneauOuest = new MenuVue(this);
|
60 |
jpm |
134 |
|
|
|
135 |
BorderLayoutData regionOuest = new BorderLayoutData(LayoutRegion.WEST, 200);
|
|
|
136 |
regionOuest.setSplit(true);
|
|
|
137 |
regionOuest.setCollapsible(true);
|
|
|
138 |
regionOuest.setMargins(new Margins(5));
|
|
|
139 |
|
|
|
140 |
viewport.add(panneauOuest, regionOuest);
|
|
|
141 |
}
|
|
|
142 |
|
|
|
143 |
private void creerPanneauCentral() {
|
444 |
jp_milcent |
144 |
panneauCentre = new ContenuVue(this);
|
60 |
jpm |
145 |
|
|
|
146 |
BorderLayoutData regionCentre = new BorderLayoutData(LayoutRegion.CENTER);
|
|
|
147 |
regionCentre.setMargins(new Margins(5, 5, 5, 0));
|
|
|
148 |
|
|
|
149 |
viewport.add(panneauCentre, regionCentre);
|
|
|
150 |
}
|
358 |
jp_milcent |
151 |
|
|
|
152 |
private void creerPanneauSud() {
|
443 |
jp_milcent |
153 |
panneauSud = new StatutVue();
|
358 |
jp_milcent |
154 |
|
369 |
jp_milcent |
155 |
BorderLayoutData regionSud = new BorderLayoutData(LayoutRegion.SOUTH, 20);
|
358 |
jp_milcent |
156 |
regionSud.setCollapsible(true);
|
|
|
157 |
regionSud.setFloatable(true);
|
|
|
158 |
regionSud.setSplit(false);
|
|
|
159 |
regionSud.setMargins(new Margins(0));
|
|
|
160 |
|
|
|
161 |
viewport.add(panneauSud, regionSud);
|
|
|
162 |
}
|
60 |
jpm |
163 |
|
369 |
jp_milcent |
164 |
public void actualiserPanneauCentral() {
|
414 |
gduche |
165 |
System.out.println(panneauCentre);
|
369 |
jp_milcent |
166 |
panneauCentre.layout();
|
|
|
167 |
}
|
|
|
168 |
|
156 |
jp_milcent |
169 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
170 |
// GESTION du MENU
|
|
|
171 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
172 |
|
327 |
jp_milcent |
173 |
public void chargeMenuApplication() {
|
444 |
jp_milcent |
174 |
((MenuVue) Registry.get(RegistreId.PANNEAU_OUEST)).chargerMenus();
|
60 |
jpm |
175 |
}
|
|
|
176 |
|
327 |
jp_milcent |
177 |
public void clicMenu(String codeMenuClique) {
|
358 |
jp_milcent |
178 |
activerChargement(codeMenuClique);
|
60 |
jpm |
179 |
panneauCentre.removeAll();
|
327 |
jp_milcent |
180 |
if (codeMenuClique.equals(MenuApplicationId.STRUCTURE)) {
|
277 |
jp_milcent |
181 |
modele.selectionnerStructure(panneauCentre, getProjetId(), null);
|
327 |
jp_milcent |
182 |
} else if (codeMenuClique.equals(MenuApplicationId.PUBLICATION)) {
|
277 |
jp_milcent |
183 |
modele.selectionnerPublications(panneauCentre);
|
327 |
jp_milcent |
184 |
} else if (codeMenuClique.equals(MenuApplicationId.PERSONNE)) {
|
277 |
jp_milcent |
185 |
modele.selectionnerPersonne(panneauCentre, null, getProjetId(), null);
|
453 |
jp_milcent |
186 |
} else if (codeMenuClique.equals(MenuApplicationId.COLLECTION)) {
|
|
|
187 |
selectionnerCollection(panneauCentre, null);
|
379 |
jp_milcent |
188 |
} else {
|
327 |
jp_milcent |
189 |
GWT.log("Non implémenté! Menu id : "+codeMenuClique, null);
|
60 |
jpm |
190 |
}
|
|
|
191 |
panneauCentre.layout();
|
|
|
192 |
}
|
|
|
193 |
|
358 |
jp_milcent |
194 |
public void activerChargement(String message) {
|
|
|
195 |
afficherPopinChargement();
|
369 |
jp_milcent |
196 |
panneauSud.showBusy(i18nC.chargement()+" "+message);
|
358 |
jp_milcent |
197 |
}
|
|
|
198 |
|
|
|
199 |
public void desactiverChargement() {
|
|
|
200 |
masquerPopinChargement();
|
|
|
201 |
panneauSud.clear();
|
|
|
202 |
}
|
|
|
203 |
|
156 |
jp_milcent |
204 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
205 |
// GESTION DES FENÊTRES
|
|
|
206 |
//+----------------------------------------------------------------------------------------------------------------+
|
60 |
jpm |
207 |
|
61 |
jpm |
208 |
public void ouvrirAide() {
|
|
|
209 |
AideFenetre aideFenetre = new AideFenetre();
|
|
|
210 |
aideFenetre.show();
|
66 |
jpm |
211 |
// FIXME : apparament le fade In/Fade Out pose problème sur les navigateurs...
|
|
|
212 |
//aideFenetre.el().fadeIn(FxConfig.NONE);
|
61 |
jpm |
213 |
}
|
|
|
214 |
|
|
|
215 |
public void ouvrirParametres() {
|
66 |
jpm |
216 |
ParametreFenetre parametresFenetre = new ParametreFenetre();
|
|
|
217 |
parametresFenetre.show();
|
61 |
jpm |
218 |
}
|
|
|
219 |
|
|
|
220 |
public void ouvrirIdentification() {
|
358 |
jp_milcent |
221 |
fenetreIdentification = new IdentificationFenetre();
|
|
|
222 |
fenetreIdentification.show();
|
61 |
jpm |
223 |
}
|
|
|
224 |
|
|
|
225 |
public void ouvrirApplis(String id) {
|
|
|
226 |
if (id.equals(ComposantId.MENU_CEL)) {
|
|
|
227 |
Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getCelUrl(), "Carnet en ligne", "");
|
|
|
228 |
} else if (id.equals(ComposantId.MENU_BEL)) {
|
134 |
jpm |
229 |
Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getCelUrl(), "Biblio en ligne", "");
|
61 |
jpm |
230 |
}
|
|
|
231 |
}
|
|
|
232 |
|
156 |
jp_milcent |
233 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
234 |
// GESTION de l'UTILISATEUR et de l'IDENTIFICATION
|
|
|
235 |
//+----------------------------------------------------------------------------------------------------------------+
|
245 |
jp_milcent |
236 |
/**
|
|
|
237 |
* Retourne l'identifiant de l'utilisateur courrant de l'application.
|
|
|
238 |
*/
|
156 |
jp_milcent |
239 |
public String getUtilisateurId() {
|
277 |
jp_milcent |
240 |
String id = null;
|
|
|
241 |
Utilisateur utilisateurCourant = (Utilisateur) Registry.get(RegistreId.UTILISATEUR_COURANT);
|
|
|
242 |
if (!utilisateurCourant.getId().equals("")) {
|
|
|
243 |
id = utilisateurCourant.getId();
|
|
|
244 |
}
|
|
|
245 |
return id;
|
156 |
jp_milcent |
246 |
}
|
|
|
247 |
|
65 |
jpm |
248 |
public void connecterUtilisateur(String login, String mdp) {
|
277 |
jp_milcent |
249 |
modele.connecterUtilisateur(this, login, mdp);
|
64 |
jpm |
250 |
}
|
|
|
251 |
|
65 |
jpm |
252 |
public void deconnecterUtilisateur() {
|
277 |
jp_milcent |
253 |
modele.deconnecterUtilisateur(this);
|
64 |
jpm |
254 |
}
|
65 |
jpm |
255 |
|
64 |
jpm |
256 |
public void mettreAJourEtatIdentification(Utilisateur utilisateur) {
|
156 |
jp_milcent |
257 |
// Mise à jour du registre
|
277 |
jp_milcent |
258 |
Registry.register(RegistreId.UTILISATEUR_COURANT, utilisateur);
|
156 |
jp_milcent |
259 |
// Création de l'information de mise à jour de l'utilisateur
|
|
|
260 |
Information info = new Information("maj_utilisateur");
|
358 |
jp_milcent |
261 |
|
|
|
262 |
// Rafraichissement de la fenêtre d'Identification
|
|
|
263 |
if (fenetreIdentification != null) {
|
|
|
264 |
fenetreIdentification.rafraichir(info);
|
|
|
265 |
}
|
156 |
jp_milcent |
266 |
|
|
|
267 |
// Rafraichissement du panneau Nord
|
|
|
268 |
panneauNord.rafraichir(info);
|
|
|
269 |
|
|
|
270 |
// Rafraichissement du panneau Centre
|
|
|
271 |
if (contenuPanneauCentre != null) {
|
|
|
272 |
contenuPanneauCentre.rafraichir(info);
|
|
|
273 |
}
|
61 |
jpm |
274 |
}
|
66 |
jpm |
275 |
|
156 |
jp_milcent |
276 |
//+----------------------------------------------------------------------------------------------------------------+
|
447 |
jp_milcent |
277 |
// GESTION DES VALEURS ET LISTES
|
|
|
278 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
279 |
|
|
|
280 |
public void afficherListeValeurs(ValeurListe nouvelleDonnees) {
|
|
|
281 |
if (panneauCentre.getId().equals(ComposantId.PANNEAU_STRUCTURE_FORM)) {
|
|
|
282 |
((StructureForm) panneauCentre.getItem(0)).rafraichir(nouvelleDonnees);
|
|
|
283 |
} else {
|
|
|
284 |
GWT.log("Aucun panneau trouvé pour afficher la liste de valeur", null);
|
|
|
285 |
}
|
|
|
286 |
}
|
|
|
287 |
|
453 |
jp_milcent |
288 |
public void obtenirListeValeurEtRafraichir(Rafraichissable vue, String listeId) {
|
|
|
289 |
modele.obtenirListeValeurs(vue, ((Configuration) Registry.get(RegistreId.CONFIG)).getListeId(listeId));
|
|
|
290 |
}
|
447 |
jp_milcent |
291 |
|
453 |
jp_milcent |
292 |
public void obtenirValeurEtRafraichir(Rafraichissable vue, String listeId, String identifiantValeur) {
|
|
|
293 |
modele.obtenirValeur(vue, "abv", ((Configuration) Registry.get(RegistreId.CONFIG)).getListeId(listeId), identifiantValeur);
|
|
|
294 |
}
|
|
|
295 |
|
|
|
296 |
public void obtenirListeRegionsEtRafraichir(Rafraichissable vue, String strListeId, String strPays) {
|
|
|
297 |
modele.obtenirListeRegion(vue, ((Configuration) Registry.get(RegistreId.CONFIG)).getListeId(strListeId), strPays+".__");
|
|
|
298 |
}
|
|
|
299 |
|
447 |
jp_milcent |
300 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
301 |
// GESTION des PROJETS
|
|
|
302 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
303 |
|
|
|
304 |
/**
|
|
|
305 |
* Retourne l'identifiant du projet courrant de l'application.
|
|
|
306 |
*/
|
|
|
307 |
public String getProjetId() {
|
|
|
308 |
String id = null;
|
|
|
309 |
Projet projetCourant = (Projet) Registry.get(RegistreId.PROJET_COURANT);
|
|
|
310 |
if (projetCourant != null && !projetCourant.getId().equals("")) {
|
|
|
311 |
id = projetCourant.getId();
|
|
|
312 |
}
|
|
|
313 |
return id;
|
|
|
314 |
}
|
|
|
315 |
|
|
|
316 |
//Greg : ajout d'un écouteur pour le changement liste projet
|
|
|
317 |
public void selectionnerProjets(Rafraichissable vue) {
|
|
|
318 |
modele.selectionnerProjets(vue);
|
|
|
319 |
}
|
|
|
320 |
|
|
|
321 |
public void afficherListeProjets(ProjetListe projets) {
|
|
|
322 |
panneauOuest.rafraichir(projets);
|
|
|
323 |
}
|
|
|
324 |
|
|
|
325 |
public void selectionnerProjetCourant(Projet projetSelectionne) {
|
|
|
326 |
Registry.register(RegistreId.PROJET_COURANT, projetSelectionne);
|
|
|
327 |
if (contenuPanneauCentre instanceof PersonneVue) {
|
|
|
328 |
modele.selectionnerPersonne(contenuPanneauCentre, null, getProjetId(), null);
|
|
|
329 |
//FIXME Le rafraichissement du panneau ne se fait pas!
|
|
|
330 |
} else if (contenuPanneauCentre instanceof StructureVue) {
|
|
|
331 |
modele.obtenirListeStructures(contenuPanneauCentre, getProjetId());
|
|
|
332 |
}
|
|
|
333 |
}
|
|
|
334 |
|
|
|
335 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
336 |
// GESTION DES STRUCTURES
|
|
|
337 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
338 |
|
453 |
jp_milcent |
339 |
public void afficherListeStructures(StructureListe structuresACharger) {
|
|
|
340 |
// TODO : créer dès l'initialisation de l'application InsitutionVue et la cacher
|
|
|
341 |
StructureVue institutionVue = new StructureVue(this);
|
|
|
342 |
panneauCentre.add(institutionVue);
|
|
|
343 |
panneauCentre.setId(ComposantId.PANNEAU_STRUCTURE_LISTE);
|
|
|
344 |
contenuPanneauCentre = institutionVue;
|
|
|
345 |
institutionVue.rafraichir(structuresACharger);
|
|
|
346 |
}
|
|
|
347 |
|
447 |
jp_milcent |
348 |
public void clicListeStructure(Structure structure) {
|
|
|
349 |
contenuPanneauCentre.rafraichir(structure);
|
|
|
350 |
if (structure.getPersonnel() == null) {
|
|
|
351 |
selectionnerStructureAPersonne(contenuPanneauCentre, structure.getId(), StructureAPersonne.ROLE_EQUIPE);
|
|
|
352 |
} else {
|
|
|
353 |
GWT.log("OK personnel déjà chargé", null);
|
|
|
354 |
}
|
|
|
355 |
}
|
|
|
356 |
|
|
|
357 |
public void clicAjouterStructure() {
|
|
|
358 |
panneauCentre.removeAll();
|
|
|
359 |
StructureForm structureForm = new StructureForm(this, StructureForm.MODE_AJOUTER);
|
|
|
360 |
panneauCentre.add(structureForm);
|
|
|
361 |
panneauCentre.setId(ComposantId.PANNEAU_STRUCTURE_FORM);
|
|
|
362 |
panneauCentre.layout();
|
|
|
363 |
}
|
|
|
364 |
|
|
|
365 |
public void clicModifierStructure(List<Structure> structureSelection) {
|
|
|
366 |
if (structureSelection.size() == 0) {
|
|
|
367 |
Info.display("Information", "Veuillez sélectionner une structure.");
|
|
|
368 |
} else if (structureSelection.size() > 1) {
|
|
|
369 |
Info.display("Information", "Veuillez sélectionner une seule structure à la fois.");
|
|
|
370 |
} else if (structureSelection.size() == 1) {
|
|
|
371 |
panneauCentre.removeAll();
|
|
|
372 |
StructureForm structureForm = new StructureForm(this, StructureForm.MODE_MODIFIER);
|
|
|
373 |
panneauCentre.add(structureForm);
|
|
|
374 |
panneauCentre.setId(ComposantId.PANNEAU_STRUCTURE_FORM);
|
|
|
375 |
|
|
|
376 |
selectionnerStructure(structureForm, structureSelection.get(0).getId());
|
|
|
377 |
selectionnerStructureAPersonne(structureForm, structureSelection.get(0).getId(), StructureAPersonne.ROLE_EQUIPE);
|
|
|
378 |
|
|
|
379 |
panneauCentre.layout();
|
|
|
380 |
} else {
|
|
|
381 |
Info.display("Erreur", "Une erreur est survenue dans la méthode clicModifierStructure() du Médiateur.");
|
|
|
382 |
}
|
|
|
383 |
|
|
|
384 |
}
|
|
|
385 |
|
|
|
386 |
public void clicSupprimerStructure(final Rafraichissable vue, final List<Structure> structureSelection) {
|
|
|
387 |
if (structureSelection.size() == 0) {
|
|
|
388 |
Info.display("Information", "Veuillez sélectionner une structure.");
|
|
|
389 |
} else if(structureSelection.size() > 0) {
|
|
|
390 |
String message = "Êtes vous sur de vouloir supprimer les structures sélectionnées ?";
|
|
|
391 |
if (structureSelection.size() == 1) {
|
|
|
392 |
message = "Êtes vous sur de vouloir supprimer la structure sélectionnée ?";
|
|
|
393 |
}
|
|
|
394 |
|
453 |
jp_milcent |
395 |
final Listener<WindowEvent> suppressionEcouteur = new Listener<WindowEvent>() {
|
|
|
396 |
public void handleEvent(WindowEvent ce) {
|
|
|
397 |
Dialog dialog = (Dialog) ce.component;
|
|
|
398 |
Button btn = dialog.getButtonPressed();
|
|
|
399 |
|
|
|
400 |
if (btn.getText().equals(dialog.yesText)) {
|
|
|
401 |
String idStr = "" ;
|
|
|
402 |
for(int i = 0 ; i < structureSelection.size() ; i++) {
|
|
|
403 |
idStr += structureSelection.get(i).getId()+"," ;
|
|
|
404 |
}
|
|
|
405 |
supprimerStructure(vue, idStr);
|
|
|
406 |
}
|
|
|
407 |
}
|
|
|
408 |
};
|
447 |
jp_milcent |
409 |
|
453 |
jp_milcent |
410 |
MessageBox.confirm("Supprimer une structure", message, suppressionEcouteur);
|
447 |
jp_milcent |
411 |
} else {
|
|
|
412 |
Info.display("Erreur", "Une erreur est survenue dans la méthode clicSupprimerStructure() du Médiateur.");
|
|
|
413 |
}
|
|
|
414 |
}
|
|
|
415 |
|
|
|
416 |
public void selectionnerStructure(Rafraichissable vue, String structureId) {
|
453 |
jp_milcent |
417 |
modele.selectionnerStructure(vue, getProjetId(), structureId);
|
447 |
jp_milcent |
418 |
}
|
|
|
419 |
|
|
|
420 |
public void ajouterStructure(Rafraichissable vue, Structure structure, StructureConservation conservation, StructureValorisation valorisation) {
|
|
|
421 |
modele.ajouterStructure(vue, getUtilisateurId(), structure, conservation, valorisation);
|
|
|
422 |
}
|
|
|
423 |
|
|
|
424 |
public void modifierStructure(Rafraichissable vue, String structureId, Structure structure, StructureConservation conservation, StructureValorisation valorisation) {
|
|
|
425 |
modele.modifierStructure(vue, getUtilisateurId(), structureId, structure, conservation, valorisation);
|
|
|
426 |
}
|
453 |
jp_milcent |
427 |
|
|
|
428 |
public void supprimerStructure(Rafraichissable vueARafraichir, String IdentifiantsStructureSepareParVirgule) {
|
|
|
429 |
modele.supprimerStructure(vueARafraichir, getUtilisateurId(), IdentifiantsStructureSepareParVirgule);
|
|
|
430 |
}
|
|
|
431 |
|
447 |
jp_milcent |
432 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
433 |
// GESTION de la relation STRUCTURE A PERSONNE
|
|
|
434 |
public void selectionnerStructureAPersonne(Rafraichissable vue, String structureId, String roleId) {
|
|
|
435 |
GWT.log("Structure : "+structureId, null);
|
|
|
436 |
modele.selectionnerStructureAPersonne(vue, getUtilisateurId(), null, structureId, roleId);
|
|
|
437 |
}
|
|
|
438 |
|
453 |
jp_milcent |
439 |
public void ajouterStructureAPersonne(Rafraichissable vue, String structureId, StructureAPersonneListe personnelAjoute) {
|
|
|
440 |
if (personnelAjoute != null && personnelAjoute.size() > 0) {
|
|
|
441 |
for (Iterator<String> it = personnelAjoute.keySet().iterator(); it.hasNext();) {
|
|
|
442 |
modele.ajouterStructureAPersonne(vue, getUtilisateurId(), structureId, (StructureAPersonne) personnelAjoute.get(it.next()));
|
|
|
443 |
}
|
|
|
444 |
}
|
|
|
445 |
}
|
|
|
446 |
|
447 |
jp_milcent |
447 |
public void modifierStructureAPersonne(Rafraichissable vue, StructureAPersonneListe personnelModifie) {
|
|
|
448 |
if (personnelModifie != null && personnelModifie.size() > 0) {
|
|
|
449 |
GWT.log("Mediateur :modif", null);
|
|
|
450 |
for (Iterator<String> it = personnelModifie.keySet().iterator(); it.hasNext();) {
|
|
|
451 |
modele.modifierStructureAPersonne(vue, getUtilisateurId(), (StructureAPersonne) personnelModifie.get(it.next()));
|
|
|
452 |
}
|
|
|
453 |
}
|
|
|
454 |
}
|
|
|
455 |
|
|
|
456 |
public void supprimerStructureAPersonne(Rafraichissable vue, StructureAPersonneListe personnelSupprime) {
|
|
|
457 |
if (personnelSupprime != null && personnelSupprime.size() > 0) {
|
|
|
458 |
String idStrAPer = "" ;
|
|
|
459 |
for (Iterator<String> it = personnelSupprime.keySet().iterator(); it.hasNext();) {
|
|
|
460 |
idStrAPer += personnelSupprime.get(it.next()).getId()+"," ;
|
|
|
461 |
}
|
|
|
462 |
modele.supprimerStructureAPersonne(vue, getUtilisateurId(), idStrAPer);
|
|
|
463 |
}
|
|
|
464 |
}
|
|
|
465 |
|
|
|
466 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
467 |
// GESTION des COLLECTIONS
|
|
|
468 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
469 |
|
453 |
jp_milcent |
470 |
public void afficherListeCollections(CollectionListe collectionsACharger) {
|
|
|
471 |
CollectionVue collectionVue = new CollectionVue(this);
|
|
|
472 |
panneauCentre.add(collectionVue);
|
|
|
473 |
panneauCentre.setId(ComposantId.PANNEAU_COLLECTION_LISTE);
|
|
|
474 |
contenuPanneauCentre = collectionVue;
|
|
|
475 |
collectionVue.rafraichir(collectionsACharger);
|
|
|
476 |
}
|
|
|
477 |
|
|
|
478 |
public void clicListeCollection(Collection collectionCliquee) {
|
|
|
479 |
contenuPanneauCentre.rafraichir(collectionCliquee);
|
|
|
480 |
}
|
|
|
481 |
|
447 |
jp_milcent |
482 |
public void clicAjouterCollection() {
|
|
|
483 |
// TODO Auto-generated method stub
|
|
|
484 |
|
|
|
485 |
}
|
|
|
486 |
|
|
|
487 |
public void clicModifierCollection(List<Collection> selection) {
|
|
|
488 |
// TODO Auto-generated method stub
|
|
|
489 |
|
|
|
490 |
}
|
|
|
491 |
|
453 |
jp_milcent |
492 |
public void clicSupprimerCollection(CollectionListeVue collectionListeVue, List<Collection> collectionsASupprimer) {
|
447 |
jp_milcent |
493 |
// TODO Auto-generated method stub
|
|
|
494 |
|
|
|
495 |
}
|
|
|
496 |
|
467 |
jp_milcent |
497 |
public void selectionnerCollection(Rafraichissable vueARafraichir, String collectionId) {
|
|
|
498 |
modele.selectionnerCollection(vueARafraichir, getProjetId(), collectionId);
|
453 |
jp_milcent |
499 |
}
|
|
|
500 |
|
|
|
501 |
public void ajouterCollection(Rafraichissable vueARafraichir, Collection collection) {
|
|
|
502 |
modele.ajouterCollection(vueARafraichir, getUtilisateurId(), collection);
|
|
|
503 |
}
|
|
|
504 |
|
|
|
505 |
public void modifierCollection(Rafraichissable vueARafraichir, Collection collection) {
|
|
|
506 |
modele.modifierCollection(vueARafraichir, getUtilisateurId(), collection);
|
|
|
507 |
}
|
|
|
508 |
|
|
|
509 |
public void supprimerCollection(Rafraichissable vueARafraichir, String IdentifiantsCollectionSepareParVirgule) {
|
|
|
510 |
modele.supprimerCollection(vueARafraichir, getUtilisateurId(), IdentifiantsCollectionSepareParVirgule);
|
|
|
511 |
}
|
|
|
512 |
|
447 |
jp_milcent |
513 |
//+----------------------------------------------------------------------------------------------------------------+
|
156 |
jp_milcent |
514 |
// GESTION DES PERSONNES
|
|
|
515 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
516 |
|
|
|
517 |
public void clicListePersonne(Personne personne) {
|
453 |
jp_milcent |
518 |
contenuPanneauCentre.rafraichir(personne);
|
69 |
jpm |
519 |
}
|
|
|
520 |
|
278 |
jp_milcent |
521 |
public void afficherListePersonnes(PersonneListe personnesACharger) {
|
414 |
gduche |
522 |
PersonneVue personneVue = new PersonneVue();
|
|
|
523 |
contenuPanneauCentre = personneVue;
|
|
|
524 |
panneauCentre.add(personneVue);
|
|
|
525 |
|
278 |
jp_milcent |
526 |
contenuPanneauCentre.rafraichir(personnesACharger);
|
|
|
527 |
//contenuPanneauCentre.layout();
|
156 |
jp_milcent |
528 |
}
|
|
|
529 |
|
128 |
gduche |
530 |
public void clicAjouterPersonne() {
|
332 |
gduche |
531 |
afficherPopinChargement();
|
|
|
532 |
|
277 |
jp_milcent |
533 |
panneauCentre.removeAll();
|
454 |
gduche |
534 |
PersonneForm formulairePersonneVue = new PersonneForm(PersonneForm.MODE_AJOUTER);
|
277 |
jp_milcent |
535 |
contenuPanneauCentre = formulairePersonneVue;
|
|
|
536 |
panneauCentre.add(formulairePersonneVue);
|
|
|
537 |
panneauCentre.layout();
|
128 |
gduche |
538 |
}
|
|
|
539 |
|
285 |
gduche |
540 |
public void clicModifierPersonne(Personne personne) {
|
|
|
541 |
if (personne!=null) {
|
|
|
542 |
panneauCentre.removeAll();
|
454 |
gduche |
543 |
PersonneForm formulairePersonneVue = new PersonneForm(PersonneForm.MODE_MODIFIER);
|
285 |
gduche |
544 |
contenuPanneauCentre = formulairePersonneVue;
|
|
|
545 |
panneauCentre.add(formulairePersonneVue);
|
349 |
gduche |
546 |
|
|
|
547 |
selectionnerPersonne(formulairePersonneVue, personne);
|
|
|
548 |
|
|
|
549 |
panneauCentre.layout();
|
285 |
gduche |
550 |
}
|
|
|
551 |
}
|
|
|
552 |
|
349 |
gduche |
553 |
public void selectionnerPersonne(Rafraichissable vue, Personne personne) {
|
|
|
554 |
modele.selectionnerPersonne(vue, personne.getId(), null, null);
|
|
|
555 |
}
|
285 |
gduche |
556 |
|
315 |
gduche |
557 |
public void clicSupprimerPersonne(final Rafraichissable vue,final List<Personne> personneSelection) {
|
245 |
jp_milcent |
558 |
if (personneSelection.size() == 0) {
|
|
|
559 |
Info.display("Information", "Veuillez sélectionner une personne.");
|
|
|
560 |
} else if(personneSelection.size() > 0) {
|
|
|
561 |
String message = "Êtes vous sur de vouloir supprimer les personnes sélectionnées ?";
|
|
|
562 |
if (personneSelection.size() == 1) {
|
|
|
563 |
message = "Êtes vous sur de vouloir supprimer la personne sélectionnée ?";
|
|
|
564 |
}
|
315 |
gduche |
565 |
|
453 |
jp_milcent |
566 |
final Listener<WindowEvent> listenerSuppression = new Listener<WindowEvent>() {
|
|
|
567 |
public void handleEvent(WindowEvent ce) {
|
327 |
jp_milcent |
568 |
Dialog dialog = (Dialog) ce.component;
|
|
|
569 |
Button btn = dialog.getButtonPressed();
|
|
|
570 |
|
|
|
571 |
if (btn.getText().equals(dialog.yesText)) {
|
|
|
572 |
String idStr = "" ;
|
347 |
gduche |
573 |
Iterator<Personne> itPersonne = personneSelection.iterator();
|
|
|
574 |
while (itPersonne.hasNext()) {
|
|
|
575 |
Personne personneCourante = itPersonne.next();
|
|
|
576 |
idStr += personneCourante.getId();
|
389 |
gduche |
577 |
idStr +=",";
|
327 |
jp_milcent |
578 |
}
|
329 |
jp_milcent |
579 |
modele.supprimerPersonne(vue, idStr);
|
327 |
jp_milcent |
580 |
}
|
|
|
581 |
}
|
|
|
582 |
};
|
453 |
jp_milcent |
583 |
|
315 |
gduche |
584 |
MessageBox.confirm("Supprimer une personne", message, listenerSuppression);
|
245 |
jp_milcent |
585 |
} else {
|
|
|
586 |
Info.display("Erreur", "Une erreur est survenue dans la méthode clicSupprimerPersonne() du Médiateur.");
|
|
|
587 |
}
|
|
|
588 |
}
|
277 |
jp_milcent |
589 |
|
|
|
590 |
public void selectionnerPersonneParNomComplet(Rafraichissable vue, String projetId, String nomComplet) {
|
|
|
591 |
modele.selectionnerPersonne(vue, null, projetId, nomComplet);
|
|
|
592 |
}
|
245 |
jp_milcent |
593 |
|
389 |
gduche |
594 |
public void enregistrerPersonne(Rafraichissable vue, Personne personne){
|
429 |
gduche |
595 |
if (personne.getId()!=null && !personne.getId().trim().equals("")) {
|
|
|
596 |
modele.modifierPersonne(vue, personne);
|
|
|
597 |
} else {
|
|
|
598 |
modele.ajouterPersonne(vue, personne);
|
|
|
599 |
}
|
389 |
gduche |
600 |
}
|
|
|
601 |
|
156 |
jp_milcent |
602 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
603 |
// GESTION DES PUBLICATIONS
|
|
|
604 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
605 |
|
107 |
aurelien |
606 |
public void afficherListePublication(PublicationListe nouvelleDonnees) {
|
|
|
607 |
PublicationVue publicationVue = new PublicationVue() ;
|
228 |
aurelien |
608 |
panneauCentre.removeAll();
|
107 |
aurelien |
609 |
panneauCentre.add(publicationVue);
|
186 |
gduche |
610 |
contenuPanneauCentre = publicationVue;
|
107 |
aurelien |
611 |
publicationVue.rafraichir(nouvelleDonnees);
|
|
|
612 |
|
|
|
613 |
}
|
|
|
614 |
|
|
|
615 |
public void clicListePublication(Publication publication) {
|
379 |
jp_milcent |
616 |
panneauCentre.rafraichir(publication);
|
107 |
aurelien |
617 |
}
|
|
|
618 |
|
|
|
619 |
public void clicAjouterPublication() {
|
223 |
aurelien |
620 |
panneauCentre.removeAll();
|
444 |
jp_milcent |
621 |
PublicationForm publicationForm = new PublicationForm();
|
|
|
622 |
panneauCentre.add(publicationForm);
|
223 |
aurelien |
623 |
panneauCentre.setId(ComposantId.PANNEAU_FORM_PUBLICATION);
|
|
|
624 |
panneauCentre.layout();
|
107 |
aurelien |
625 |
}
|
156 |
jp_milcent |
626 |
|
245 |
jp_milcent |
627 |
public void clicModifierPublication(List<Publication> publicationListe) {
|
|
|
628 |
if(publicationListe.size() <= 0) {
|
315 |
gduche |
629 |
MessageBox.alert("Attention", "Vous devez sélectionner une publication", null);
|
379 |
jp_milcent |
630 |
} else {
|
245 |
jp_milcent |
631 |
Publication pubAModifier = publicationListe.get(publicationListe.size() -1);
|
|
|
632 |
panneauCentre.removeAll();
|
444 |
jp_milcent |
633 |
PublicationForm publicationForm = new PublicationForm();
|
|
|
634 |
panneauCentre.add(publicationForm);
|
245 |
jp_milcent |
635 |
panneauCentre.setId(ComposantId.PANNEAU_FORM_PUBLICATION);
|
|
|
636 |
panneauCentre.layout();
|
444 |
jp_milcent |
637 |
publicationForm.rafraichir(pubAModifier);
|
245 |
jp_milcent |
638 |
}
|
|
|
639 |
}
|
|
|
640 |
|
315 |
gduche |
641 |
public void clicSupprimerPublication(final List<Publication> publicationListe) {
|
453 |
jp_milcent |
642 |
if (publicationListe.size() <= 0) {
|
315 |
gduche |
643 |
MessageBox.alert("Attention", "Vous devez sélectionner une publication", null);
|
379 |
jp_milcent |
644 |
} else {
|
453 |
jp_milcent |
645 |
String message = "Voulez-vous vraiment supprimer ces publication ?";
|
245 |
jp_milcent |
646 |
if(publicationListe.size() == 1) {
|
|
|
647 |
message = "Voulez-vous vraiment supprimer cette publication ?";
|
|
|
648 |
}
|
315 |
gduche |
649 |
|
453 |
jp_milcent |
650 |
final Listener<WindowEvent> listenerSuppression = new Listener<WindowEvent>() {
|
|
|
651 |
public void handleEvent(WindowEvent ce) {
|
315 |
gduche |
652 |
Dialog dialog = (Dialog) ce.component;
|
|
|
653 |
Button btn = dialog.getButtonPressed();
|
|
|
654 |
|
379 |
jp_milcent |
655 |
if (btn.getText().equals(dialog.yesText)) {
|
315 |
gduche |
656 |
modele.supprimerPublication(contenuPanneauCentre, getUtilisateurId(),publicationListe);
|
|
|
657 |
}
|
|
|
658 |
}
|
|
|
659 |
};
|
|
|
660 |
|
|
|
661 |
MessageBox.confirm("Supprimer une publication", message, listenerSuppression);
|
245 |
jp_milcent |
662 |
}
|
|
|
663 |
}
|
|
|
664 |
|
444 |
jp_milcent |
665 |
public void ajouterPublication(PublicationForm publicationForm, Publication publi) {
|
453 |
jp_milcent |
666 |
modele.ajouterPublication(contenuPanneauCentre, getUtilisateurId(), publi);
|
245 |
jp_milcent |
667 |
}
|
|
|
668 |
|
444 |
jp_milcent |
669 |
public void modifierPublication(PublicationForm publicationForm, Publication publi) {
|
453 |
jp_milcent |
670 |
modele.modifierPublication(contenuPanneauCentre, getUtilisateurId(), publi);
|
245 |
jp_milcent |
671 |
}
|
|
|
672 |
|
453 |
jp_milcent |
673 |
public void clicObtenirListeEditeurs(Rafraichissable vueARafraichir) {
|
|
|
674 |
modele.selectionnerStructure(vueARafraichir, null, null);
|
245 |
jp_milcent |
675 |
}
|
|
|
676 |
|
453 |
jp_milcent |
677 |
public void clicObtenirListeAuteurs(Rafraichissable vueARafraichir) {
|
|
|
678 |
modele.selectionnerPersonne(vueARafraichir, null, null, null);
|
245 |
jp_milcent |
679 |
}
|
|
|
680 |
|
156 |
jp_milcent |
681 |
//+----------------------------------------------------------------------------------------------------------------+
|
447 |
jp_milcent |
682 |
// RAFRAICHISSEMENT
|
156 |
jp_milcent |
683 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
684 |
|
277 |
jp_milcent |
685 |
public void rafraichir(Object nouvelleDonnees) {
|
|
|
686 |
if (nouvelleDonnees instanceof Utilisateur) {
|
|
|
687 |
mettreAJourEtatIdentification((Utilisateur) nouvelleDonnees);
|
278 |
jp_milcent |
688 |
} else {
|
|
|
689 |
GWT.log("Pas de correspondance dans la méthode rafraichir() de la classe "+this.getClass(), null);
|
277 |
jp_milcent |
690 |
}
|
|
|
691 |
}
|
281 |
gduche |
692 |
|
453 |
jp_milcent |
693 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
694 |
// GESTION du STATUT
|
|
|
695 |
//+----------------------------------------------------------------------------------------------------------------+
|
288 |
gduche |
696 |
|
332 |
gduche |
697 |
public void afficherPopinChargement() {
|
|
|
698 |
((PopupChargement) Registry.get(RegistreId.POPUP_CHARGEMENT)).center();
|
|
|
699 |
}
|
453 |
jp_milcent |
700 |
|
332 |
gduche |
701 |
public void masquerPopinChargement() {
|
|
|
702 |
((PopupChargement) Registry.get(RegistreId.POPUP_CHARGEMENT)).hide();
|
|
|
703 |
}
|
447 |
jp_milcent |
704 |
|
277 |
jp_milcent |
705 |
}
|