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;
|
898 |
gduche |
8 |
import org.tela_botanica.client.composants.LicenceFenetre;
|
66 |
jpm |
9 |
import org.tela_botanica.client.composants.ParametreFenetre;
|
907 |
jpm |
10 |
import org.tela_botanica.client.configuration.APropos;
|
|
|
11 |
import org.tela_botanica.client.configuration.Configuration;
|
358 |
jp_milcent |
12 |
import org.tela_botanica.client.i18n.Constantes;
|
466 |
gduche |
13 |
import org.tela_botanica.client.i18n.ErrorMessages;
|
119 |
jpm |
14 |
import org.tela_botanica.client.interfaces.Rafraichissable;
|
447 |
jp_milcent |
15 |
import org.tela_botanica.client.modeles.Collection;
|
875 |
jpm |
16 |
import org.tela_botanica.client.modeles.CollectionAPersonne;
|
883 |
jpm |
17 |
import org.tela_botanica.client.modeles.CollectionAPublication;
|
|
|
18 |
import org.tela_botanica.client.modeles.CollectionAPublicationListe;
|
453 |
jp_milcent |
19 |
import org.tela_botanica.client.modeles.CollectionListe;
|
156 |
jp_milcent |
20 |
import org.tela_botanica.client.modeles.Information;
|
327 |
jp_milcent |
21 |
import org.tela_botanica.client.modeles.MenuApplicationId;
|
142 |
gduche |
22 |
import org.tela_botanica.client.modeles.Personne;
|
128 |
gduche |
23 |
import org.tela_botanica.client.modeles.PersonneListe;
|
245 |
jp_milcent |
24 |
import org.tela_botanica.client.modeles.Projet;
|
268 |
jp_milcent |
25 |
import org.tela_botanica.client.modeles.ProjetListe;
|
107 |
aurelien |
26 |
import org.tela_botanica.client.modeles.Publication;
|
901 |
jpm |
27 |
import org.tela_botanica.client.modeles.PublicationAPersonne;
|
|
|
28 |
import org.tela_botanica.client.modeles.PublicationAPersonneListe;
|
107 |
aurelien |
29 |
import org.tela_botanica.client.modeles.PublicationListe;
|
60 |
jpm |
30 |
import org.tela_botanica.client.modeles.Structure;
|
209 |
jp_milcent |
31 |
import org.tela_botanica.client.modeles.StructureAPersonne;
|
875 |
jpm |
32 |
import org.tela_botanica.client.modeles.CollectionAPersonneListe;
|
231 |
jp_milcent |
33 |
import org.tela_botanica.client.modeles.StructureAPersonneListe;
|
188 |
jp_milcent |
34 |
import org.tela_botanica.client.modeles.StructureConservation;
|
69 |
jpm |
35 |
import org.tela_botanica.client.modeles.StructureListe;
|
195 |
jp_milcent |
36 |
import org.tela_botanica.client.modeles.StructureValorisation;
|
61 |
jpm |
37 |
import org.tela_botanica.client.modeles.Utilisateur;
|
91 |
jpm |
38 |
import org.tela_botanica.client.modeles.ValeurListe;
|
918 |
jpm |
39 |
import org.tela_botanica.client.util.Debug;
|
641 |
jp_milcent |
40 |
import org.tela_botanica.client.vues.CollectionForm;
|
447 |
jp_milcent |
41 |
import org.tela_botanica.client.vues.CollectionListeVue;
|
453 |
jp_milcent |
42 |
import org.tela_botanica.client.vues.CollectionVue;
|
444 |
jp_milcent |
43 |
import org.tela_botanica.client.vues.ContenuVue;
|
|
|
44 |
import org.tela_botanica.client.vues.EnteteVue;
|
641 |
jp_milcent |
45 |
import org.tela_botanica.client.vues.Formulaire;
|
438 |
gduche |
46 |
import org.tela_botanica.client.vues.PersonneForm;
|
877 |
aurelien |
47 |
import org.tela_botanica.client.vues.ProjetForm;
|
836 |
aurelien |
48 |
import org.tela_botanica.client.vues.ProjetVue;
|
444 |
jp_milcent |
49 |
import org.tela_botanica.client.vues.PublicationForm;
|
|
|
50 |
import org.tela_botanica.client.vues.StructureForm;
|
128 |
gduche |
51 |
import org.tela_botanica.client.vues.PersonneVue;
|
332 |
gduche |
52 |
import org.tela_botanica.client.vues.PopupChargement;
|
107 |
aurelien |
53 |
import org.tela_botanica.client.vues.PublicationVue;
|
443 |
jp_milcent |
54 |
import org.tela_botanica.client.vues.StatutVue;
|
60 |
jpm |
55 |
import org.tela_botanica.client.vues.StructureVue;
|
444 |
jp_milcent |
56 |
import org.tela_botanica.client.vues.MenuVue;
|
912 |
jpm |
57 |
import org.tela_botanica.client.vues.accueil.AccueilVue;
|
467 |
jp_milcent |
58 |
|
60 |
jpm |
59 |
import com.extjs.gxt.ui.client.Registry;
|
|
|
60 |
import com.extjs.gxt.ui.client.Style.LayoutRegion;
|
315 |
gduche |
61 |
import com.extjs.gxt.ui.client.event.Listener;
|
502 |
gduche |
62 |
import com.extjs.gxt.ui.client.event.MessageBoxEvent;
|
60 |
jpm |
63 |
import com.extjs.gxt.ui.client.util.Margins;
|
646 |
jp_milcent |
64 |
import com.extjs.gxt.ui.client.widget.Component;
|
315 |
gduche |
65 |
import com.extjs.gxt.ui.client.widget.Dialog;
|
156 |
jp_milcent |
66 |
import com.extjs.gxt.ui.client.widget.Info;
|
315 |
gduche |
67 |
import com.extjs.gxt.ui.client.widget.MessageBox;
|
60 |
jpm |
68 |
import com.extjs.gxt.ui.client.widget.Viewport;
|
315 |
gduche |
69 |
import com.extjs.gxt.ui.client.widget.button.Button;
|
60 |
jpm |
70 |
import com.extjs.gxt.ui.client.widget.layout.BorderLayout;
|
|
|
71 |
import com.extjs.gxt.ui.client.widget.layout.BorderLayoutData;
|
91 |
jpm |
72 |
import com.google.gwt.core.client.GWT;
|
599 |
gduche |
73 |
import com.google.gwt.i18n.client.Dictionary;
|
60 |
jpm |
74 |
import com.google.gwt.user.client.Window;
|
|
|
75 |
import com.google.gwt.user.client.ui.RootPanel;
|
|
|
76 |
|
277 |
jp_milcent |
77 |
public class Mediateur implements Rafraichissable {
|
60 |
jpm |
78 |
|
358 |
jp_milcent |
79 |
private Viewport viewport;
|
119 |
jpm |
80 |
private Modele modele = null;
|
582 |
jp_milcent |
81 |
public static final Constantes i18nC = getI18nConstante();
|
|
|
82 |
public static final ErrorMessages i18nM = getI18nMessage();
|
119 |
jpm |
83 |
|
444 |
jp_milcent |
84 |
private EnteteVue panneauNord = null;
|
|
|
85 |
private MenuVue panneauOuest = null;
|
|
|
86 |
private ContenuVue panneauCentre = null;
|
443 |
jp_milcent |
87 |
private StatutVue panneauSud = null;
|
60 |
jpm |
88 |
|
358 |
jp_milcent |
89 |
private IdentificationFenetre fenetreIdentification = null;
|
|
|
90 |
|
60 |
jpm |
91 |
public Mediateur() {
|
|
|
92 |
// Enregistrement du Médiateur dans le Registre
|
|
|
93 |
Registry.register(RegistreId.MEDIATEUR, this);
|
765 |
jpm |
94 |
|
|
|
95 |
//Initialisation du Registre
|
|
|
96 |
initialiserRegistre();
|
466 |
gduche |
97 |
|
60 |
jpm |
98 |
// Création du Modèle qui s'enregistre lui même dans le Registre
|
119 |
jpm |
99 |
modele = new Modele();
|
535 |
jp_milcent |
100 |
|
60 |
jpm |
101 |
// Création du Viewport qui contient la disposition globale de l'application
|
|
|
102 |
viewport = new Viewport();
|
|
|
103 |
viewport.setLayout(new BorderLayout());
|
552 |
jp_milcent |
104 |
|
60 |
jpm |
105 |
// Création des différents panneaux
|
|
|
106 |
creerPanneauNord();
|
|
|
107 |
creerPanneauOuest();
|
|
|
108 |
creerPanneauCentral();
|
358 |
jp_milcent |
109 |
creerPanneauSud();
|
535 |
jp_milcent |
110 |
|
|
|
111 |
// Connection de l'utilisateur
|
|
|
112 |
connecterUtilisateur(null, null);
|
|
|
113 |
|
60 |
jpm |
114 |
// Retour à GWT du Viewport une fois constuit
|
|
|
115 |
RootPanel.get().add(viewport);
|
|
|
116 |
}
|
|
|
117 |
|
156 |
jp_milcent |
118 |
//+----------------------------------------------------------------------------------------------------------------+
|
535 |
jp_milcent |
119 |
// GESTION de l'I18N et du REGISTRE
|
|
|
120 |
//+----------------------------------------------------------------------------------------------------------------+
|
582 |
jp_milcent |
121 |
protected static Constantes getI18nConstante() {
|
535 |
jp_milcent |
122 |
return GWT.create(Constantes.class);
|
|
|
123 |
}
|
|
|
124 |
|
582 |
jp_milcent |
125 |
protected static ErrorMessages getI18nMessage() {
|
535 |
jp_milcent |
126 |
return GWT.create(ErrorMessages.class);
|
|
|
127 |
}
|
|
|
128 |
|
|
|
129 |
protected void initialiserRegistre() {
|
|
|
130 |
Registry.register(RegistreId.APPLI_NOM, i18nC.appliNom());
|
|
|
131 |
Registry.register(RegistreId.APPLI_CODE, i18nC.appliCode());
|
|
|
132 |
Registry.register(RegistreId.APPLI_VERSION, i18nC.appliVersionNumero());
|
907 |
jpm |
133 |
|
|
|
134 |
APropos apropos = new APropos();
|
|
|
135 |
Registry.register(RegistreId.APPLI_REVISION, apropos.getRevisionGlobale());
|
|
|
136 |
Registry.register(RegistreId.APPLI_COMPILATION_JAVA_VERSION, apropos.getVersionJavaCompilation());
|
|
|
137 |
Registry.register(RegistreId.APPLI_COMPILATION_DATE_HEURE, apropos.getDateHeureCompilation());
|
535 |
jp_milcent |
138 |
|
|
|
139 |
Registry.register(RegistreId.CONFIG, new Configuration());
|
537 |
jp_milcent |
140 |
Registry.register(RegistreId.POPUP_CHARGEMENT, new PopupChargement(this));
|
766 |
jpm |
141 |
Registry.register(RegistreId.UTILISATEUR_COURANT, new Utilisateur());
|
535 |
jp_milcent |
142 |
Registry.register(RegistreId.PROJET_COURANT, new Projet());
|
|
|
143 |
}
|
|
|
144 |
|
|
|
145 |
//+----------------------------------------------------------------------------------------------------------------+
|
156 |
jp_milcent |
146 |
// GESTION des PANNEAUX PRINCIPAUX
|
|
|
147 |
//+----------------------------------------------------------------------------------------------------------------+
|
119 |
jpm |
148 |
|
60 |
jpm |
149 |
private void creerPanneauNord() {
|
444 |
jp_milcent |
150 |
panneauNord = new EnteteVue(this);
|
60 |
jpm |
151 |
|
|
|
152 |
BorderLayoutData regionNord = new BorderLayoutData(LayoutRegion.NORTH, 100);
|
|
|
153 |
regionNord.setCollapsible(true);
|
|
|
154 |
regionNord.setFloatable(true);
|
|
|
155 |
regionNord.setSplit(false);
|
|
|
156 |
regionNord.setMargins(new Margins(5, 5, 0, 5));
|
|
|
157 |
|
|
|
158 |
viewport.add(panneauNord, regionNord);
|
|
|
159 |
}
|
|
|
160 |
|
|
|
161 |
private void creerPanneauOuest() {
|
444 |
jp_milcent |
162 |
panneauOuest = new MenuVue(this);
|
60 |
jpm |
163 |
|
|
|
164 |
BorderLayoutData regionOuest = new BorderLayoutData(LayoutRegion.WEST, 200);
|
|
|
165 |
regionOuest.setSplit(true);
|
|
|
166 |
regionOuest.setCollapsible(true);
|
|
|
167 |
regionOuest.setMargins(new Margins(5));
|
|
|
168 |
|
|
|
169 |
viewport.add(panneauOuest, regionOuest);
|
|
|
170 |
}
|
|
|
171 |
|
|
|
172 |
private void creerPanneauCentral() {
|
444 |
jp_milcent |
173 |
panneauCentre = new ContenuVue(this);
|
60 |
jpm |
174 |
|
|
|
175 |
BorderLayoutData regionCentre = new BorderLayoutData(LayoutRegion.CENTER);
|
|
|
176 |
regionCentre.setMargins(new Margins(5, 5, 5, 0));
|
|
|
177 |
|
|
|
178 |
viewport.add(panneauCentre, regionCentre);
|
|
|
179 |
}
|
358 |
jp_milcent |
180 |
|
|
|
181 |
private void creerPanneauSud() {
|
443 |
jp_milcent |
182 |
panneauSud = new StatutVue();
|
358 |
jp_milcent |
183 |
|
369 |
jp_milcent |
184 |
BorderLayoutData regionSud = new BorderLayoutData(LayoutRegion.SOUTH, 20);
|
358 |
jp_milcent |
185 |
regionSud.setCollapsible(true);
|
|
|
186 |
regionSud.setFloatable(true);
|
|
|
187 |
regionSud.setSplit(false);
|
|
|
188 |
regionSud.setMargins(new Margins(0));
|
|
|
189 |
|
|
|
190 |
viewport.add(panneauSud, regionSud);
|
|
|
191 |
}
|
60 |
jpm |
192 |
|
369 |
jp_milcent |
193 |
public void actualiserPanneauCentral() {
|
|
|
194 |
panneauCentre.layout();
|
|
|
195 |
}
|
|
|
196 |
|
156 |
jp_milcent |
197 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
198 |
// GESTION du MENU
|
|
|
199 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
200 |
|
327 |
jp_milcent |
201 |
public void clicMenu(String codeMenuClique) {
|
358 |
jp_milcent |
202 |
activerChargement(codeMenuClique);
|
791 |
jpm |
203 |
panneauOuest.selectionMenu(codeMenuClique);
|
910 |
jpm |
204 |
if (codeMenuClique.equals(MenuApplicationId.ACCUEIL)) {
|
|
|
205 |
afficherAccueil();
|
|
|
206 |
} else if (codeMenuClique.equals(MenuApplicationId.PROJET)) {
|
|
|
207 |
selectionnerProjets(panneauCentre);
|
|
|
208 |
} else if (codeMenuClique.equals(MenuApplicationId.STRUCTURE)) {
|
646 |
jp_milcent |
209 |
selectionnerStructure(panneauCentre, null);
|
553 |
jp_milcent |
210 |
} else if (codeMenuClique.equals(MenuApplicationId.COLLECTION)) {
|
|
|
211 |
selectionnerCollection(panneauCentre, null);
|
|
|
212 |
} else if (codeMenuClique.equals(MenuApplicationId.PERSONNE)) {
|
599 |
gduche |
213 |
selectionnerPersonne(panneauCentre, null, null);
|
327 |
jp_milcent |
214 |
} else if (codeMenuClique.equals(MenuApplicationId.PUBLICATION)) {
|
918 |
jpm |
215 |
selectionnerPublication(panneauCentre, null);
|
379 |
jp_milcent |
216 |
} else {
|
841 |
gduche |
217 |
GWT.log(i18nM.nonImplemente(codeMenuClique), null);
|
60 |
jpm |
218 |
}
|
|
|
219 |
panneauCentre.layout();
|
|
|
220 |
}
|
836 |
aurelien |
221 |
|
358 |
jp_milcent |
222 |
public void activerChargement(String message) {
|
918 |
jpm |
223 |
Debug.log(message);
|
358 |
jp_milcent |
224 |
afficherPopinChargement();
|
369 |
jp_milcent |
225 |
panneauSud.showBusy(i18nC.chargement()+" "+message);
|
358 |
jp_milcent |
226 |
}
|
|
|
227 |
|
|
|
228 |
public void desactiverChargement() {
|
|
|
229 |
masquerPopinChargement();
|
|
|
230 |
panneauSud.clear();
|
|
|
231 |
}
|
646 |
jp_milcent |
232 |
|
156 |
jp_milcent |
233 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
234 |
// GESTION DES FENÊTRES
|
|
|
235 |
//+----------------------------------------------------------------------------------------------------------------+
|
60 |
jpm |
236 |
|
61 |
jpm |
237 |
public void ouvrirAide() {
|
|
|
238 |
AideFenetre aideFenetre = new AideFenetre();
|
|
|
239 |
aideFenetre.show();
|
66 |
jpm |
240 |
// FIXME : apparament le fade In/Fade Out pose problème sur les navigateurs...
|
|
|
241 |
//aideFenetre.el().fadeIn(FxConfig.NONE);
|
61 |
jpm |
242 |
}
|
|
|
243 |
|
|
|
244 |
public void ouvrirParametres() {
|
66 |
jpm |
245 |
ParametreFenetre parametresFenetre = new ParametreFenetre();
|
|
|
246 |
parametresFenetre.show();
|
61 |
jpm |
247 |
}
|
|
|
248 |
|
|
|
249 |
public void ouvrirIdentification() {
|
358 |
jp_milcent |
250 |
fenetreIdentification = new IdentificationFenetre();
|
|
|
251 |
fenetreIdentification.show();
|
61 |
jpm |
252 |
}
|
|
|
253 |
|
|
|
254 |
public void ouvrirApplis(String id) {
|
|
|
255 |
if (id.equals(ComposantId.MENU_CEL)) {
|
|
|
256 |
Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getCelUrl(), "Carnet en ligne", "");
|
|
|
257 |
} else if (id.equals(ComposantId.MENU_BEL)) {
|
134 |
jpm |
258 |
Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getCelUrl(), "Biblio en ligne", "");
|
61 |
jpm |
259 |
}
|
|
|
260 |
}
|
|
|
261 |
|
898 |
gduche |
262 |
public void afficherFenetreLicence(IdentificationFenetre vue) {
|
|
|
263 |
LicenceFenetre lf = new LicenceFenetre(vue);
|
|
|
264 |
}
|
|
|
265 |
|
|
|
266 |
public void accepterLicence(Rafraichissable vue) {
|
|
|
267 |
modele.accepterLicence(vue);
|
|
|
268 |
}
|
156 |
jp_milcent |
269 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
270 |
// GESTION de l'UTILISATEUR et de l'IDENTIFICATION
|
|
|
271 |
//+----------------------------------------------------------------------------------------------------------------+
|
245 |
jp_milcent |
272 |
/**
|
|
|
273 |
* Retourne l'identifiant de l'utilisateur courrant de l'application.
|
|
|
274 |
*/
|
156 |
jp_milcent |
275 |
public String getUtilisateurId() {
|
277 |
jp_milcent |
276 |
String id = null;
|
|
|
277 |
Utilisateur utilisateurCourant = (Utilisateur) Registry.get(RegistreId.UTILISATEUR_COURANT);
|
|
|
278 |
if (!utilisateurCourant.getId().equals("")) {
|
|
|
279 |
id = utilisateurCourant.getId();
|
|
|
280 |
}
|
|
|
281 |
return id;
|
156 |
jp_milcent |
282 |
}
|
|
|
283 |
|
912 |
jpm |
284 |
public Utilisateur getUtilisateur() {
|
|
|
285 |
Utilisateur utilisateurCourant = (Utilisateur) Registry.get(RegistreId.UTILISATEUR_COURANT);
|
|
|
286 |
return utilisateurCourant;
|
|
|
287 |
}
|
|
|
288 |
|
65 |
jpm |
289 |
public void connecterUtilisateur(String login, String mdp) {
|
277 |
jp_milcent |
290 |
modele.connecterUtilisateur(this, login, mdp);
|
64 |
jpm |
291 |
}
|
|
|
292 |
|
65 |
jpm |
293 |
public void deconnecterUtilisateur() {
|
277 |
jp_milcent |
294 |
modele.deconnecterUtilisateur(this);
|
64 |
jpm |
295 |
}
|
65 |
jpm |
296 |
|
64 |
jpm |
297 |
public void mettreAJourEtatIdentification(Utilisateur utilisateur) {
|
156 |
jp_milcent |
298 |
// Mise à jour du registre
|
277 |
jp_milcent |
299 |
Registry.register(RegistreId.UTILISATEUR_COURANT, utilisateur);
|
156 |
jp_milcent |
300 |
|
912 |
jpm |
301 |
// Création de l'information de mise à jour de l'utilisateur
|
|
|
302 |
Information info = new Information("maj_utilisateur");
|
|
|
303 |
|
|
|
304 |
// Rafraichissement de la fenêtre d'Identification
|
|
|
305 |
if (fenetreIdentification != null) {
|
|
|
306 |
fenetreIdentification.rafraichir(info);
|
|
|
307 |
}
|
898 |
gduche |
308 |
|
912 |
jpm |
309 |
// Rafraichissement du panneau Nord
|
|
|
310 |
panneauNord.rafraichir(info);
|
|
|
311 |
|
|
|
312 |
// Rafraichissement du panneau Centre
|
|
|
313 |
if (panneauCentre != null) {
|
|
|
314 |
panneauCentre.rafraichir(info);
|
|
|
315 |
}
|
|
|
316 |
}
|
898 |
gduche |
317 |
|
912 |
jpm |
318 |
public void modifierUtilisateur() {
|
|
|
319 |
Utilisateur utilisateurCourant = (Utilisateur) Registry.get(RegistreId.UTILISATEUR_COURANT);
|
|
|
320 |
panneauNord.rafraichir(utilisateurCourant);
|
|
|
321 |
modele.modifierUtilisateur(this, utilisateurCourant);
|
61 |
jpm |
322 |
}
|
898 |
gduche |
323 |
|
|
|
324 |
public void mettreAJourPersonneAnnuaire(Utilisateur utilisateur) {
|
|
|
325 |
panneauNord.rafraichir(utilisateur);
|
|
|
326 |
modele.mettreAJourPersonneAnnuaire(this, utilisateur);
|
|
|
327 |
}
|
66 |
jpm |
328 |
|
156 |
jp_milcent |
329 |
//+----------------------------------------------------------------------------------------------------------------+
|
447 |
jp_milcent |
330 |
// GESTION DES VALEURS ET LISTES
|
|
|
331 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
332 |
|
568 |
jp_milcent |
333 |
public void obtenirListeValeurEtRafraichir(Rafraichissable vueARafraichir, String listeId) {
|
|
|
334 |
modele.obtenirListeValeurs(vueARafraichir, ((Configuration) Registry.get(RegistreId.CONFIG)).getListeId(listeId));
|
453 |
jp_milcent |
335 |
}
|
447 |
jp_milcent |
336 |
|
453 |
jp_milcent |
337 |
public void obtenirValeurEtRafraichir(Rafraichissable vue, String listeId, String identifiantValeur) {
|
|
|
338 |
modele.obtenirValeur(vue, "abv", ((Configuration) Registry.get(RegistreId.CONFIG)).getListeId(listeId), identifiantValeur);
|
|
|
339 |
}
|
|
|
340 |
|
|
|
341 |
public void obtenirListeRegionsEtRafraichir(Rafraichissable vue, String strListeId, String strPays) {
|
|
|
342 |
modele.obtenirListeRegion(vue, ((Configuration) Registry.get(RegistreId.CONFIG)).getListeId(strListeId), strPays+".__");
|
|
|
343 |
}
|
|
|
344 |
|
447 |
jp_milcent |
345 |
//+----------------------------------------------------------------------------------------------------------------+
|
910 |
jpm |
346 |
// GESTION des APPLETS de l'ACCUEIL
|
|
|
347 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
348 |
|
|
|
349 |
public void afficherAccueil() {
|
|
|
350 |
if (!(panneauCentre.getContenu() instanceof AccueilVue)) {
|
|
|
351 |
panneauCentre.removeAll();
|
|
|
352 |
panneauCentre.add(new AccueilVue(this));
|
|
|
353 |
}
|
|
|
354 |
}
|
|
|
355 |
|
|
|
356 |
//+----------------------------------------------------------------------------------------------------------------+
|
447 |
jp_milcent |
357 |
// GESTION des PROJETS
|
|
|
358 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
359 |
|
|
|
360 |
/**
|
|
|
361 |
* Retourne l'identifiant du projet courrant de l'application.
|
|
|
362 |
*/
|
|
|
363 |
public String getProjetId() {
|
|
|
364 |
String id = null;
|
|
|
365 |
Projet projetCourant = (Projet) Registry.get(RegistreId.PROJET_COURANT);
|
|
|
366 |
if (projetCourant != null && !projetCourant.getId().equals("")) {
|
|
|
367 |
id = projetCourant.getId();
|
|
|
368 |
}
|
|
|
369 |
return id;
|
|
|
370 |
}
|
|
|
371 |
|
|
|
372 |
//Greg : ajout d'un écouteur pour le changement liste projet
|
552 |
jp_milcent |
373 |
public void selectionnerProjets(Rafraichissable vueARafraichir) {
|
|
|
374 |
modele.selectionnerProjets(vueARafraichir);
|
447 |
jp_milcent |
375 |
}
|
|
|
376 |
|
|
|
377 |
public void selectionnerProjetCourant(Projet projetSelectionne) {
|
|
|
378 |
Registry.register(RegistreId.PROJET_COURANT, projetSelectionne);
|
646 |
jp_milcent |
379 |
if (panneauCentre.getContenu() instanceof PersonneVue) {
|
599 |
gduche |
380 |
//modele.selectionnerPersonne(contenuPanneauCentre, null, getProjetId(), null);
|
646 |
jp_milcent |
381 |
selectionnerPersonne(panneauCentre, null, getProjetId());
|
447 |
jp_milcent |
382 |
//FIXME Le rafraichissement du panneau ne se fait pas!
|
646 |
jp_milcent |
383 |
} else if (panneauCentre.getContenu() instanceof StructureVue) {
|
|
|
384 |
modele.selectionnerStructure(panneauCentre.getContenu(), getProjetId(), null);
|
|
|
385 |
} else if (panneauCentre.getContenu() instanceof CollectionVue) {
|
|
|
386 |
modele.selectionnerCollection(panneauCentre.getContenu(), getProjetId(), null);
|
447 |
jp_milcent |
387 |
}
|
|
|
388 |
}
|
|
|
389 |
|
|
|
390 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
391 |
// GESTION DES STRUCTURES
|
|
|
392 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
393 |
|
453 |
jp_milcent |
394 |
public void afficherListeStructures(StructureListe structuresACharger) {
|
646 |
jp_milcent |
395 |
if (!(panneauCentre.getContenu() instanceof StructureVue)) {
|
626 |
gduche |
396 |
panneauCentre.removeAll();
|
646 |
jp_milcent |
397 |
panneauCentre.add(new StructureVue(this));
|
626 |
gduche |
398 |
}
|
646 |
jp_milcent |
399 |
panneauCentre.getContenu().rafraichir(structuresACharger);
|
453 |
jp_milcent |
400 |
}
|
|
|
401 |
|
580 |
jp_milcent |
402 |
public void afficherFormStructure(String structureId) {
|
641 |
jp_milcent |
403 |
String mode = Formulaire.MODE_AJOUTER;
|
580 |
jp_milcent |
404 |
if (structureId != null) {
|
641 |
jp_milcent |
405 |
mode = Formulaire.MODE_MODIFIER;
|
580 |
jp_milcent |
406 |
}
|
|
|
407 |
|
|
|
408 |
panneauCentre.removeAll();
|
|
|
409 |
StructureForm structureForm = new StructureForm(this, mode);
|
|
|
410 |
panneauCentre.add(structureForm);
|
|
|
411 |
|
641 |
jp_milcent |
412 |
if (mode.equals(Formulaire.MODE_MODIFIER)) {
|
580 |
jp_milcent |
413 |
selectionnerStructure(structureForm, structureId);
|
|
|
414 |
selectionnerStructureAPersonne(structureForm, structureId, StructureAPersonne.ROLE_EQUIPE);
|
|
|
415 |
}
|
|
|
416 |
|
|
|
417 |
panneauCentre.layout();
|
|
|
418 |
}
|
|
|
419 |
|
447 |
jp_milcent |
420 |
public void clicListeStructure(Structure structure) {
|
646 |
jp_milcent |
421 |
panneauCentre.getContenu().rafraichir(structure);
|
609 |
jp_milcent |
422 |
if (structure != null && structure.getPersonnel() == null) {
|
646 |
jp_milcent |
423 |
selectionnerStructureAPersonne(panneauCentre.getContenu(), structure.getId(), StructureAPersonne.ROLE_EQUIPE);
|
919 |
jpm |
424 |
}
|
447 |
jp_milcent |
425 |
}
|
|
|
426 |
|
|
|
427 |
public void clicAjouterStructure() {
|
580 |
jp_milcent |
428 |
afficherFormStructure(null);
|
447 |
jp_milcent |
429 |
}
|
|
|
430 |
|
|
|
431 |
public void clicModifierStructure(List<Structure> structureSelection) {
|
|
|
432 |
if (structureSelection.size() == 0) {
|
|
|
433 |
Info.display("Information", "Veuillez sélectionner une structure.");
|
|
|
434 |
} else if (structureSelection.size() > 1) {
|
|
|
435 |
Info.display("Information", "Veuillez sélectionner une seule structure à la fois.");
|
|
|
436 |
} else if (structureSelection.size() == 1) {
|
609 |
jp_milcent |
437 |
afficherFormStructure(structureSelection.get(0).getId());
|
447 |
jp_milcent |
438 |
} else {
|
|
|
439 |
Info.display("Erreur", "Une erreur est survenue dans la méthode clicModifierStructure() du Médiateur.");
|
|
|
440 |
}
|
|
|
441 |
}
|
|
|
442 |
|
|
|
443 |
public void clicSupprimerStructure(final Rafraichissable vue, final List<Structure> structureSelection) {
|
|
|
444 |
if (structureSelection.size() == 0) {
|
|
|
445 |
Info.display("Information", "Veuillez sélectionner une structure.");
|
|
|
446 |
} else if(structureSelection.size() > 0) {
|
609 |
jp_milcent |
447 |
String titre = "Supprimer des structures";
|
447 |
jp_milcent |
448 |
String message = "Êtes vous sur de vouloir supprimer les structures sélectionnées ?";
|
|
|
449 |
if (structureSelection.size() == 1) {
|
609 |
jp_milcent |
450 |
titre = "Supprimer une structure";
|
447 |
jp_milcent |
451 |
message = "Êtes vous sur de vouloir supprimer la structure sélectionnée ?";
|
|
|
452 |
}
|
|
|
453 |
|
502 |
gduche |
454 |
final Listener<MessageBoxEvent> suppressionEcouteur = new Listener<MessageBoxEvent>() {
|
|
|
455 |
public void handleEvent(MessageBoxEvent ce) {
|
|
|
456 |
Dialog dialog = (Dialog) ce.getComponent();
|
|
|
457 |
Button btn = ce.getButtonClicked();
|
453 |
jp_milcent |
458 |
|
|
|
459 |
if (btn.getText().equals(dialog.yesText)) {
|
|
|
460 |
String idStr = "" ;
|
|
|
461 |
for(int i = 0 ; i < structureSelection.size() ; i++) {
|
609 |
jp_milcent |
462 |
idStr += structureSelection.get(i).getId()+",";
|
453 |
jp_milcent |
463 |
}
|
|
|
464 |
supprimerStructure(vue, idStr);
|
|
|
465 |
}
|
|
|
466 |
}
|
|
|
467 |
};
|
447 |
jp_milcent |
468 |
|
609 |
jp_milcent |
469 |
MessageBox.confirm(titre, message, suppressionEcouteur);
|
447 |
jp_milcent |
470 |
} else {
|
|
|
471 |
Info.display("Erreur", "Une erreur est survenue dans la méthode clicSupprimerStructure() du Médiateur.");
|
|
|
472 |
}
|
|
|
473 |
}
|
|
|
474 |
|
769 |
jpm |
475 |
public void selectionnerStructure(Rafraichissable vueARafraichir, String structureId) {
|
|
|
476 |
modele.selectionnerStructure(vueARafraichir, getProjetId(), structureId);
|
447 |
jp_milcent |
477 |
}
|
|
|
478 |
|
775 |
jpm |
479 |
public void selectionnerStructureParProjet(Rafraichissable vueARafraichir, String projetId) {
|
|
|
480 |
modele.selectionnerStructure(vueARafraichir, projetId, null);
|
|
|
481 |
}
|
|
|
482 |
|
769 |
jpm |
483 |
public void ajouterStructure(Rafraichissable vueARafraichir, Structure structure, StructureConservation conservation, StructureValorisation valorisation) {
|
|
|
484 |
modele.ajouterStructure(vueARafraichir, structure, conservation, valorisation);
|
447 |
jp_milcent |
485 |
}
|
|
|
486 |
|
769 |
jpm |
487 |
public void modifierStructure(Rafraichissable vueARafraichir, String structureId, Structure structure, StructureConservation conservation, StructureValorisation valorisation) {
|
|
|
488 |
modele.modifierStructure(vueARafraichir, structureId, structure, conservation, valorisation);
|
447 |
jp_milcent |
489 |
}
|
453 |
jp_milcent |
490 |
|
|
|
491 |
public void supprimerStructure(Rafraichissable vueARafraichir, String IdentifiantsStructureSepareParVirgule) {
|
769 |
jpm |
492 |
modele.supprimerStructure(vueARafraichir, IdentifiantsStructureSepareParVirgule);
|
453 |
jp_milcent |
493 |
}
|
|
|
494 |
|
447 |
jp_milcent |
495 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
496 |
// GESTION de la relation STRUCTURE A PERSONNE
|
769 |
jpm |
497 |
public void selectionnerStructureAPersonne(Rafraichissable vueARafraichir, String structureId, String roleId) {
|
|
|
498 |
modele.selectionnerStructureAPersonne(vueARafraichir, structureId, roleId);
|
447 |
jp_milcent |
499 |
}
|
|
|
500 |
|
769 |
jpm |
501 |
public void ajouterStructureAPersonne(Rafraichissable vueARafraichir, String structureId, StructureAPersonneListe personnelAjoute) {
|
453 |
jp_milcent |
502 |
if (personnelAjoute != null && personnelAjoute.size() > 0) {
|
|
|
503 |
for (Iterator<String> it = personnelAjoute.keySet().iterator(); it.hasNext();) {
|
769 |
jpm |
504 |
modele.ajouterStructureAPersonne(vueARafraichir, structureId, (StructureAPersonne) personnelAjoute.get(it.next()));
|
453 |
jp_milcent |
505 |
}
|
|
|
506 |
}
|
|
|
507 |
}
|
|
|
508 |
|
769 |
jpm |
509 |
public void modifierStructureAPersonne(Rafraichissable vueARafraichir, StructureAPersonneListe personnelModifie) {
|
447 |
jp_milcent |
510 |
if (personnelModifie != null && personnelModifie.size() > 0) {
|
|
|
511 |
for (Iterator<String> it = personnelModifie.keySet().iterator(); it.hasNext();) {
|
769 |
jpm |
512 |
modele.modifierStructureAPersonne(vueARafraichir, (StructureAPersonne) personnelModifie.get(it.next()));
|
447 |
jp_milcent |
513 |
}
|
|
|
514 |
}
|
|
|
515 |
}
|
|
|
516 |
|
769 |
jpm |
517 |
public void supprimerStructureAPersonne(Rafraichissable vueARafraichir, StructureAPersonneListe personnelSupprime) {
|
447 |
jp_milcent |
518 |
if (personnelSupprime != null && personnelSupprime.size() > 0) {
|
769 |
jpm |
519 |
String idStructureAPersonneSepareParVirgule = "" ;
|
447 |
jp_milcent |
520 |
for (Iterator<String> it = personnelSupprime.keySet().iterator(); it.hasNext();) {
|
901 |
jpm |
521 |
idStructureAPersonneSepareParVirgule += personnelSupprime.get(it.next()).getId();
|
|
|
522 |
if (it.hasNext()) {
|
|
|
523 |
idStructureAPersonneSepareParVirgule += ",";
|
|
|
524 |
}
|
447 |
jp_milcent |
525 |
}
|
769 |
jpm |
526 |
modele.supprimerStructureAPersonne(vueARafraichir, idStructureAPersonneSepareParVirgule);
|
447 |
jp_milcent |
527 |
}
|
|
|
528 |
}
|
|
|
529 |
|
|
|
530 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
531 |
// GESTION des COLLECTIONS
|
|
|
532 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
533 |
|
453 |
jp_milcent |
534 |
public void afficherListeCollections(CollectionListe collectionsACharger) {
|
646 |
jp_milcent |
535 |
if (!(panneauCentre.getContenu() instanceof CollectionVue)) {
|
626 |
gduche |
536 |
panneauCentre.removeAll();
|
646 |
jp_milcent |
537 |
panneauCentre.add(new CollectionVue(this));
|
|
|
538 |
}
|
626 |
gduche |
539 |
|
646 |
jp_milcent |
540 |
panneauCentre.getContenu().rafraichir(collectionsACharger);
|
453 |
jp_milcent |
541 |
}
|
|
|
542 |
|
641 |
jp_milcent |
543 |
public void afficherFormCollection(String collectionId) {
|
|
|
544 |
panneauCentre.removeAll();
|
883 |
jpm |
545 |
CollectionForm collectionForm = new CollectionForm(this, collectionId);
|
641 |
jp_milcent |
546 |
panneauCentre.add(collectionForm);
|
|
|
547 |
|
|
|
548 |
panneauCentre.layout();
|
|
|
549 |
}
|
|
|
550 |
|
453 |
jp_milcent |
551 |
public void clicListeCollection(Collection collectionCliquee) {
|
646 |
jp_milcent |
552 |
panneauCentre.getContenu().rafraichir(collectionCliquee);
|
883 |
jpm |
553 |
if (collectionCliquee != null) {
|
|
|
554 |
selectionnerCollectionAPersonne(panneauCentre.getContenu(), collectionCliquee.getId(), null);
|
|
|
555 |
selectionnerCollectionAPublication(panneauCentre.getContenu(), collectionCliquee.getId());
|
|
|
556 |
}
|
453 |
jp_milcent |
557 |
}
|
|
|
558 |
|
447 |
jp_milcent |
559 |
public void clicAjouterCollection() {
|
775 |
jpm |
560 |
afficherFormCollection(null);
|
447 |
jp_milcent |
561 |
}
|
|
|
562 |
|
|
|
563 |
public void clicModifierCollection(List<Collection> selection) {
|
641 |
jp_milcent |
564 |
if (selection.size() == 0) {
|
|
|
565 |
Info.display("Information", "Veuillez sélectionner une collection.");
|
|
|
566 |
} else if (selection.size() > 1) {
|
|
|
567 |
Info.display("Information", "Veuillez sélectionner une seule collection à la fois.");
|
|
|
568 |
} else if (selection.size() == 1) {
|
|
|
569 |
afficherFormCollection(selection.get(0).getId());
|
|
|
570 |
} else {
|
|
|
571 |
Info.display("Erreur", "Une erreur est survenue dans la méthode clicModifierCollection() du Médiateur.");
|
|
|
572 |
}
|
447 |
jp_milcent |
573 |
}
|
|
|
574 |
|
453 |
jp_milcent |
575 |
public void clicSupprimerCollection(CollectionListeVue collectionListeVue, List<Collection> collectionsASupprimer) {
|
775 |
jpm |
576 |
// TODO Auto-generated method stub
|
447 |
jp_milcent |
577 |
}
|
|
|
578 |
|
467 |
jp_milcent |
579 |
public void selectionnerCollection(Rafraichissable vueARafraichir, String collectionId) {
|
|
|
580 |
modele.selectionnerCollection(vueARafraichir, getProjetId(), collectionId);
|
453 |
jp_milcent |
581 |
}
|
|
|
582 |
|
775 |
jpm |
583 |
public void selectionnerCollectionParProjet(Rafraichissable vueARafraichir, String projetId) {
|
|
|
584 |
modele.selectionnerCollection(vueARafraichir, projetId, null);
|
|
|
585 |
}
|
|
|
586 |
|
453 |
jp_milcent |
587 |
public void ajouterCollection(Rafraichissable vueARafraichir, Collection collection) {
|
|
|
588 |
modele.ajouterCollection(vueARafraichir, getUtilisateurId(), collection);
|
|
|
589 |
}
|
|
|
590 |
|
|
|
591 |
public void modifierCollection(Rafraichissable vueARafraichir, Collection collection) {
|
872 |
jpm |
592 |
modele.modifierCollection(vueARafraichir, collection);
|
453 |
jp_milcent |
593 |
}
|
|
|
594 |
|
|
|
595 |
public void supprimerCollection(Rafraichissable vueARafraichir, String IdentifiantsCollectionSepareParVirgule) {
|
|
|
596 |
modele.supprimerCollection(vueARafraichir, getUtilisateurId(), IdentifiantsCollectionSepareParVirgule);
|
|
|
597 |
}
|
|
|
598 |
|
447 |
jp_milcent |
599 |
//+----------------------------------------------------------------------------------------------------------------+
|
875 |
jpm |
600 |
// GESTION de la relation COLLECTION A PERSONNE
|
|
|
601 |
|
|
|
602 |
public void selectionnerCollectionAPersonne(Rafraichissable vueARafraichir, String collectionId, String roleId) {
|
|
|
603 |
modele.selectionnerCollectionAPersonne(vueARafraichir, collectionId, roleId);
|
|
|
604 |
}
|
|
|
605 |
|
|
|
606 |
public void ajouterCollectionAPersonne(Rafraichissable vueARafraichir, String collectionId, CollectionAPersonneListe personnesAjoutees) {
|
|
|
607 |
if (personnesAjoutees != null && personnesAjoutees.size() > 0) {
|
|
|
608 |
for (Iterator<String> it = personnesAjoutees.keySet().iterator(); it.hasNext();) {
|
|
|
609 |
modele.ajouterCollectionAPersonne(vueARafraichir, collectionId, (CollectionAPersonne) personnesAjoutees.get(it.next()));
|
|
|
610 |
}
|
|
|
611 |
}
|
|
|
612 |
}
|
|
|
613 |
|
|
|
614 |
public void modifierCollectionAPersonne(Rafraichissable vueARafraichir, CollectionAPersonneListe personnesModifiees) {
|
|
|
615 |
if (personnesModifiees != null && personnesModifiees.size() > 0) {
|
|
|
616 |
for (Iterator<String> it = personnesModifiees.keySet().iterator(); it.hasNext();) {
|
|
|
617 |
modele.modifierCollectionAPersonne(vueARafraichir, (CollectionAPersonne) personnesModifiees.get(it.next()));
|
|
|
618 |
}
|
|
|
619 |
}
|
|
|
620 |
}
|
|
|
621 |
|
|
|
622 |
public void supprimerCollectionAPersonne(Rafraichissable vueARafraichir, CollectionAPersonneListe personnesSupprimees) {
|
|
|
623 |
if (personnesSupprimees != null && personnesSupprimees.size() > 0) {
|
|
|
624 |
String idCollectionAPersonneSeparesParVirgule = "" ;
|
|
|
625 |
for (Iterator<String> it = personnesSupprimees.keySet().iterator(); it.hasNext();) {
|
901 |
jpm |
626 |
idCollectionAPersonneSeparesParVirgule += personnesSupprimees.get(it.next()).getId();
|
|
|
627 |
if (it.hasNext()) {
|
|
|
628 |
idCollectionAPersonneSeparesParVirgule += ",";
|
|
|
629 |
}
|
875 |
jpm |
630 |
}
|
|
|
631 |
modele.supprimerCollectionAPersonne(vueARafraichir, idCollectionAPersonneSeparesParVirgule);
|
|
|
632 |
}
|
|
|
633 |
}
|
|
|
634 |
|
|
|
635 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
636 |
// GESTION de la relation COLLECTION A PUBLICATION
|
|
|
637 |
|
883 |
jpm |
638 |
public void selectionnerCollectionAPublication(Rafraichissable vueARafraichir, String collectionId) {
|
|
|
639 |
modele.selectionnerCollectionAPublication(vueARafraichir, collectionId);
|
|
|
640 |
}
|
|
|
641 |
|
|
|
642 |
public void ajouterCollectionAPublication(Rafraichissable vueARafraichir, String collectionId, CollectionAPublicationListe publicationsAjoutees) {
|
|
|
643 |
if (publicationsAjoutees != null && publicationsAjoutees.size() > 0) {
|
|
|
644 |
for (Iterator<String> it = publicationsAjoutees.keySet().iterator(); it.hasNext();) {
|
|
|
645 |
modele.ajouterCollectionAPublication(vueARafraichir, collectionId, (CollectionAPublication) publicationsAjoutees.get(it.next()));
|
|
|
646 |
}
|
|
|
647 |
}
|
|
|
648 |
}
|
|
|
649 |
|
|
|
650 |
public void modifierCollectionAPublication(Rafraichissable vueARafraichir, CollectionAPublicationListe publicationsModifiees) {
|
|
|
651 |
if (publicationsModifiees != null && publicationsModifiees.size() > 0) {
|
|
|
652 |
for (Iterator<String> it = publicationsModifiees.keySet().iterator(); it.hasNext();) {
|
|
|
653 |
modele.modifierCollectionAPublication(vueARafraichir, (CollectionAPublication) publicationsModifiees.get(it.next()));
|
|
|
654 |
}
|
|
|
655 |
}
|
|
|
656 |
}
|
|
|
657 |
|
907 |
jpm |
658 |
public void supprimerCollectionAPublication(Rafraichissable vueARafraichir, CollectionAPublicationListe publicationsSupprimees) {
|
883 |
jpm |
659 |
if (publicationsSupprimees != null && publicationsSupprimees.size() > 0) {
|
|
|
660 |
String idCollectionAPublicationSeparesParVirgule = "" ;
|
|
|
661 |
for (Iterator<String> it = publicationsSupprimees.keySet().iterator(); it.hasNext();) {
|
901 |
jpm |
662 |
idCollectionAPublicationSeparesParVirgule += publicationsSupprimees.get(it.next()).getId();
|
|
|
663 |
if (it.hasNext()) {
|
|
|
664 |
idCollectionAPublicationSeparesParVirgule += ",";
|
|
|
665 |
}
|
883 |
jpm |
666 |
}
|
|
|
667 |
modele.supprimerCollectionAPublication(vueARafraichir, idCollectionAPublicationSeparesParVirgule);
|
|
|
668 |
}
|
|
|
669 |
}
|
|
|
670 |
|
875 |
jpm |
671 |
//+----------------------------------------------------------------------------------------------------------------+
|
883 |
jpm |
672 |
// GESTION de la relation COLLECTION A PUBLICATION
|
|
|
673 |
|
|
|
674 |
//+----------------------------------------------------------------------------------------------------------------+
|
875 |
jpm |
675 |
// GESTION de la relation COLLECTION A COMMENTAIRE
|
|
|
676 |
|
|
|
677 |
//+----------------------------------------------------------------------------------------------------------------+
|
156 |
jp_milcent |
678 |
// GESTION DES PERSONNES
|
|
|
679 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
680 |
|
278 |
jp_milcent |
681 |
public void afficherListePersonnes(PersonneListe personnesACharger) {
|
646 |
jp_milcent |
682 |
if (!(panneauCentre.getContenu() instanceof PersonneVue)) {
|
626 |
gduche |
683 |
panneauCentre.removeAll();
|
646 |
jp_milcent |
684 |
panneauCentre.add(new PersonneVue(this));
|
673 |
aurelien |
685 |
panneauCentre.setId(ComposantId.PANNEAU_PERSONNE_LISTES);
|
626 |
gduche |
686 |
}
|
599 |
gduche |
687 |
|
646 |
jp_milcent |
688 |
panneauCentre.getContenu().rafraichir(personnesACharger);
|
156 |
jp_milcent |
689 |
}
|
918 |
jpm |
690 |
|
|
|
691 |
public void afficherFormPersonne(String personneId) {
|
|
|
692 |
panneauCentre.removeAll();
|
|
|
693 |
PersonneForm personneForm = new PersonneForm(this, personneId);
|
|
|
694 |
panneauCentre.add(personneForm);
|
|
|
695 |
|
|
|
696 |
panneauCentre.layout();
|
|
|
697 |
}
|
156 |
jp_milcent |
698 |
|
918 |
jpm |
699 |
public void clicListePersonne(Personne personne) {
|
|
|
700 |
panneauCentre.getContenu().rafraichir(personne);
|
|
|
701 |
}
|
|
|
702 |
|
128 |
gduche |
703 |
public void clicAjouterPersonne() {
|
918 |
jpm |
704 |
afficherFormPersonne(null);
|
128 |
gduche |
705 |
}
|
|
|
706 |
|
918 |
jpm |
707 |
public void clicModifierPersonne(List<Personne> selection) {
|
|
|
708 |
if (selection.size() == 0) {
|
|
|
709 |
Info.display("Information", "Veuillez sélectionner une personne.");
|
|
|
710 |
} else if (selection.size() > 1) {
|
|
|
711 |
Info.display("Information", "Veuillez sélectionner une seule personne à la fois.");
|
|
|
712 |
} else if (selection.size() == 1) {
|
|
|
713 |
afficherFormPersonne(selection.get(0).getId());
|
|
|
714 |
} else {
|
|
|
715 |
Info.display("Erreur", "Une erreur est survenue dans la méthode clicModifierPersonne() du Médiateur.");
|
|
|
716 |
}
|
841 |
gduche |
717 |
}
|
|
|
718 |
|
285 |
gduche |
719 |
|
919 |
jpm |
720 |
public void clicSupprimerPersonne(final Rafraichissable vue, final List<Personne> personneSelection) {
|
663 |
gduche |
721 |
//Empecher suppression utilisateur
|
|
|
722 |
for (int i=0; i < personneSelection.size(); i++) {
|
|
|
723 |
Personne courante = personneSelection.get(i);
|
|
|
724 |
if (courante.getId().equals(getUtilisateurId())) {
|
772 |
jpm |
725 |
Info.display("Information", "Vous ne pouvez pas supprimer votre compte");
|
663 |
gduche |
726 |
personneSelection.remove(courante);
|
|
|
727 |
}
|
|
|
728 |
}
|
|
|
729 |
|
245 |
jp_milcent |
730 |
if (personneSelection.size() == 0) {
|
|
|
731 |
Info.display("Information", "Veuillez sélectionner une personne.");
|
|
|
732 |
} else if(personneSelection.size() > 0) {
|
|
|
733 |
String message = "Êtes vous sur de vouloir supprimer les personnes sélectionnées ?";
|
|
|
734 |
if (personneSelection.size() == 1) {
|
|
|
735 |
message = "Êtes vous sur de vouloir supprimer la personne sélectionnée ?";
|
|
|
736 |
}
|
315 |
gduche |
737 |
|
502 |
gduche |
738 |
final Listener<MessageBoxEvent> listenerSuppression = new Listener<MessageBoxEvent>() {
|
|
|
739 |
public void handleEvent(MessageBoxEvent ce) {
|
|
|
740 |
Dialog dialog = (Dialog) ce.getComponent();
|
|
|
741 |
Button btn = ce.getButtonClicked();
|
327 |
jp_milcent |
742 |
|
|
|
743 |
if (btn.getText().equals(dialog.yesText)) {
|
772 |
jpm |
744 |
String idPersonneSepareParVirgule = "" ;
|
347 |
gduche |
745 |
Iterator<Personne> itPersonne = personneSelection.iterator();
|
|
|
746 |
while (itPersonne.hasNext()) {
|
|
|
747 |
Personne personneCourante = itPersonne.next();
|
772 |
jpm |
748 |
idPersonneSepareParVirgule += personneCourante.getId();
|
|
|
749 |
idPersonneSepareParVirgule +=",";
|
327 |
jp_milcent |
750 |
}
|
772 |
jpm |
751 |
modele.supprimerPersonne(vue, idPersonneSepareParVirgule);
|
327 |
jp_milcent |
752 |
}
|
|
|
753 |
}
|
|
|
754 |
};
|
453 |
jp_milcent |
755 |
|
315 |
gduche |
756 |
MessageBox.confirm("Supprimer une personne", message, listenerSuppression);
|
245 |
jp_milcent |
757 |
} else {
|
|
|
758 |
Info.display("Erreur", "Une erreur est survenue dans la méthode clicSupprimerPersonne() du Médiateur.");
|
|
|
759 |
}
|
|
|
760 |
}
|
277 |
jp_milcent |
761 |
|
918 |
jpm |
762 |
public void selectionnerPersonne(Rafraichissable vueARafraichir, Personne personne, String projetId) {
|
775 |
jpm |
763 |
int nbElements = Integer.valueOf(((Dictionary) Dictionary.getDictionary("configuration")).get("nbElementsPage"));
|
918 |
jpm |
764 |
selectionnerPersonne(vueARafraichir, personne, projetId, 0, nbElements);
|
775 |
jpm |
765 |
}
|
|
|
766 |
|
918 |
jpm |
767 |
public void selectionnerPersonne(Rafraichissable vueARafraichir, Personne personne, String projetId, int start, int nbElements) {
|
775 |
jpm |
768 |
String personneId = null;
|
|
|
769 |
if (personne != null) {
|
|
|
770 |
personneId = personne.getId();
|
|
|
771 |
}
|
918 |
jpm |
772 |
modele.selectionnerPersonne(vueARafraichir, personneId, projetId, null, start, nbElements);
|
775 |
jpm |
773 |
}
|
|
|
774 |
|
599 |
gduche |
775 |
public void selectionnerPersonneParNomComplet(Rafraichissable vueARafraichir, String projetId, String nomComplet) {
|
|
|
776 |
modele.selectionnerPersonne(vueARafraichir, null, projetId, nomComplet, 0, -1);
|
277 |
jp_milcent |
777 |
}
|
245 |
jp_milcent |
778 |
|
775 |
jpm |
779 |
public void selectionnerPersonneParProjet(Rafraichissable vueARafraichir, String projetId) {
|
|
|
780 |
modele.selectionnerPersonne(vueARafraichir, null, projetId, null, 0, -1);
|
|
|
781 |
}
|
|
|
782 |
|
389 |
gduche |
783 |
public void enregistrerPersonne(Rafraichissable vue, Personne personne){
|
774 |
jpm |
784 |
if (personne.getId() != null && !personne.getId().trim().equals("")) {
|
429 |
gduche |
785 |
modele.modifierPersonne(vue, personne);
|
|
|
786 |
} else {
|
|
|
787 |
modele.ajouterPersonne(vue, personne);
|
|
|
788 |
}
|
389 |
gduche |
789 |
}
|
|
|
790 |
|
156 |
jp_milcent |
791 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
792 |
// GESTION DES PUBLICATIONS
|
|
|
793 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
794 |
|
107 |
aurelien |
795 |
public void afficherListePublication(PublicationListe nouvelleDonnees) {
|
673 |
aurelien |
796 |
if (!(panneauCentre.getContenu() instanceof PublicationVue)) {
|
626 |
gduche |
797 |
panneauCentre.removeAll();
|
918 |
jpm |
798 |
panneauCentre.add(new PublicationVue(this));
|
626 |
gduche |
799 |
}
|
|
|
800 |
|
646 |
jp_milcent |
801 |
panneauCentre.getContenu().rafraichir(nouvelleDonnees);
|
107 |
aurelien |
802 |
}
|
715 |
aurelien |
803 |
|
775 |
jpm |
804 |
public void afficherFormPublication(String publicationId) {
|
|
|
805 |
panneauCentre.removeAll();
|
781 |
jpm |
806 |
PublicationForm publicationForm = new PublicationForm(this, publicationId);
|
775 |
jpm |
807 |
panneauCentre.add(publicationForm);
|
|
|
808 |
|
|
|
809 |
panneauCentre.layout();
|
715 |
aurelien |
810 |
}
|
775 |
jpm |
811 |
|
107 |
aurelien |
812 |
public void clicListePublication(Publication publication) {
|
775 |
jpm |
813 |
if (publication != null) {
|
675 |
aurelien |
814 |
panneauCentre.getContenu().rafraichir(publication);
|
|
|
815 |
}
|
107 |
aurelien |
816 |
}
|
|
|
817 |
|
|
|
818 |
public void clicAjouterPublication() {
|
775 |
jpm |
819 |
afficherFormPublication(null);
|
107 |
aurelien |
820 |
}
|
156 |
jp_milcent |
821 |
|
775 |
jpm |
822 |
public void clicModifierPublication(List<Publication> selection) {
|
|
|
823 |
if (selection.size() == 0) {
|
|
|
824 |
Info.display("Information", "Veuillez sélectionner une publication.");
|
|
|
825 |
} else if (selection.size() > 1) {
|
|
|
826 |
Info.display("Information", "Veuillez sélectionner une seule publication à la fois.");
|
|
|
827 |
} else if (selection.size() == 1) {
|
|
|
828 |
afficherFormPublication(selection.get(0).getId());
|
379 |
jp_milcent |
829 |
} else {
|
775 |
jpm |
830 |
Info.display("Erreur", "Une erreur est survenue dans la méthode clicModifierPublication() du Médiateur.");
|
245 |
jp_milcent |
831 |
}
|
|
|
832 |
}
|
|
|
833 |
|
315 |
gduche |
834 |
public void clicSupprimerPublication(final List<Publication> publicationListe) {
|
453 |
jp_milcent |
835 |
if (publicationListe.size() <= 0) {
|
315 |
gduche |
836 |
MessageBox.alert("Attention", "Vous devez sélectionner une publication", null);
|
379 |
jp_milcent |
837 |
} else {
|
673 |
aurelien |
838 |
String message = "Voulez-vous vraiment supprimer ces publications ?";
|
775 |
jpm |
839 |
if (publicationListe.size() == 1) {
|
245 |
jp_milcent |
840 |
message = "Voulez-vous vraiment supprimer cette publication ?";
|
|
|
841 |
}
|
315 |
gduche |
842 |
|
502 |
gduche |
843 |
final Listener<MessageBoxEvent> listenerSuppression = new Listener<MessageBoxEvent>() {
|
|
|
844 |
public void handleEvent(MessageBoxEvent ce) {
|
|
|
845 |
Dialog dialog = (Dialog) ce.getComponent();
|
|
|
846 |
Button btn = ce.getButtonClicked();
|
315 |
gduche |
847 |
|
379 |
jp_milcent |
848 |
if (btn.getText().equals(dialog.yesText)) {
|
919 |
jpm |
849 |
supprimerPublication(panneauCentre.getContenu(), publicationListe);
|
|
|
850 |
supprimerPublicationAPersonne(panneauCentre.getContenu(), publicationListe.get(0).getId());
|
315 |
gduche |
851 |
}
|
|
|
852 |
}
|
|
|
853 |
};
|
|
|
854 |
|
|
|
855 |
MessageBox.confirm("Supprimer une publication", message, listenerSuppression);
|
245 |
jp_milcent |
856 |
}
|
|
|
857 |
}
|
709 |
jp_milcent |
858 |
|
|
|
859 |
public void selectionnerPublication(Rafraichissable vueARafraichir, String publicationId) {
|
|
|
860 |
modele.selectionnerPublication(vueARafraichir, publicationId, getProjetId(), null);
|
|
|
861 |
}
|
|
|
862 |
|
|
|
863 |
public void selectionnerPublicationParNomComplet(Rafraichissable vueARafraichir, String projetId, String nomComplet) {
|
|
|
864 |
modele.selectionnerPublication(vueARafraichir, null, projetId, nomComplet);
|
|
|
865 |
}
|
|
|
866 |
|
786 |
jpm |
867 |
public void ajouterPublication(Rafraichissable vueARafraichir, Publication publication) {
|
|
|
868 |
modele.ajouterPublication(vueARafraichir, publication);
|
245 |
jp_milcent |
869 |
}
|
|
|
870 |
|
786 |
jpm |
871 |
public void modifierPublication(Rafraichissable vueARafraichir, Publication publication) {
|
|
|
872 |
modele.modifierPublication(vueARafraichir, publication);
|
245 |
jp_milcent |
873 |
}
|
919 |
jpm |
874 |
|
|
|
875 |
public void supprimerPublication(Rafraichissable vueARafraichir, List<Publication> publicationsListe) {
|
|
|
876 |
if (publicationsListe != null && publicationsListe.size() > 0) {
|
|
|
877 |
String idPublicationSeparesParVirgule = "" ;
|
|
|
878 |
Iterator<Publication> it = publicationsListe.iterator();
|
|
|
879 |
while (it.hasNext()) {
|
|
|
880 |
idPublicationSeparesParVirgule += it.next().getId();
|
|
|
881 |
if (it.hasNext()) {
|
|
|
882 |
idPublicationSeparesParVirgule += ",";
|
|
|
883 |
}
|
|
|
884 |
}
|
|
|
885 |
modele.supprimerPublication(vueARafraichir, idPublicationSeparesParVirgule);
|
|
|
886 |
modele.supprimerPublicationAPersonne(vueARafraichir, idPublicationSeparesParVirgule);
|
|
|
887 |
}
|
|
|
888 |
}
|
245 |
jp_milcent |
889 |
|
453 |
jp_milcent |
890 |
public void clicObtenirListeEditeurs(Rafraichissable vueARafraichir) {
|
775 |
jpm |
891 |
selectionnerStructureParProjet(vueARafraichir, null);
|
245 |
jp_milcent |
892 |
}
|
|
|
893 |
|
453 |
jp_milcent |
894 |
public void clicObtenirListeAuteurs(Rafraichissable vueARafraichir) {
|
775 |
jpm |
895 |
selectionnerPersonneParProjet(vueARafraichir, null);
|
245 |
jp_milcent |
896 |
}
|
|
|
897 |
|
156 |
jp_milcent |
898 |
//+----------------------------------------------------------------------------------------------------------------+
|
822 |
jpm |
899 |
// GESTION de la relation PUBLICATION A PERSONNE
|
|
|
900 |
|
|
|
901 |
public void selectionnerPublicationAPersonne(Rafraichissable vueARafraichir, String publicationId, String personnesId, String roleId) {
|
|
|
902 |
modele.selectionPublicationAPersonne(vueARafraichir, publicationId, personnesId, roleId);
|
|
|
903 |
}
|
|
|
904 |
|
901 |
jpm |
905 |
public void ajouterPublicationAPersonne(Rafraichissable vueARafraichir, String publicationId, PublicationAPersonneListe personnesAjoutees, String roleId) {
|
|
|
906 |
if (personnesAjoutees != null && personnesAjoutees.size() > 0) {
|
|
|
907 |
String idPublicationAPersonneSepareParVirgule = "" ;
|
|
|
908 |
for (Iterator<String> it = personnesAjoutees.keySet().iterator(); it.hasNext();) {
|
|
|
909 |
idPublicationAPersonneSepareParVirgule += personnesAjoutees.get(it.next()).getIdPersonne();
|
|
|
910 |
if (it.hasNext()) {
|
|
|
911 |
idPublicationAPersonneSepareParVirgule += ",";
|
|
|
912 |
}
|
|
|
913 |
}
|
|
|
914 |
modele.ajouterPublicationAPersonne(vueARafraichir, publicationId, idPublicationAPersonneSepareParVirgule, roleId);
|
|
|
915 |
}
|
822 |
jpm |
916 |
}
|
901 |
jpm |
917 |
|
|
|
918 |
public void supprimerPublicationAPersonne(Rafraichissable vueARafraichir, PublicationAPersonneListe personnesSupprimees) {
|
|
|
919 |
if (personnesSupprimees != null && personnesSupprimees.size() > 0) {
|
|
|
920 |
String idPublicationAPersonneSepareParVirgule = "" ;
|
|
|
921 |
for (Iterator<String> it = personnesSupprimees.keySet().iterator(); it.hasNext();) {
|
|
|
922 |
idPublicationAPersonneSepareParVirgule += personnesSupprimees.get(it.next()).getId();
|
|
|
923 |
if (it.hasNext()) {
|
|
|
924 |
idPublicationAPersonneSepareParVirgule += ",";
|
|
|
925 |
}
|
|
|
926 |
}
|
|
|
927 |
modele.supprimerPublicationAPersonne(vueARafraichir, idPublicationAPersonneSepareParVirgule);
|
|
|
928 |
}
|
822 |
jpm |
929 |
}
|
|
|
930 |
|
919 |
jpm |
931 |
public void supprimerPublicationAPersonne(Rafraichissable vueARafraichir, String idPublicationSeparesParVirgule) {
|
|
|
932 |
modele.supprimerPublicationAPersonne(vueARafraichir, idPublicationSeparesParVirgule);
|
|
|
933 |
}
|
|
|
934 |
|
822 |
jpm |
935 |
//+----------------------------------------------------------------------------------------------------------------+
|
447 |
jp_milcent |
936 |
// RAFRAICHISSEMENT
|
156 |
jp_milcent |
937 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
938 |
|
898 |
gduche |
939 |
public void rafraichir(Object nouvellesDonnees) {
|
|
|
940 |
if (nouvellesDonnees instanceof Utilisateur) {
|
|
|
941 |
mettreAJourEtatIdentification((Utilisateur) nouvellesDonnees);
|
|
|
942 |
} else if (nouvellesDonnees instanceof Information) {
|
|
|
943 |
Information info = (Information) nouvellesDonnees;
|
|
|
944 |
} else {
|
|
|
945 |
GWT.log(i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), null);
|
277 |
jp_milcent |
946 |
}
|
|
|
947 |
}
|
281 |
gduche |
948 |
|
453 |
jp_milcent |
949 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
950 |
// GESTION du STATUT
|
|
|
951 |
//+----------------------------------------------------------------------------------------------------------------+
|
288 |
gduche |
952 |
|
332 |
gduche |
953 |
public void afficherPopinChargement() {
|
|
|
954 |
((PopupChargement) Registry.get(RegistreId.POPUP_CHARGEMENT)).center();
|
|
|
955 |
}
|
453 |
jp_milcent |
956 |
|
332 |
gduche |
957 |
public void masquerPopinChargement() {
|
|
|
958 |
((PopupChargement) Registry.get(RegistreId.POPUP_CHARGEMENT)).hide();
|
|
|
959 |
}
|
836 |
aurelien |
960 |
|
877 |
aurelien |
961 |
public void afficherFormProjet(String projetId) {
|
|
|
962 |
panneauCentre.removeAll();
|
|
|
963 |
ProjetForm projetForm = new ProjetForm(this, projetId);
|
|
|
964 |
panneauCentre.add(projetForm);
|
|
|
965 |
|
|
|
966 |
panneauCentre.layout();
|
|
|
967 |
}
|
|
|
968 |
|
836 |
aurelien |
969 |
public void afficherListeProjets(ProjetListe projetsACharger) {
|
|
|
970 |
if (!(panneauCentre.getContenu() instanceof ProjetVue)) {
|
|
|
971 |
panneauCentre.removeAll();
|
|
|
972 |
panneauCentre.add(new ProjetVue(this));
|
|
|
973 |
panneauCentre.setId(ComposantId.PANNEAU_PROJET_LISTE);
|
|
|
974 |
panneauCentre.layout();
|
|
|
975 |
}
|
|
|
976 |
|
|
|
977 |
panneauCentre.getContenu().rafraichir(projetsACharger);
|
|
|
978 |
}
|
447 |
jp_milcent |
979 |
|
836 |
aurelien |
980 |
|
|
|
981 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
982 |
// GESTION des projets
|
|
|
983 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
984 |
public void clicListeProjet(Projet projet) {
|
|
|
985 |
panneauCentre.getContenu().rafraichir(projet);
|
|
|
986 |
}
|
|
|
987 |
|
902 |
aurelien |
988 |
public void clicSupprimerProjet(final List<Projet> projetListe) {
|
|
|
989 |
if (projetListe.size() <= 0) {
|
|
|
990 |
MessageBox.alert("Attention", "Vous devez sélectionner un projet", null);
|
|
|
991 |
} else {
|
|
|
992 |
String message = "Voulez-vous vraiment supprimer ces projets ?";
|
|
|
993 |
if (projetListe.size() == 1) {
|
|
|
994 |
message = "Voulez-vous vraiment supprimer ce projet ?";
|
|
|
995 |
}
|
|
|
996 |
|
|
|
997 |
final Listener<MessageBoxEvent> listenerSuppression = new Listener<MessageBoxEvent>() {
|
|
|
998 |
public void handleEvent(MessageBoxEvent ce) {
|
|
|
999 |
Dialog dialog = (Dialog) ce.getComponent();
|
|
|
1000 |
Button btn = ce.getButtonClicked();
|
|
|
1001 |
|
|
|
1002 |
if (btn.getText().equals(dialog.yesText)) {
|
|
|
1003 |
modele.supprimerProjet(panneauCentre.getContenu(), projetListe);
|
|
|
1004 |
}
|
|
|
1005 |
}
|
|
|
1006 |
};
|
|
|
1007 |
|
|
|
1008 |
MessageBox.confirm("Supprimer un projet", message, listenerSuppression);
|
|
|
1009 |
}
|
836 |
aurelien |
1010 |
|
|
|
1011 |
}
|
|
|
1012 |
|
|
|
1013 |
public void clicModifierProjet(List<Projet> selectedItems) {
|
877 |
aurelien |
1014 |
afficherFormProjet(selectedItems.get(0).getId());
|
|
|
1015 |
}
|
|
|
1016 |
|
|
|
1017 |
public void clicAjouterProjet() {
|
|
|
1018 |
afficherFormProjet(null);
|
|
|
1019 |
}
|
|
|
1020 |
|
|
|
1021 |
public void selectionnerProjet(Rafraichissable vueARafraichir, String projetId) {
|
|
|
1022 |
modele.selectionnerProjet(vueARafraichir, projetId);
|
|
|
1023 |
}
|
|
|
1024 |
|
|
|
1025 |
public void ajouterProjet(Rafraichissable vueARafraichir, Projet projetCollecte) {
|
892 |
aurelien |
1026 |
modele.ajouterProjet(vueARafraichir, projetCollecte);
|
836 |
aurelien |
1027 |
}
|
|
|
1028 |
|
877 |
aurelien |
1029 |
public void modifierProjet(Rafraichissable vueARafraichir, Projet projetCollecte) {
|
892 |
aurelien |
1030 |
modele.modifierProjet(vueARafraichir, projetCollecte);
|
836 |
aurelien |
1031 |
}
|
|
|
1032 |
|
277 |
jp_milcent |
1033 |
}
|