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