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