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