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;
|
1209 |
cyprien |
8 |
import org.tela_botanica.client.composants.InfoLogger;
|
898 |
gduche |
9 |
import org.tela_botanica.client.composants.LicenceFenetre;
|
1023 |
jpm |
10 |
import org.tela_botanica.client.composants.AproposFenetre;
|
907 |
jpm |
11 |
import org.tela_botanica.client.configuration.APropos;
|
|
|
12 |
import org.tela_botanica.client.configuration.Configuration;
|
358 |
jp_milcent |
13 |
import org.tela_botanica.client.i18n.Constantes;
|
466 |
gduche |
14 |
import org.tela_botanica.client.i18n.ErrorMessages;
|
119 |
jpm |
15 |
import org.tela_botanica.client.interfaces.Rafraichissable;
|
156 |
jp_milcent |
16 |
import org.tela_botanica.client.modeles.Information;
|
327 |
jp_milcent |
17 |
import org.tela_botanica.client.modeles.MenuApplicationId;
|
61 |
jpm |
18 |
import org.tela_botanica.client.modeles.Utilisateur;
|
1014 |
gduche |
19 |
import org.tela_botanica.client.modeles.Valeur;
|
91 |
jpm |
20 |
import org.tela_botanica.client.modeles.ValeurListe;
|
935 |
jpm |
21 |
import org.tela_botanica.client.modeles.collection.Collection;
|
989 |
jpm |
22 |
import org.tela_botanica.client.modeles.collection.CollectionACommentaire;
|
|
|
23 |
import org.tela_botanica.client.modeles.collection.CollectionACommentaireAsyncDao;
|
|
|
24 |
import org.tela_botanica.client.modeles.collection.CollectionACommentaireListe;
|
935 |
jpm |
25 |
import org.tela_botanica.client.modeles.collection.CollectionAPersonne;
|
|
|
26 |
import org.tela_botanica.client.modeles.collection.CollectionAPersonneListe;
|
|
|
27 |
import org.tela_botanica.client.modeles.collection.CollectionAPublication;
|
|
|
28 |
import org.tela_botanica.client.modeles.collection.CollectionAPublicationListe;
|
|
|
29 |
import org.tela_botanica.client.modeles.collection.CollectionListe;
|
985 |
jpm |
30 |
import org.tela_botanica.client.modeles.commentaire.Commentaire;
|
|
|
31 |
import org.tela_botanica.client.modeles.commentaire.CommentaireListe;
|
935 |
jpm |
32 |
import org.tela_botanica.client.modeles.personne.Personne;
|
|
|
33 |
import org.tela_botanica.client.modeles.personne.PersonneListe;
|
|
|
34 |
import org.tela_botanica.client.modeles.projet.Projet;
|
|
|
35 |
import org.tela_botanica.client.modeles.projet.ProjetListe;
|
|
|
36 |
import org.tela_botanica.client.modeles.publication.Publication;
|
|
|
37 |
import org.tela_botanica.client.modeles.publication.PublicationAPersonne;
|
|
|
38 |
import org.tela_botanica.client.modeles.publication.PublicationAPersonneListe;
|
|
|
39 |
import org.tela_botanica.client.modeles.publication.PublicationListe;
|
|
|
40 |
import org.tela_botanica.client.modeles.structure.Structure;
|
|
|
41 |
import org.tela_botanica.client.modeles.structure.StructureAPersonne;
|
|
|
42 |
import org.tela_botanica.client.modeles.structure.StructureAPersonneListe;
|
|
|
43 |
import org.tela_botanica.client.modeles.structure.StructureConservation;
|
|
|
44 |
import org.tela_botanica.client.modeles.structure.StructureListe;
|
|
|
45 |
import org.tela_botanica.client.modeles.structure.StructureValorisation;
|
918 |
jpm |
46 |
import org.tela_botanica.client.util.Debug;
|
936 |
jpm |
47 |
import org.tela_botanica.client.vues.ContenuVue;
|
444 |
jp_milcent |
48 |
import org.tela_botanica.client.vues.EnteteVue;
|
641 |
jp_milcent |
49 |
import org.tela_botanica.client.vues.Formulaire;
|
1209 |
cyprien |
50 |
import org.tela_botanica.client.vues.FenetreJournal;
|
982 |
jpm |
51 |
import org.tela_botanica.client.vues.NavigationVue;
|
332 |
gduche |
52 |
import org.tela_botanica.client.vues.PopupChargement;
|
443 |
jp_milcent |
53 |
import org.tela_botanica.client.vues.StatutVue;
|
444 |
jp_milcent |
54 |
import org.tela_botanica.client.vues.MenuVue;
|
912 |
jpm |
55 |
import org.tela_botanica.client.vues.accueil.AccueilVue;
|
934 |
jpm |
56 |
import org.tela_botanica.client.vues.collection.CollectionForm;
|
|
|
57 |
import org.tela_botanica.client.vues.collection.CollectionListeVue;
|
|
|
58 |
import org.tela_botanica.client.vues.collection.CollectionVue;
|
989 |
jpm |
59 |
import org.tela_botanica.client.vues.commentaire.CommentaireForm;
|
985 |
jpm |
60 |
import org.tela_botanica.client.vues.commentaire.CommentaireVue;
|
935 |
jpm |
61 |
import org.tela_botanica.client.vues.personne.PersonneForm;
|
|
|
62 |
import org.tela_botanica.client.vues.personne.PersonneVue;
|
|
|
63 |
import org.tela_botanica.client.vues.projet.ProjetForm;
|
|
|
64 |
import org.tela_botanica.client.vues.projet.ProjetVue;
|
|
|
65 |
import org.tela_botanica.client.vues.publication.PublicationForm;
|
|
|
66 |
import org.tela_botanica.client.vues.publication.PublicationVue;
|
|
|
67 |
import org.tela_botanica.client.vues.structure.StructureForm;
|
|
|
68 |
import org.tela_botanica.client.vues.structure.StructureVue;
|
467 |
jp_milcent |
69 |
|
1209 |
cyprien |
70 |
import com.extjs.gxt.ui.client.GXT;
|
60 |
jpm |
71 |
import com.extjs.gxt.ui.client.Registry;
|
|
|
72 |
import com.extjs.gxt.ui.client.Style.LayoutRegion;
|
315 |
gduche |
73 |
import com.extjs.gxt.ui.client.event.Listener;
|
502 |
gduche |
74 |
import com.extjs.gxt.ui.client.event.MessageBoxEvent;
|
60 |
jpm |
75 |
import com.extjs.gxt.ui.client.util.Margins;
|
646 |
jp_milcent |
76 |
import com.extjs.gxt.ui.client.widget.Component;
|
315 |
gduche |
77 |
import com.extjs.gxt.ui.client.widget.Dialog;
|
156 |
jp_milcent |
78 |
import com.extjs.gxt.ui.client.widget.Info;
|
315 |
gduche |
79 |
import com.extjs.gxt.ui.client.widget.MessageBox;
|
60 |
jpm |
80 |
import com.extjs.gxt.ui.client.widget.Viewport;
|
315 |
gduche |
81 |
import com.extjs.gxt.ui.client.widget.button.Button;
|
60 |
jpm |
82 |
import com.extjs.gxt.ui.client.widget.layout.BorderLayout;
|
|
|
83 |
import com.extjs.gxt.ui.client.widget.layout.BorderLayoutData;
|
1209 |
cyprien |
84 |
import com.gargoylesoftware.htmlunit.AlertHandler;
|
91 |
jpm |
85 |
import com.google.gwt.core.client.GWT;
|
599 |
gduche |
86 |
import com.google.gwt.i18n.client.Dictionary;
|
60 |
jpm |
87 |
import com.google.gwt.user.client.Window;
|
|
|
88 |
import com.google.gwt.user.client.ui.RootPanel;
|
|
|
89 |
|
277 |
jp_milcent |
90 |
public class Mediateur implements Rafraichissable {
|
60 |
jpm |
91 |
|
358 |
jp_milcent |
92 |
private Viewport viewport;
|
119 |
jpm |
93 |
private Modele modele = null;
|
582 |
jp_milcent |
94 |
public static final Constantes i18nC = getI18nConstante();
|
|
|
95 |
public static final ErrorMessages i18nM = getI18nMessage();
|
119 |
jpm |
96 |
|
444 |
jp_milcent |
97 |
private EnteteVue panneauNord = null;
|
982 |
jpm |
98 |
private NavigationVue panneauOuest = null;
|
444 |
jp_milcent |
99 |
private ContenuVue panneauCentre = null;
|
443 |
jp_milcent |
100 |
private StatutVue panneauSud = null;
|
1209 |
cyprien |
101 |
private FenetreJournal fenetreJournal = null;
|
60 |
jpm |
102 |
|
358 |
jp_milcent |
103 |
private IdentificationFenetre fenetreIdentification = null;
|
1041 |
gduche |
104 |
private int nbElements = Integer.valueOf(((Dictionary) Dictionary.getDictionary("configuration")).get("nbElementsPage"));
|
1156 |
jpm |
105 |
|
60 |
jpm |
106 |
public Mediateur() {
|
|
|
107 |
// Enregistrement du Médiateur dans le Registre
|
|
|
108 |
Registry.register(RegistreId.MEDIATEUR, this);
|
765 |
jpm |
109 |
|
|
|
110 |
//Initialisation du Registre
|
|
|
111 |
initialiserRegistre();
|
466 |
gduche |
112 |
|
60 |
jpm |
113 |
// Création du Modèle qui s'enregistre lui même dans le Registre
|
119 |
jpm |
114 |
modele = new Modele();
|
535 |
jp_milcent |
115 |
|
60 |
jpm |
116 |
// Création du Viewport qui contient la disposition globale de l'application
|
|
|
117 |
viewport = new Viewport();
|
|
|
118 |
viewport.setLayout(new BorderLayout());
|
552 |
jp_milcent |
119 |
|
60 |
jpm |
120 |
// Création des différents panneaux
|
|
|
121 |
creerPanneauNord();
|
|
|
122 |
creerPanneauOuest();
|
|
|
123 |
creerPanneauCentral();
|
358 |
jp_milcent |
124 |
creerPanneauSud();
|
1209 |
cyprien |
125 |
fenetreJournal = new FenetreJournal(this);
|
535 |
jp_milcent |
126 |
|
|
|
127 |
// Connection de l'utilisateur
|
|
|
128 |
connecterUtilisateur(null, null);
|
|
|
129 |
|
60 |
jpm |
130 |
// Retour à GWT du Viewport une fois constuit
|
|
|
131 |
RootPanel.get().add(viewport);
|
|
|
132 |
}
|
|
|
133 |
|
156 |
jp_milcent |
134 |
//+----------------------------------------------------------------------------------------------------------------+
|
535 |
jp_milcent |
135 |
// GESTION de l'I18N et du REGISTRE
|
|
|
136 |
//+----------------------------------------------------------------------------------------------------------------+
|
582 |
jp_milcent |
137 |
protected static Constantes getI18nConstante() {
|
535 |
jp_milcent |
138 |
return GWT.create(Constantes.class);
|
|
|
139 |
}
|
|
|
140 |
|
582 |
jp_milcent |
141 |
protected static ErrorMessages getI18nMessage() {
|
535 |
jp_milcent |
142 |
return GWT.create(ErrorMessages.class);
|
|
|
143 |
}
|
|
|
144 |
|
|
|
145 |
protected void initialiserRegistre() {
|
1107 |
jpm |
146 |
APropos apropos = new APropos();
|
907 |
jpm |
147 |
|
1107 |
jpm |
148 |
Registry.register(RegistreId.APPLI_NOM, apropos.getAppliNom());
|
|
|
149 |
Registry.register(RegistreId.APPLI_CODE, apropos.getAppliCode());
|
1108 |
jpm |
150 |
Registry.register(RegistreId.APPLI_VERSION, apropos.getAppliVersionCode());
|
|
|
151 |
Registry.register(RegistreId.APPLI_VERSION_NOM, apropos.getAppliVersionNom());
|
1107 |
jpm |
152 |
|
1023 |
jpm |
153 |
Registry.register(RegistreId.APPLI_DEVELOPPEURS, apropos.getDeveloppeurs());
|
|
|
154 |
Registry.register(RegistreId.APPLI_TRADUCTEURS, apropos.getTraducteurs());
|
|
|
155 |
Registry.register(RegistreId.APPLI_LICENCE, apropos.getLicence());
|
907 |
jpm |
156 |
Registry.register(RegistreId.APPLI_REVISION, apropos.getRevisionGlobale());
|
|
|
157 |
Registry.register(RegistreId.APPLI_COMPILATION_JAVA_VERSION, apropos.getVersionJavaCompilation());
|
|
|
158 |
Registry.register(RegistreId.APPLI_COMPILATION_DATE_HEURE, apropos.getDateHeureCompilation());
|
535 |
jp_milcent |
159 |
|
|
|
160 |
Registry.register(RegistreId.CONFIG, new Configuration());
|
537 |
jp_milcent |
161 |
Registry.register(RegistreId.POPUP_CHARGEMENT, new PopupChargement(this));
|
766 |
jpm |
162 |
Registry.register(RegistreId.UTILISATEUR_COURANT, new Utilisateur());
|
535 |
jp_milcent |
163 |
Registry.register(RegistreId.PROJET_COURANT, new Projet());
|
|
|
164 |
}
|
|
|
165 |
|
|
|
166 |
//+----------------------------------------------------------------------------------------------------------------+
|
156 |
jp_milcent |
167 |
// GESTION des PANNEAUX PRINCIPAUX
|
|
|
168 |
//+----------------------------------------------------------------------------------------------------------------+
|
119 |
jpm |
169 |
|
60 |
jpm |
170 |
private void creerPanneauNord() {
|
444 |
jp_milcent |
171 |
panneauNord = new EnteteVue(this);
|
60 |
jpm |
172 |
|
|
|
173 |
BorderLayoutData regionNord = new BorderLayoutData(LayoutRegion.NORTH, 100);
|
|
|
174 |
regionNord.setCollapsible(true);
|
|
|
175 |
regionNord.setFloatable(true);
|
|
|
176 |
regionNord.setSplit(false);
|
|
|
177 |
regionNord.setMargins(new Margins(5, 5, 0, 5));
|
|
|
178 |
|
|
|
179 |
viewport.add(panneauNord, regionNord);
|
|
|
180 |
}
|
|
|
181 |
|
|
|
182 |
private void creerPanneauOuest() {
|
982 |
jpm |
183 |
panneauOuest = new NavigationVue(this);
|
60 |
jpm |
184 |
|
|
|
185 |
BorderLayoutData regionOuest = new BorderLayoutData(LayoutRegion.WEST, 200);
|
|
|
186 |
regionOuest.setSplit(true);
|
|
|
187 |
regionOuest.setCollapsible(true);
|
|
|
188 |
regionOuest.setMargins(new Margins(5));
|
|
|
189 |
|
|
|
190 |
viewport.add(panneauOuest, regionOuest);
|
|
|
191 |
}
|
|
|
192 |
|
|
|
193 |
private void creerPanneauCentral() {
|
444 |
jp_milcent |
194 |
panneauCentre = new ContenuVue(this);
|
60 |
jpm |
195 |
|
|
|
196 |
BorderLayoutData regionCentre = new BorderLayoutData(LayoutRegion.CENTER);
|
|
|
197 |
regionCentre.setMargins(new Margins(5, 5, 5, 0));
|
|
|
198 |
|
|
|
199 |
viewport.add(panneauCentre, regionCentre);
|
|
|
200 |
}
|
358 |
jp_milcent |
201 |
|
|
|
202 |
private void creerPanneauSud() {
|
443 |
jp_milcent |
203 |
panneauSud = new StatutVue();
|
358 |
jp_milcent |
204 |
|
369 |
jp_milcent |
205 |
BorderLayoutData regionSud = new BorderLayoutData(LayoutRegion.SOUTH, 20);
|
358 |
jp_milcent |
206 |
regionSud.setCollapsible(true);
|
|
|
207 |
regionSud.setFloatable(true);
|
|
|
208 |
regionSud.setSplit(false);
|
|
|
209 |
regionSud.setMargins(new Margins(0));
|
|
|
210 |
|
|
|
211 |
viewport.add(panneauSud, regionSud);
|
|
|
212 |
}
|
60 |
jpm |
213 |
|
369 |
jp_milcent |
214 |
public void actualiserPanneauCentral() {
|
|
|
215 |
panneauCentre.layout();
|
|
|
216 |
}
|
|
|
217 |
|
1209 |
cyprien |
218 |
public Rafraichissable obtenirFenetreJournal() {
|
|
|
219 |
return this.fenetreJournal;
|
|
|
220 |
}
|
|
|
221 |
|
|
|
222 |
public void ouvrirFenetreJournal() {
|
|
|
223 |
fenetreJournal.show();
|
|
|
224 |
}
|
|
|
225 |
|
|
|
226 |
public StatutVue obtenirPanneauSud() {
|
|
|
227 |
return this.panneauSud;
|
|
|
228 |
}
|
|
|
229 |
|
156 |
jp_milcent |
230 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
231 |
// GESTION du MENU
|
|
|
232 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
233 |
|
327 |
jp_milcent |
234 |
public void clicMenu(String codeMenuClique) {
|
1209 |
cyprien |
235 |
|
358 |
jp_milcent |
236 |
activerChargement(codeMenuClique);
|
982 |
jpm |
237 |
panneauOuest.getMenu().selectionMenu(codeMenuClique);
|
1209 |
cyprien |
238 |
|
|
|
239 |
if (codeMenuClique.equals(MenuApplicationId.ACCUEIL)) {
|
910 |
jpm |
240 |
afficherAccueil();
|
|
|
241 |
} else if (codeMenuClique.equals(MenuApplicationId.PROJET)) {
|
928 |
jpm |
242 |
selectionnerProjet(panneauCentre, null);
|
910 |
jpm |
243 |
} else if (codeMenuClique.equals(MenuApplicationId.STRUCTURE)) {
|
646 |
jp_milcent |
244 |
selectionnerStructure(panneauCentre, null);
|
553 |
jp_milcent |
245 |
} else if (codeMenuClique.equals(MenuApplicationId.COLLECTION)) {
|
1041 |
gduche |
246 |
selectionnerCollection(panneauCentre, null, null);
|
553 |
jp_milcent |
247 |
} else if (codeMenuClique.equals(MenuApplicationId.PERSONNE)) {
|
1063 |
gduche |
248 |
selectionnerPersonne(panneauCentre, null, getProjetId());
|
327 |
jp_milcent |
249 |
} else if (codeMenuClique.equals(MenuApplicationId.PUBLICATION)) {
|
918 |
jpm |
250 |
selectionnerPublication(panneauCentre, null);
|
985 |
jpm |
251 |
} else if (codeMenuClique.equals(MenuApplicationId.COMMENTAIRE)) {
|
|
|
252 |
selectionnerCommentaire(panneauCentre, null);
|
379 |
jp_milcent |
253 |
} else {
|
841 |
gduche |
254 |
GWT.log(i18nM.nonImplemente(codeMenuClique), null);
|
60 |
jpm |
255 |
}
|
|
|
256 |
panneauCentre.layout();
|
|
|
257 |
}
|
836 |
aurelien |
258 |
|
358 |
jp_milcent |
259 |
public void activerChargement(String message) {
|
1155 |
jpm |
260 |
afficherPopinChargement();
|
|
|
261 |
panneauCentre.disable();
|
369 |
jp_milcent |
262 |
panneauSud.showBusy(i18nC.chargement()+" "+message);
|
358 |
jp_milcent |
263 |
}
|
|
|
264 |
|
|
|
265 |
public void desactiverChargement() {
|
|
|
266 |
masquerPopinChargement();
|
1155 |
jpm |
267 |
panneauCentre.enable();
|
358 |
jp_milcent |
268 |
panneauSud.clear();
|
|
|
269 |
}
|
646 |
jp_milcent |
270 |
|
156 |
jp_milcent |
271 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
272 |
// GESTION DES FENÊTRES
|
|
|
273 |
//+----------------------------------------------------------------------------------------------------------------+
|
60 |
jpm |
274 |
|
61 |
jpm |
275 |
public void ouvrirAide() {
|
|
|
276 |
AideFenetre aideFenetre = new AideFenetre();
|
|
|
277 |
aideFenetre.show();
|
66 |
jpm |
278 |
// FIXME : apparament le fade In/Fade Out pose problème sur les navigateurs...
|
|
|
279 |
//aideFenetre.el().fadeIn(FxConfig.NONE);
|
61 |
jpm |
280 |
}
|
|
|
281 |
|
|
|
282 |
public void ouvrirParametres() {
|
1023 |
jpm |
283 |
AproposFenetre parametresFenetre = new AproposFenetre();
|
66 |
jpm |
284 |
parametresFenetre.show();
|
61 |
jpm |
285 |
}
|
|
|
286 |
|
|
|
287 |
public void ouvrirIdentification() {
|
1017 |
jpm |
288 |
fenetreIdentification = new IdentificationFenetre(this);
|
358 |
jp_milcent |
289 |
fenetreIdentification.show();
|
61 |
jpm |
290 |
}
|
|
|
291 |
|
989 |
jpm |
292 |
public void ouvrirUrlExterne(String id) {
|
61 |
jpm |
293 |
if (id.equals(ComposantId.MENU_CEL)) {
|
989 |
jpm |
294 |
Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getUrl("cel"), "Carnet en ligne", "");
|
61 |
jpm |
295 |
} else if (id.equals(ComposantId.MENU_BEL)) {
|
989 |
jpm |
296 |
Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getUrl("cel"), "Biblio en ligne", "");
|
|
|
297 |
} else if (id.equals(ComposantId.MENU_BOGUE)) {
|
|
|
298 |
Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getUrl("bogue"), "Bogue", "");
|
|
|
299 |
} else if (id.equals(ComposantId.MENU_COMMENTAIRE)) {
|
|
|
300 |
Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getUrl("commentaire"), "Commentaire", "");
|
61 |
jpm |
301 |
}
|
|
|
302 |
}
|
|
|
303 |
|
898 |
gduche |
304 |
public void afficherFenetreLicence(IdentificationFenetre vue) {
|
|
|
305 |
LicenceFenetre lf = new LicenceFenetre(vue);
|
|
|
306 |
}
|
|
|
307 |
|
|
|
308 |
public void accepterLicence(Rafraichissable vue) {
|
|
|
309 |
modele.accepterLicence(vue);
|
|
|
310 |
}
|
156 |
jp_milcent |
311 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
312 |
// GESTION de l'UTILISATEUR et de l'IDENTIFICATION
|
|
|
313 |
//+----------------------------------------------------------------------------------------------------------------+
|
245 |
jp_milcent |
314 |
/**
|
|
|
315 |
* Retourne l'identifiant de l'utilisateur courrant de l'application.
|
|
|
316 |
*/
|
156 |
jp_milcent |
317 |
public String getUtilisateurId() {
|
277 |
jp_milcent |
318 |
String id = null;
|
|
|
319 |
Utilisateur utilisateurCourant = (Utilisateur) Registry.get(RegistreId.UTILISATEUR_COURANT);
|
|
|
320 |
if (!utilisateurCourant.getId().equals("")) {
|
|
|
321 |
id = utilisateurCourant.getId();
|
|
|
322 |
}
|
|
|
323 |
return id;
|
156 |
jp_milcent |
324 |
}
|
|
|
325 |
|
912 |
jpm |
326 |
public Utilisateur getUtilisateur() {
|
|
|
327 |
Utilisateur utilisateurCourant = (Utilisateur) Registry.get(RegistreId.UTILISATEUR_COURANT);
|
|
|
328 |
return utilisateurCourant;
|
|
|
329 |
}
|
|
|
330 |
|
65 |
jpm |
331 |
public void connecterUtilisateur(String login, String mdp) {
|
277 |
jp_milcent |
332 |
modele.connecterUtilisateur(this, login, mdp);
|
64 |
jpm |
333 |
}
|
|
|
334 |
|
65 |
jpm |
335 |
public void deconnecterUtilisateur() {
|
277 |
jp_milcent |
336 |
modele.deconnecterUtilisateur(this);
|
64 |
jpm |
337 |
}
|
65 |
jpm |
338 |
|
932 |
jpm |
339 |
public void repandreEtatIdentification(Utilisateur utilisateur) {
|
156 |
jp_milcent |
340 |
// Mise à jour du registre
|
277 |
jp_milcent |
341 |
Registry.register(RegistreId.UTILISATEUR_COURANT, utilisateur);
|
932 |
jpm |
342 |
// Propagation de l'information de mise à jour de l'utilisateur
|
|
|
343 |
repandreInfoMiseAJourUtilisateur();
|
|
|
344 |
}
|
|
|
345 |
|
|
|
346 |
public void repandreInfoMiseAJourUtilisateur() {
|
912 |
jpm |
347 |
// Création de l'information de mise à jour de l'utilisateur
|
|
|
348 |
Information info = new Information("maj_utilisateur");
|
|
|
349 |
|
|
|
350 |
// Rafraichissement de la fenêtre d'Identification
|
941 |
jpm |
351 |
if (fenetreIdentification != null && fenetreIdentification.isVisible()) {
|
912 |
jpm |
352 |
fenetreIdentification.rafraichir(info);
|
|
|
353 |
}
|
898 |
gduche |
354 |
|
912 |
jpm |
355 |
// Rafraichissement du panneau Nord
|
|
|
356 |
panneauNord.rafraichir(info);
|
|
|
357 |
|
|
|
358 |
// Rafraichissement du panneau Centre
|
|
|
359 |
if (panneauCentre != null) {
|
|
|
360 |
panneauCentre.rafraichir(info);
|
932 |
jpm |
361 |
}
|
912 |
jpm |
362 |
}
|
898 |
gduche |
363 |
|
912 |
jpm |
364 |
public void modifierUtilisateur() {
|
|
|
365 |
Utilisateur utilisateurCourant = (Utilisateur) Registry.get(RegistreId.UTILISATEUR_COURANT);
|
|
|
366 |
panneauNord.rafraichir(utilisateurCourant);
|
|
|
367 |
modele.modifierUtilisateur(this, utilisateurCourant);
|
61 |
jpm |
368 |
}
|
898 |
gduche |
369 |
|
156 |
jp_milcent |
370 |
//+----------------------------------------------------------------------------------------------------------------+
|
447 |
jp_milcent |
371 |
// GESTION DES VALEURS ET LISTES
|
|
|
372 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
373 |
|
568 |
jp_milcent |
374 |
public void obtenirListeValeurEtRafraichir(Rafraichissable vueARafraichir, String listeId) {
|
|
|
375 |
modele.obtenirListeValeurs(vueARafraichir, ((Configuration) Registry.get(RegistreId.CONFIG)).getListeId(listeId));
|
453 |
jp_milcent |
376 |
}
|
447 |
jp_milcent |
377 |
|
453 |
jp_milcent |
378 |
public void obtenirValeurEtRafraichir(Rafraichissable vue, String listeId, String identifiantValeur) {
|
|
|
379 |
modele.obtenirValeur(vue, "abv", ((Configuration) Registry.get(RegistreId.CONFIG)).getListeId(listeId), identifiantValeur);
|
|
|
380 |
}
|
|
|
381 |
|
|
|
382 |
public void obtenirListeRegionsEtRafraichir(Rafraichissable vue, String strListeId, String strPays) {
|
|
|
383 |
modele.obtenirListeRegion(vue, ((Configuration) Registry.get(RegistreId.CONFIG)).getListeId(strListeId), strPays+".__");
|
|
|
384 |
}
|
|
|
385 |
|
447 |
jp_milcent |
386 |
//+----------------------------------------------------------------------------------------------------------------+
|
910 |
jpm |
387 |
// GESTION des APPLETS de l'ACCUEIL
|
|
|
388 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
389 |
|
|
|
390 |
public void afficherAccueil() {
|
1209 |
cyprien |
391 |
if (!(panneauCentre.getContenu() instanceof AccueilVue)) {
|
910 |
jpm |
392 |
panneauCentre.removeAll();
|
|
|
393 |
panneauCentre.add(new AccueilVue(this));
|
|
|
394 |
}
|
1209 |
cyprien |
395 |
else {
|
|
|
396 |
desactiverChargement();
|
|
|
397 |
}
|
910 |
jpm |
398 |
}
|
|
|
399 |
|
|
|
400 |
//+----------------------------------------------------------------------------------------------------------------+
|
447 |
jp_milcent |
401 |
// GESTION des PROJETS
|
|
|
402 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
403 |
|
928 |
jpm |
404 |
public void afficherFormProjet(String projetId) {
|
|
|
405 |
panneauCentre.removeAll();
|
|
|
406 |
ProjetForm projetForm = new ProjetForm(this, projetId);
|
|
|
407 |
panneauCentre.add(projetForm);
|
|
|
408 |
|
|
|
409 |
panneauCentre.layout();
|
|
|
410 |
}
|
|
|
411 |
|
|
|
412 |
public void afficherListeProjets(ProjetListe projetsACharger) {
|
|
|
413 |
if (!(panneauCentre.getContenu() instanceof ProjetVue)) {
|
|
|
414 |
panneauCentre.removeAll();
|
|
|
415 |
panneauCentre.add(new ProjetVue(this));
|
|
|
416 |
panneauCentre.setId(ComposantId.PANNEAU_PROJET_LISTE);
|
|
|
417 |
panneauCentre.layout();
|
|
|
418 |
}
|
|
|
419 |
|
|
|
420 |
panneauCentre.getContenu().rafraichir(projetsACharger);
|
1088 |
gduche |
421 |
mettreFiltreAJour(projetsACharger);
|
928 |
jpm |
422 |
}
|
|
|
423 |
|
1088 |
gduche |
424 |
public void mettreFiltreAJour(ProjetListe projetsACharger) {
|
|
|
425 |
panneauOuest.getFiltre().rafraichir(projetsACharger);
|
|
|
426 |
}
|
|
|
427 |
|
|
|
428 |
public void mettreFiltreAJour(List<Projet> projetsACharger) {
|
|
|
429 |
panneauOuest.getFiltre().rafraichir(projetsACharger);
|
|
|
430 |
}
|
|
|
431 |
|
928 |
jpm |
432 |
public void clicListeProjet(Projet projet) {
|
|
|
433 |
panneauCentre.getContenu().rafraichir(projet);
|
|
|
434 |
}
|
|
|
435 |
|
|
|
436 |
public void clicSupprimerProjet(final List<Projet> projetListe) {
|
|
|
437 |
if (projetListe.size() <= 0) {
|
|
|
438 |
MessageBox.alert("Attention", "Vous devez sélectionner un projet", null);
|
|
|
439 |
} else {
|
|
|
440 |
String message = "Voulez-vous vraiment supprimer ces projets ?";
|
|
|
441 |
if (projetListe.size() == 1) {
|
|
|
442 |
message = "Voulez-vous vraiment supprimer ce projet ?";
|
|
|
443 |
}
|
|
|
444 |
|
|
|
445 |
final Listener<MessageBoxEvent> listenerSuppression = new Listener<MessageBoxEvent>() {
|
|
|
446 |
public void handleEvent(MessageBoxEvent ce) {
|
|
|
447 |
Dialog dialog = (Dialog) ce.getComponent();
|
|
|
448 |
Button btn = ce.getButtonClicked();
|
|
|
449 |
|
|
|
450 |
if (btn.getText().equals(dialog.yesText)) {
|
|
|
451 |
modele.supprimerProjet(panneauCentre.getContenu(), projetListe);
|
|
|
452 |
}
|
|
|
453 |
}
|
|
|
454 |
};
|
|
|
455 |
|
|
|
456 |
MessageBox.confirm("Supprimer un projet", message, listenerSuppression);
|
|
|
457 |
}
|
|
|
458 |
|
|
|
459 |
}
|
|
|
460 |
|
|
|
461 |
public void clicModifierProjet(List<Projet> projetsSelectionnes) {
|
|
|
462 |
if (projetsSelectionnes.size() == 0) {
|
1209 |
cyprien |
463 |
InfoLogger.display("Information", "Veuillez sélectionner un projet.");
|
928 |
jpm |
464 |
} else if (projetsSelectionnes.size() > 1) {
|
1209 |
cyprien |
465 |
InfoLogger.display("Information", "Veuillez sélectionner un seul projet à la fois.");
|
928 |
jpm |
466 |
} else if (projetsSelectionnes.size() == 1) {
|
|
|
467 |
afficherFormProjet(projetsSelectionnes.get(0).getId());
|
|
|
468 |
} else {
|
1209 |
cyprien |
469 |
InfoLogger.display("Erreur", "Une erreur est survenue dans la méthode clicModifierProjet() du Médiateur.");
|
928 |
jpm |
470 |
}
|
|
|
471 |
}
|
|
|
472 |
|
|
|
473 |
public void clicAjouterProjet() {
|
|
|
474 |
afficherFormProjet(null);
|
|
|
475 |
}
|
|
|
476 |
|
|
|
477 |
public void selectionnerProjet(Rafraichissable vueARafraichir, String projetId) {
|
1045 |
gduche |
478 |
selectionnerProjet(vueARafraichir, projetId, null, 0, nbElements);
|
928 |
jpm |
479 |
}
|
1045 |
gduche |
480 |
|
|
|
481 |
public void selectionnerProjet(Rafraichissable vueARafraichir, String projetId, String nom, int start, int nbElements) {
|
|
|
482 |
modele.selectionnerProjet(vueARafraichir, projetId, nom, start, this.nbElements);
|
|
|
483 |
}
|
928 |
jpm |
484 |
|
|
|
485 |
public void ajouterProjet(Rafraichissable vueARafraichir, Projet projetCollecte) {
|
|
|
486 |
modele.ajouterProjet(vueARafraichir, projetCollecte);
|
|
|
487 |
}
|
|
|
488 |
|
|
|
489 |
public void modifierProjet(Rafraichissable vueARafraichir, Projet projetCollecte) {
|
|
|
490 |
modele.modifierProjet(vueARafraichir, projetCollecte);
|
|
|
491 |
}
|
|
|
492 |
|
|
|
493 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
494 |
// SELECTION : projet
|
447 |
jp_milcent |
495 |
/**
|
|
|
496 |
* Retourne l'identifiant du projet courrant de l'application.
|
|
|
497 |
*/
|
|
|
498 |
public String getProjetId() {
|
|
|
499 |
String id = null;
|
|
|
500 |
Projet projetCourant = (Projet) Registry.get(RegistreId.PROJET_COURANT);
|
|
|
501 |
if (projetCourant != null && !projetCourant.getId().equals("")) {
|
|
|
502 |
id = projetCourant.getId();
|
|
|
503 |
}
|
|
|
504 |
return id;
|
|
|
505 |
}
|
928 |
jpm |
506 |
|
447 |
jp_milcent |
507 |
public void selectionnerProjetCourant(Projet projetSelectionne) {
|
|
|
508 |
Registry.register(RegistreId.PROJET_COURANT, projetSelectionne);
|
1109 |
jpm |
509 |
if (panneauCentre.getContenu() instanceof AccueilVue) {
|
|
|
510 |
desactiverChargement();
|
|
|
511 |
} else if (panneauCentre.getContenu() instanceof ProjetVue) {
|
928 |
jpm |
512 |
selectionnerProjet(panneauCentre.getContenu(), null);
|
646 |
jp_milcent |
513 |
} else if (panneauCentre.getContenu() instanceof StructureVue) {
|
928 |
jpm |
514 |
selectionnerStructure(panneauCentre.getContenu(), null);
|
646 |
jp_milcent |
515 |
} else if (panneauCentre.getContenu() instanceof CollectionVue) {
|
1041 |
gduche |
516 |
selectionnerCollection(panneauCentre.getContenu(), null, null);
|
928 |
jpm |
517 |
} else if (panneauCentre.getContenu() instanceof PersonneVue) {
|
|
|
518 |
selectionnerPersonne(panneauCentre.getContenu(), null, getProjetId());
|
|
|
519 |
} else if (panneauCentre.getContenu() instanceof PublicationVue) {
|
|
|
520 |
selectionnerPublication(panneauCentre.getContenu(), null);
|
987 |
jpm |
521 |
} else if (panneauCentre.getContenu() instanceof CommentaireVue) {
|
|
|
522 |
selectionnerCommentaire(panneauCentre.getContenu(), null);
|
447 |
jp_milcent |
523 |
}
|
|
|
524 |
}
|
|
|
525 |
|
928 |
jpm |
526 |
|
447 |
jp_milcent |
527 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
528 |
// GESTION DES STRUCTURES
|
|
|
529 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
530 |
|
453 |
jp_milcent |
531 |
public void afficherListeStructures(StructureListe structuresACharger) {
|
646 |
jp_milcent |
532 |
if (!(panneauCentre.getContenu() instanceof StructureVue)) {
|
626 |
gduche |
533 |
panneauCentre.removeAll();
|
646 |
jp_milcent |
534 |
panneauCentre.add(new StructureVue(this));
|
626 |
gduche |
535 |
}
|
646 |
jp_milcent |
536 |
panneauCentre.getContenu().rafraichir(structuresACharger);
|
453 |
jp_milcent |
537 |
}
|
|
|
538 |
|
580 |
jp_milcent |
539 |
public void afficherFormStructure(String structureId) {
|
641 |
jp_milcent |
540 |
String mode = Formulaire.MODE_AJOUTER;
|
580 |
jp_milcent |
541 |
if (structureId != null) {
|
641 |
jp_milcent |
542 |
mode = Formulaire.MODE_MODIFIER;
|
580 |
jp_milcent |
543 |
}
|
|
|
544 |
|
|
|
545 |
panneauCentre.removeAll();
|
|
|
546 |
StructureForm structureForm = new StructureForm(this, mode);
|
|
|
547 |
panneauCentre.add(structureForm);
|
|
|
548 |
|
641 |
jp_milcent |
549 |
if (mode.equals(Formulaire.MODE_MODIFIER)) {
|
580 |
jp_milcent |
550 |
selectionnerStructure(structureForm, structureId);
|
|
|
551 |
selectionnerStructureAPersonne(structureForm, structureId, StructureAPersonne.ROLE_EQUIPE);
|
|
|
552 |
}
|
|
|
553 |
|
|
|
554 |
panneauCentre.layout();
|
|
|
555 |
}
|
|
|
556 |
|
447 |
jp_milcent |
557 |
public void clicListeStructure(Structure structure) {
|
646 |
jp_milcent |
558 |
panneauCentre.getContenu().rafraichir(structure);
|
609 |
jp_milcent |
559 |
if (structure != null && structure.getPersonnel() == null) {
|
646 |
jp_milcent |
560 |
selectionnerStructureAPersonne(panneauCentre.getContenu(), structure.getId(), StructureAPersonne.ROLE_EQUIPE);
|
919 |
jpm |
561 |
}
|
447 |
jp_milcent |
562 |
}
|
|
|
563 |
|
|
|
564 |
public void clicAjouterStructure() {
|
580 |
jp_milcent |
565 |
afficherFormStructure(null);
|
447 |
jp_milcent |
566 |
}
|
|
|
567 |
|
|
|
568 |
public void clicModifierStructure(List<Structure> structureSelection) {
|
|
|
569 |
if (structureSelection.size() == 0) {
|
1209 |
cyprien |
570 |
InfoLogger.display("Information", "Veuillez sélectionner une structure.");
|
447 |
jp_milcent |
571 |
} else if (structureSelection.size() > 1) {
|
1209 |
cyprien |
572 |
InfoLogger.display("Information", "Veuillez sélectionner une seule structure à la fois.");
|
447 |
jp_milcent |
573 |
} else if (structureSelection.size() == 1) {
|
609 |
jp_milcent |
574 |
afficherFormStructure(structureSelection.get(0).getId());
|
447 |
jp_milcent |
575 |
} else {
|
1209 |
cyprien |
576 |
InfoLogger.display("Erreur", "Une erreur est survenue dans la méthode clicModifierStructure() du Médiateur.");
|
447 |
jp_milcent |
577 |
}
|
|
|
578 |
}
|
|
|
579 |
|
|
|
580 |
public void clicSupprimerStructure(final Rafraichissable vue, final List<Structure> structureSelection) {
|
|
|
581 |
if (structureSelection.size() == 0) {
|
1209 |
cyprien |
582 |
InfoLogger.display("Information", "Veuillez sélectionner une structure.");
|
447 |
jp_milcent |
583 |
} else if(structureSelection.size() > 0) {
|
609 |
jp_milcent |
584 |
String titre = "Supprimer des structures";
|
447 |
jp_milcent |
585 |
String message = "Êtes vous sur de vouloir supprimer les structures sélectionnées ?";
|
|
|
586 |
if (structureSelection.size() == 1) {
|
609 |
jp_milcent |
587 |
titre = "Supprimer une structure";
|
447 |
jp_milcent |
588 |
message = "Êtes vous sur de vouloir supprimer la structure sélectionnée ?";
|
|
|
589 |
}
|
|
|
590 |
|
502 |
gduche |
591 |
final Listener<MessageBoxEvent> suppressionEcouteur = new Listener<MessageBoxEvent>() {
|
|
|
592 |
public void handleEvent(MessageBoxEvent ce) {
|
|
|
593 |
Dialog dialog = (Dialog) ce.getComponent();
|
|
|
594 |
Button btn = ce.getButtonClicked();
|
453 |
jp_milcent |
595 |
|
|
|
596 |
if (btn.getText().equals(dialog.yesText)) {
|
|
|
597 |
String idStr = "" ;
|
|
|
598 |
for(int i = 0 ; i < structureSelection.size() ; i++) {
|
609 |
jp_milcent |
599 |
idStr += structureSelection.get(i).getId()+",";
|
453 |
jp_milcent |
600 |
}
|
923 |
jpm |
601 |
supprimerStructure(vue, idStr);
|
453 |
jp_milcent |
602 |
}
|
|
|
603 |
}
|
|
|
604 |
};
|
447 |
jp_milcent |
605 |
|
609 |
jp_milcent |
606 |
MessageBox.confirm(titre, message, suppressionEcouteur);
|
447 |
jp_milcent |
607 |
} else {
|
1209 |
cyprien |
608 |
InfoLogger.display("Erreur", "Une erreur est survenue dans la méthode clicSupprimerStructure() du Médiateur.");
|
447 |
jp_milcent |
609 |
}
|
|
|
610 |
}
|
|
|
611 |
|
769 |
jpm |
612 |
public void selectionnerStructure(Rafraichissable vueARafraichir, String structureId) {
|
1040 |
gduche |
613 |
modele.selectionnerStructure(vueARafraichir, getProjetId(), structureId, null, 0, nbElements);
|
447 |
jp_milcent |
614 |
}
|
|
|
615 |
|
1040 |
gduche |
616 |
public void selectionnerStructure(Rafraichissable vueARafraichir, String structureId, String projetId, String nom, int start, int nbElements) {
|
|
|
617 |
modele.selectionnerStructure(vueARafraichir, getProjetId(), structureId, nom, start, nbElements);
|
|
|
618 |
}
|
|
|
619 |
|
775 |
jpm |
620 |
public void selectionnerStructureParProjet(Rafraichissable vueARafraichir, String projetId) {
|
1040 |
gduche |
621 |
modele.selectionnerStructure(vueARafraichir, projetId, null, null, 0, -1);
|
775 |
jpm |
622 |
}
|
|
|
623 |
|
769 |
jpm |
624 |
public void ajouterStructure(Rafraichissable vueARafraichir, Structure structure, StructureConservation conservation, StructureValorisation valorisation) {
|
|
|
625 |
modele.ajouterStructure(vueARafraichir, structure, conservation, valorisation);
|
447 |
jp_milcent |
626 |
}
|
|
|
627 |
|
769 |
jpm |
628 |
public void modifierStructure(Rafraichissable vueARafraichir, String structureId, Structure structure, StructureConservation conservation, StructureValorisation valorisation) {
|
|
|
629 |
modele.modifierStructure(vueARafraichir, structureId, structure, conservation, valorisation);
|
447 |
jp_milcent |
630 |
}
|
453 |
jp_milcent |
631 |
|
|
|
632 |
public void supprimerStructure(Rafraichissable vueARafraichir, String IdentifiantsStructureSepareParVirgule) {
|
769 |
jpm |
633 |
modele.supprimerStructure(vueARafraichir, IdentifiantsStructureSepareParVirgule);
|
453 |
jp_milcent |
634 |
}
|
|
|
635 |
|
447 |
jp_milcent |
636 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
637 |
// GESTION de la relation STRUCTURE A PERSONNE
|
769 |
jpm |
638 |
public void selectionnerStructureAPersonne(Rafraichissable vueARafraichir, String structureId, String roleId) {
|
|
|
639 |
modele.selectionnerStructureAPersonne(vueARafraichir, structureId, roleId);
|
447 |
jp_milcent |
640 |
}
|
|
|
641 |
|
769 |
jpm |
642 |
public void ajouterStructureAPersonne(Rafraichissable vueARafraichir, String structureId, StructureAPersonneListe personnelAjoute) {
|
453 |
jp_milcent |
643 |
if (personnelAjoute != null && personnelAjoute.size() > 0) {
|
|
|
644 |
for (Iterator<String> it = personnelAjoute.keySet().iterator(); it.hasNext();) {
|
769 |
jpm |
645 |
modele.ajouterStructureAPersonne(vueARafraichir, structureId, (StructureAPersonne) personnelAjoute.get(it.next()));
|
453 |
jp_milcent |
646 |
}
|
|
|
647 |
}
|
|
|
648 |
}
|
|
|
649 |
|
769 |
jpm |
650 |
public void modifierStructureAPersonne(Rafraichissable vueARafraichir, StructureAPersonneListe personnelModifie) {
|
447 |
jp_milcent |
651 |
if (personnelModifie != null && personnelModifie.size() > 0) {
|
|
|
652 |
for (Iterator<String> it = personnelModifie.keySet().iterator(); it.hasNext();) {
|
769 |
jpm |
653 |
modele.modifierStructureAPersonne(vueARafraichir, (StructureAPersonne) personnelModifie.get(it.next()));
|
447 |
jp_milcent |
654 |
}
|
|
|
655 |
}
|
|
|
656 |
}
|
|
|
657 |
|
769 |
jpm |
658 |
public void supprimerStructureAPersonne(Rafraichissable vueARafraichir, StructureAPersonneListe personnelSupprime) {
|
447 |
jp_milcent |
659 |
if (personnelSupprime != null && personnelSupprime.size() > 0) {
|
769 |
jpm |
660 |
String idStructureAPersonneSepareParVirgule = "" ;
|
923 |
jpm |
661 |
Iterator<String> it = personnelSupprime.keySet().iterator();
|
|
|
662 |
while (it.hasNext()) {
|
901 |
jpm |
663 |
idStructureAPersonneSepareParVirgule += personnelSupprime.get(it.next()).getId();
|
923 |
jpm |
664 |
idStructureAPersonneSepareParVirgule += (it.hasNext()) ? "," : "";
|
447 |
jp_milcent |
665 |
}
|
923 |
jpm |
666 |
supprimerStructureAPersonne(vueARafraichir, idStructureAPersonneSepareParVirgule);
|
447 |
jp_milcent |
667 |
}
|
|
|
668 |
}
|
923 |
jpm |
669 |
|
|
|
670 |
public void supprimerStructureAPersonne(Rafraichissable vueARafraichir, String idStructureAPersonneSeparesParVirgule) {
|
|
|
671 |
modele.supprimerStructureAPersonne(vueARafraichir, idStructureAPersonneSeparesParVirgule);
|
|
|
672 |
}
|
|
|
673 |
|
|
|
674 |
public void supprimerStructureAPersonne(final Rafraichissable vueARafraichir, final List<Structure> structuresListe) {
|
|
|
675 |
if (structuresListe.size() != 0) {
|
|
|
676 |
String idStructureSepareParVirgule = "" ;
|
|
|
677 |
Iterator<Structure> it = structuresListe.iterator();
|
|
|
678 |
while (it.hasNext()) {
|
|
|
679 |
Structure structure = it.next();
|
|
|
680 |
idStructureSepareParVirgule += structure.getId();
|
|
|
681 |
idStructureSepareParVirgule += it.hasNext() ? "," : "";
|
|
|
682 |
}
|
|
|
683 |
supprimerStructureAPersonne(vueARafraichir, idStructureSepareParVirgule);
|
|
|
684 |
}
|
|
|
685 |
}
|
|
|
686 |
|
447 |
jp_milcent |
687 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
688 |
// GESTION des COLLECTIONS
|
|
|
689 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
690 |
|
453 |
jp_milcent |
691 |
public void afficherListeCollections(CollectionListe collectionsACharger) {
|
646 |
jp_milcent |
692 |
if (!(panneauCentre.getContenu() instanceof CollectionVue)) {
|
626 |
gduche |
693 |
panneauCentre.removeAll();
|
646 |
jp_milcent |
694 |
panneauCentre.add(new CollectionVue(this));
|
|
|
695 |
}
|
626 |
gduche |
696 |
|
646 |
jp_milcent |
697 |
panneauCentre.getContenu().rafraichir(collectionsACharger);
|
453 |
jp_milcent |
698 |
}
|
|
|
699 |
|
641 |
jp_milcent |
700 |
public void afficherFormCollection(String collectionId) {
|
|
|
701 |
panneauCentre.removeAll();
|
883 |
jpm |
702 |
CollectionForm collectionForm = new CollectionForm(this, collectionId);
|
641 |
jp_milcent |
703 |
panneauCentre.add(collectionForm);
|
|
|
704 |
|
|
|
705 |
panneauCentre.layout();
|
|
|
706 |
}
|
|
|
707 |
|
453 |
jp_milcent |
708 |
public void clicListeCollection(Collection collectionCliquee) {
|
646 |
jp_milcent |
709 |
panneauCentre.getContenu().rafraichir(collectionCliquee);
|
883 |
jpm |
710 |
if (collectionCliquee != null) {
|
|
|
711 |
selectionnerCollectionAPersonne(panneauCentre.getContenu(), collectionCliquee.getId(), null);
|
|
|
712 |
selectionnerCollectionAPublication(panneauCentre.getContenu(), collectionCliquee.getId());
|
997 |
jpm |
713 |
selectionnerCollectionACommentaire(panneauCentre.getContenu(), collectionCliquee.getId());
|
883 |
jpm |
714 |
}
|
453 |
jp_milcent |
715 |
}
|
|
|
716 |
|
447 |
jp_milcent |
717 |
public void clicAjouterCollection() {
|
775 |
jpm |
718 |
afficherFormCollection(null);
|
447 |
jp_milcent |
719 |
}
|
|
|
720 |
|
|
|
721 |
public void clicModifierCollection(List<Collection> selection) {
|
641 |
jp_milcent |
722 |
if (selection.size() == 0) {
|
1209 |
cyprien |
723 |
InfoLogger.display("Information", "Veuillez sélectionner une collection.");
|
641 |
jp_milcent |
724 |
} else if (selection.size() > 1) {
|
1209 |
cyprien |
725 |
InfoLogger.display("Information", "Veuillez sélectionner une seule collection à la fois.");
|
641 |
jp_milcent |
726 |
} else if (selection.size() == 1) {
|
|
|
727 |
afficherFormCollection(selection.get(0).getId());
|
|
|
728 |
} else {
|
1209 |
cyprien |
729 |
InfoLogger.display("Erreur", "Une erreur est survenue dans la méthode clicModifierCollection() du Médiateur.");
|
641 |
jp_milcent |
730 |
}
|
447 |
jp_milcent |
731 |
}
|
|
|
732 |
|
968 |
jpm |
733 |
public void clicSupprimerCollection(CollectionListeVue collectionListeVue, final List<Collection> collectionsASupprimer) {
|
|
|
734 |
if (collectionsASupprimer.size() <= 0) {
|
|
|
735 |
MessageBox.alert("Attention", "Vous devez sélectionner au moins une collection", null);
|
|
|
736 |
} else {
|
|
|
737 |
String message = "Voulez-vous vraiment supprimer ces collections ?";
|
|
|
738 |
if (collectionsASupprimer.size() == 1) {
|
|
|
739 |
message = "Voulez-vous vraiment supprimer cette collection ?";
|
|
|
740 |
}
|
|
|
741 |
|
|
|
742 |
final Listener<MessageBoxEvent> listenerSuppression = new Listener<MessageBoxEvent>() {
|
|
|
743 |
public void handleEvent(MessageBoxEvent ce) {
|
|
|
744 |
Dialog dialog = (Dialog) ce.getComponent();
|
|
|
745 |
Button btn = ce.getButtonClicked();
|
|
|
746 |
|
|
|
747 |
if (btn.getText().equals(dialog.yesText)) {
|
|
|
748 |
supprimerCollection(panneauCentre.getContenu(), collectionsASupprimer);
|
|
|
749 |
}
|
|
|
750 |
}
|
|
|
751 |
};
|
|
|
752 |
|
|
|
753 |
MessageBox.confirm("Supprimer une collection", message, listenerSuppression);
|
|
|
754 |
}
|
447 |
jp_milcent |
755 |
}
|
|
|
756 |
|
1041 |
gduche |
757 |
public void selectionnerCollection(Rafraichissable vueARafraichir, String collectionId, String nom) {
|
1171 |
jpm |
758 |
selectionnerCollection(vueARafraichir, collectionId, nom, 0, nbElements);
|
453 |
jp_milcent |
759 |
}
|
|
|
760 |
|
1041 |
gduche |
761 |
public void selectionnerCollection(Rafraichissable vueARafraichir, String collectionId, String nom, int start, int nbElements) {
|
1156 |
jpm |
762 |
modele.selectionnerCollection(vueARafraichir, getProjetId(), collectionId, nom, start, nbElements);
|
1041 |
gduche |
763 |
}
|
|
|
764 |
|
775 |
jpm |
765 |
public void selectionnerCollectionParProjet(Rafraichissable vueARafraichir, String projetId) {
|
1156 |
jpm |
766 |
modele.selectionnerCollection(vueARafraichir, projetId, null, null, 0, -1);
|
775 |
jpm |
767 |
}
|
|
|
768 |
|
453 |
jp_milcent |
769 |
public void ajouterCollection(Rafraichissable vueARafraichir, Collection collection) {
|
968 |
jpm |
770 |
modele.ajouterCollection(vueARafraichir, collection);
|
453 |
jp_milcent |
771 |
}
|
|
|
772 |
|
|
|
773 |
public void modifierCollection(Rafraichissable vueARafraichir, Collection collection) {
|
872 |
jpm |
774 |
modele.modifierCollection(vueARafraichir, collection);
|
453 |
jp_milcent |
775 |
}
|
|
|
776 |
|
968 |
jpm |
777 |
public void supprimerCollection(Rafraichissable vueARafraichir, List<Collection> collectionsListe) {
|
|
|
778 |
if (collectionsListe != null && collectionsListe.size() > 0) {
|
|
|
779 |
String idCollectionSeparesParVirgule = "" ;
|
|
|
780 |
Iterator<Collection> it = collectionsListe.iterator();
|
|
|
781 |
while (it.hasNext()) {
|
|
|
782 |
idCollectionSeparesParVirgule += it.next().getId();
|
|
|
783 |
if (it.hasNext()) {
|
|
|
784 |
idCollectionSeparesParVirgule += ",";
|
|
|
785 |
}
|
|
|
786 |
}
|
|
|
787 |
modele.supprimerCollection(vueARafraichir, idCollectionSeparesParVirgule);
|
|
|
788 |
modele.supprimerCollectionAPersonne(vueARafraichir, idCollectionSeparesParVirgule);
|
|
|
789 |
modele.supprimerCollectionAPublication(vueARafraichir, idCollectionSeparesParVirgule);
|
|
|
790 |
//modele.supprimerCollectionACommentaire(vueARafraichir, idCollectionSeparesParVirgule);
|
|
|
791 |
}
|
|
|
792 |
|
453 |
jp_milcent |
793 |
}
|
|
|
794 |
|
447 |
jp_milcent |
795 |
//+----------------------------------------------------------------------------------------------------------------+
|
875 |
jpm |
796 |
// GESTION de la relation COLLECTION A PERSONNE
|
|
|
797 |
|
|
|
798 |
public void selectionnerCollectionAPersonne(Rafraichissable vueARafraichir, String collectionId, String roleId) {
|
|
|
799 |
modele.selectionnerCollectionAPersonne(vueARafraichir, collectionId, roleId);
|
|
|
800 |
}
|
|
|
801 |
|
|
|
802 |
public void ajouterCollectionAPersonne(Rafraichissable vueARafraichir, String collectionId, CollectionAPersonneListe personnesAjoutees) {
|
|
|
803 |
if (personnesAjoutees != null && personnesAjoutees.size() > 0) {
|
|
|
804 |
for (Iterator<String> it = personnesAjoutees.keySet().iterator(); it.hasNext();) {
|
|
|
805 |
modele.ajouterCollectionAPersonne(vueARafraichir, collectionId, (CollectionAPersonne) personnesAjoutees.get(it.next()));
|
|
|
806 |
}
|
|
|
807 |
}
|
|
|
808 |
}
|
|
|
809 |
|
|
|
810 |
public void modifierCollectionAPersonne(Rafraichissable vueARafraichir, CollectionAPersonneListe personnesModifiees) {
|
|
|
811 |
if (personnesModifiees != null && personnesModifiees.size() > 0) {
|
|
|
812 |
for (Iterator<String> it = personnesModifiees.keySet().iterator(); it.hasNext();) {
|
|
|
813 |
modele.modifierCollectionAPersonne(vueARafraichir, (CollectionAPersonne) personnesModifiees.get(it.next()));
|
|
|
814 |
}
|
|
|
815 |
}
|
|
|
816 |
}
|
|
|
817 |
|
|
|
818 |
public void supprimerCollectionAPersonne(Rafraichissable vueARafraichir, CollectionAPersonneListe personnesSupprimees) {
|
|
|
819 |
if (personnesSupprimees != null && personnesSupprimees.size() > 0) {
|
|
|
820 |
String idCollectionAPersonneSeparesParVirgule = "" ;
|
|
|
821 |
for (Iterator<String> it = personnesSupprimees.keySet().iterator(); it.hasNext();) {
|
901 |
jpm |
822 |
idCollectionAPersonneSeparesParVirgule += personnesSupprimees.get(it.next()).getId();
|
|
|
823 |
if (it.hasNext()) {
|
|
|
824 |
idCollectionAPersonneSeparesParVirgule += ",";
|
|
|
825 |
}
|
875 |
jpm |
826 |
}
|
|
|
827 |
modele.supprimerCollectionAPersonne(vueARafraichir, idCollectionAPersonneSeparesParVirgule);
|
|
|
828 |
}
|
|
|
829 |
}
|
|
|
830 |
|
|
|
831 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
832 |
// GESTION de la relation COLLECTION A PUBLICATION
|
|
|
833 |
|
883 |
jpm |
834 |
public void selectionnerCollectionAPublication(Rafraichissable vueARafraichir, String collectionId) {
|
|
|
835 |
modele.selectionnerCollectionAPublication(vueARafraichir, collectionId);
|
|
|
836 |
}
|
|
|
837 |
|
|
|
838 |
public void ajouterCollectionAPublication(Rafraichissable vueARafraichir, String collectionId, CollectionAPublicationListe publicationsAjoutees) {
|
|
|
839 |
if (publicationsAjoutees != null && publicationsAjoutees.size() > 0) {
|
|
|
840 |
for (Iterator<String> it = publicationsAjoutees.keySet().iterator(); it.hasNext();) {
|
|
|
841 |
modele.ajouterCollectionAPublication(vueARafraichir, collectionId, (CollectionAPublication) publicationsAjoutees.get(it.next()));
|
|
|
842 |
}
|
|
|
843 |
}
|
|
|
844 |
}
|
|
|
845 |
|
|
|
846 |
public void modifierCollectionAPublication(Rafraichissable vueARafraichir, CollectionAPublicationListe publicationsModifiees) {
|
|
|
847 |
if (publicationsModifiees != null && publicationsModifiees.size() > 0) {
|
|
|
848 |
for (Iterator<String> it = publicationsModifiees.keySet().iterator(); it.hasNext();) {
|
|
|
849 |
modele.modifierCollectionAPublication(vueARafraichir, (CollectionAPublication) publicationsModifiees.get(it.next()));
|
|
|
850 |
}
|
|
|
851 |
}
|
|
|
852 |
}
|
|
|
853 |
|
907 |
jpm |
854 |
public void supprimerCollectionAPublication(Rafraichissable vueARafraichir, CollectionAPublicationListe publicationsSupprimees) {
|
883 |
jpm |
855 |
if (publicationsSupprimees != null && publicationsSupprimees.size() > 0) {
|
|
|
856 |
String idCollectionAPublicationSeparesParVirgule = "" ;
|
|
|
857 |
for (Iterator<String> it = publicationsSupprimees.keySet().iterator(); it.hasNext();) {
|
901 |
jpm |
858 |
idCollectionAPublicationSeparesParVirgule += publicationsSupprimees.get(it.next()).getId();
|
|
|
859 |
if (it.hasNext()) {
|
|
|
860 |
idCollectionAPublicationSeparesParVirgule += ",";
|
|
|
861 |
}
|
883 |
jpm |
862 |
}
|
|
|
863 |
modele.supprimerCollectionAPublication(vueARafraichir, idCollectionAPublicationSeparesParVirgule);
|
|
|
864 |
}
|
|
|
865 |
}
|
941 |
jpm |
866 |
|
875 |
jpm |
867 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
868 |
// GESTION de la relation COLLECTION A COMMENTAIRE
|
|
|
869 |
|
997 |
jpm |
870 |
public void selectionnerCollectionACommentaire(Rafraichissable vueARafraichir, String collectionId) {
|
|
|
871 |
modele.selectionnerCollectionACommentaire(vueARafraichir, collectionId);
|
989 |
jpm |
872 |
}
|
|
|
873 |
|
997 |
jpm |
874 |
public void ajouterCollectionACommentaire(Rafraichissable vueARafraichir, String collectionId, CollectionACommentaireListe commentairesAjoutees) {
|
989 |
jpm |
875 |
if (commentairesAjoutees != null && commentairesAjoutees.size() > 0) {
|
|
|
876 |
for (Iterator<String> it = commentairesAjoutees.keySet().iterator(); it.hasNext();) {
|
997 |
jpm |
877 |
modele.ajouterCollectionACommentaire(vueARafraichir, collectionId, (CollectionACommentaire) commentairesAjoutees.get(it.next()));
|
989 |
jpm |
878 |
}
|
|
|
879 |
}
|
|
|
880 |
}
|
|
|
881 |
|
|
|
882 |
public void modifierCollectionACommentaire(Rafraichissable vueARafraichir, CollectionACommentaireListe commentairesModifiees) {
|
|
|
883 |
if (commentairesModifiees != null && commentairesModifiees.size() > 0) {
|
|
|
884 |
for (Iterator<String> it = commentairesModifiees.keySet().iterator(); it.hasNext();) {
|
|
|
885 |
modele.modifierCollectionACommentaire(vueARafraichir, (CollectionACommentaire) commentairesModifiees.get(it.next()));
|
|
|
886 |
}
|
|
|
887 |
}
|
|
|
888 |
}
|
|
|
889 |
|
|
|
890 |
public void supprimerCollectionACommentaire(Rafraichissable vueARafraichir, CollectionACommentaireListe commentairesSupprimees) {
|
|
|
891 |
if (commentairesSupprimees != null && commentairesSupprimees.size() > 0) {
|
|
|
892 |
String idCollectionACommentaireSeparesParVirgule = "" ;
|
|
|
893 |
for (Iterator<String> it = commentairesSupprimees.keySet().iterator(); it.hasNext();) {
|
|
|
894 |
idCollectionACommentaireSeparesParVirgule += commentairesSupprimees.get(it.next()).getId();
|
|
|
895 |
if (it.hasNext()) {
|
|
|
896 |
idCollectionACommentaireSeparesParVirgule += ",";
|
|
|
897 |
}
|
|
|
898 |
}
|
|
|
899 |
modele.supprimerCollectionACommentaire(vueARafraichir, idCollectionACommentaireSeparesParVirgule, CollectionACommentaireAsyncDao.SUPPRESSION_PAR_COLLECTION);
|
|
|
900 |
}
|
|
|
901 |
}
|
875 |
jpm |
902 |
//+----------------------------------------------------------------------------------------------------------------+
|
156 |
jp_milcent |
903 |
// GESTION DES PERSONNES
|
|
|
904 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
905 |
|
278 |
jp_milcent |
906 |
public void afficherListePersonnes(PersonneListe personnesACharger) {
|
646 |
jp_milcent |
907 |
if (!(panneauCentre.getContenu() instanceof PersonneVue)) {
|
626 |
gduche |
908 |
panneauCentre.removeAll();
|
646 |
jp_milcent |
909 |
panneauCentre.add(new PersonneVue(this));
|
673 |
aurelien |
910 |
panneauCentre.setId(ComposantId.PANNEAU_PERSONNE_LISTES);
|
626 |
gduche |
911 |
}
|
599 |
gduche |
912 |
|
646 |
jp_milcent |
913 |
panneauCentre.getContenu().rafraichir(personnesACharger);
|
156 |
jp_milcent |
914 |
}
|
918 |
jpm |
915 |
|
|
|
916 |
public void afficherFormPersonne(String personneId) {
|
|
|
917 |
panneauCentre.removeAll();
|
|
|
918 |
PersonneForm personneForm = new PersonneForm(this, personneId);
|
|
|
919 |
panneauCentre.add(personneForm);
|
|
|
920 |
|
|
|
921 |
panneauCentre.layout();
|
|
|
922 |
}
|
156 |
jp_milcent |
923 |
|
918 |
jpm |
924 |
public void clicListePersonne(Personne personne) {
|
|
|
925 |
panneauCentre.getContenu().rafraichir(personne);
|
|
|
926 |
}
|
|
|
927 |
|
128 |
gduche |
928 |
public void clicAjouterPersonne() {
|
918 |
jpm |
929 |
afficherFormPersonne(null);
|
128 |
gduche |
930 |
}
|
|
|
931 |
|
918 |
jpm |
932 |
public void clicModifierPersonne(List<Personne> selection) {
|
|
|
933 |
if (selection.size() == 0) {
|
1209 |
cyprien |
934 |
InfoLogger.display("Information", "Veuillez sélectionner une personne.");
|
918 |
jpm |
935 |
} else if (selection.size() > 1) {
|
1209 |
cyprien |
936 |
InfoLogger.display("Information", "Veuillez sélectionner une seule personne à la fois.");
|
918 |
jpm |
937 |
} else if (selection.size() == 1) {
|
|
|
938 |
afficherFormPersonne(selection.get(0).getId());
|
|
|
939 |
} else {
|
1209 |
cyprien |
940 |
InfoLogger.display("Erreur", "Une erreur est survenue dans la méthode clicModifierPersonne() du Médiateur.");
|
918 |
jpm |
941 |
}
|
841 |
gduche |
942 |
}
|
|
|
943 |
|
285 |
gduche |
944 |
|
919 |
jpm |
945 |
public void clicSupprimerPersonne(final Rafraichissable vue, final List<Personne> personneSelection) {
|
663 |
gduche |
946 |
//Empecher suppression utilisateur
|
|
|
947 |
for (int i=0; i < personneSelection.size(); i++) {
|
|
|
948 |
Personne courante = personneSelection.get(i);
|
|
|
949 |
if (courante.getId().equals(getUtilisateurId())) {
|
1209 |
cyprien |
950 |
InfoLogger.display("Information", "Vous ne pouvez pas supprimer votre compte");
|
663 |
gduche |
951 |
personneSelection.remove(courante);
|
|
|
952 |
}
|
|
|
953 |
}
|
|
|
954 |
|
245 |
jp_milcent |
955 |
if (personneSelection.size() == 0) {
|
1209 |
cyprien |
956 |
InfoLogger.display("Information", "Veuillez sélectionner une personne.");
|
245 |
jp_milcent |
957 |
} else if(personneSelection.size() > 0) {
|
|
|
958 |
String message = "Êtes vous sur de vouloir supprimer les personnes sélectionnées ?";
|
|
|
959 |
if (personneSelection.size() == 1) {
|
|
|
960 |
message = "Êtes vous sur de vouloir supprimer la personne sélectionnée ?";
|
|
|
961 |
}
|
315 |
gduche |
962 |
|
502 |
gduche |
963 |
final Listener<MessageBoxEvent> listenerSuppression = new Listener<MessageBoxEvent>() {
|
|
|
964 |
public void handleEvent(MessageBoxEvent ce) {
|
|
|
965 |
Dialog dialog = (Dialog) ce.getComponent();
|
|
|
966 |
Button btn = ce.getButtonClicked();
|
327 |
jp_milcent |
967 |
|
|
|
968 |
if (btn.getText().equals(dialog.yesText)) {
|
772 |
jpm |
969 |
String idPersonneSepareParVirgule = "" ;
|
347 |
gduche |
970 |
Iterator<Personne> itPersonne = personneSelection.iterator();
|
|
|
971 |
while (itPersonne.hasNext()) {
|
|
|
972 |
Personne personneCourante = itPersonne.next();
|
772 |
jpm |
973 |
idPersonneSepareParVirgule += personneCourante.getId();
|
|
|
974 |
idPersonneSepareParVirgule +=",";
|
327 |
jp_milcent |
975 |
}
|
772 |
jpm |
976 |
modele.supprimerPersonne(vue, idPersonneSepareParVirgule);
|
327 |
jp_milcent |
977 |
}
|
|
|
978 |
}
|
|
|
979 |
};
|
453 |
jp_milcent |
980 |
|
315 |
gduche |
981 |
MessageBox.confirm("Supprimer une personne", message, listenerSuppression);
|
245 |
jp_milcent |
982 |
} else {
|
1209 |
cyprien |
983 |
InfoLogger.display("Erreur", "Une erreur est survenue dans la méthode clicSupprimerPersonne() du Médiateur.");
|
245 |
jp_milcent |
984 |
}
|
|
|
985 |
}
|
277 |
jp_milcent |
986 |
|
918 |
jpm |
987 |
public void selectionnerPersonne(Rafraichissable vueARafraichir, Personne personne, String projetId) {
|
|
|
988 |
selectionnerPersonne(vueARafraichir, personne, projetId, 0, nbElements);
|
775 |
jpm |
989 |
}
|
|
|
990 |
|
918 |
jpm |
991 |
public void selectionnerPersonne(Rafraichissable vueARafraichir, Personne personne, String projetId, int start, int nbElements) {
|
775 |
jpm |
992 |
String personneId = null;
|
1040 |
gduche |
993 |
String personneNom = null;
|
775 |
jpm |
994 |
if (personne != null) {
|
|
|
995 |
personneId = personne.getId();
|
1040 |
gduche |
996 |
personneNom = personne.getNom();
|
775 |
jpm |
997 |
}
|
1040 |
gduche |
998 |
modele.selectionnerPersonne(vueARafraichir, personneId, projetId, personneNom, start, nbElements);
|
775 |
jpm |
999 |
}
|
|
|
1000 |
|
599 |
gduche |
1001 |
public void selectionnerPersonneParNomComplet(Rafraichissable vueARafraichir, String projetId, String nomComplet) {
|
|
|
1002 |
modele.selectionnerPersonne(vueARafraichir, null, projetId, nomComplet, 0, -1);
|
277 |
jp_milcent |
1003 |
}
|
245 |
jp_milcent |
1004 |
|
775 |
jpm |
1005 |
public void selectionnerPersonneParProjet(Rafraichissable vueARafraichir, String projetId) {
|
|
|
1006 |
modele.selectionnerPersonne(vueARafraichir, null, projetId, null, 0, -1);
|
|
|
1007 |
}
|
|
|
1008 |
|
389 |
gduche |
1009 |
public void enregistrerPersonne(Rafraichissable vue, Personne personne){
|
774 |
jpm |
1010 |
if (personne.getId() != null && !personne.getId().trim().equals("")) {
|
429 |
gduche |
1011 |
modele.modifierPersonne(vue, personne);
|
|
|
1012 |
} else {
|
1233 |
cyprien |
1013 |
modele.ajouterPersonne(vue, personne);
|
429 |
gduche |
1014 |
}
|
389 |
gduche |
1015 |
}
|
|
|
1016 |
|
156 |
jp_milcent |
1017 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
1018 |
// GESTION DES PUBLICATIONS
|
|
|
1019 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
1020 |
|
107 |
aurelien |
1021 |
public void afficherListePublication(PublicationListe nouvelleDonnees) {
|
673 |
aurelien |
1022 |
if (!(panneauCentre.getContenu() instanceof PublicationVue)) {
|
626 |
gduche |
1023 |
panneauCentre.removeAll();
|
918 |
jpm |
1024 |
panneauCentre.add(new PublicationVue(this));
|
626 |
gduche |
1025 |
}
|
|
|
1026 |
|
646 |
jp_milcent |
1027 |
panneauCentre.getContenu().rafraichir(nouvelleDonnees);
|
107 |
aurelien |
1028 |
}
|
715 |
aurelien |
1029 |
|
775 |
jpm |
1030 |
public void afficherFormPublication(String publicationId) {
|
|
|
1031 |
panneauCentre.removeAll();
|
781 |
jpm |
1032 |
PublicationForm publicationForm = new PublicationForm(this, publicationId);
|
775 |
jpm |
1033 |
panneauCentre.add(publicationForm);
|
|
|
1034 |
|
|
|
1035 |
panneauCentre.layout();
|
715 |
aurelien |
1036 |
}
|
775 |
jpm |
1037 |
|
107 |
aurelien |
1038 |
public void clicListePublication(Publication publication) {
|
775 |
jpm |
1039 |
if (publication != null) {
|
675 |
aurelien |
1040 |
panneauCentre.getContenu().rafraichir(publication);
|
|
|
1041 |
}
|
107 |
aurelien |
1042 |
}
|
|
|
1043 |
|
|
|
1044 |
public void clicAjouterPublication() {
|
775 |
jpm |
1045 |
afficherFormPublication(null);
|
107 |
aurelien |
1046 |
}
|
156 |
jp_milcent |
1047 |
|
775 |
jpm |
1048 |
public void clicModifierPublication(List<Publication> selection) {
|
|
|
1049 |
if (selection.size() == 0) {
|
1209 |
cyprien |
1050 |
InfoLogger.display("Information", "Veuillez sélectionner une publication.");
|
775 |
jpm |
1051 |
} else if (selection.size() > 1) {
|
1209 |
cyprien |
1052 |
InfoLogger.display("Information", "Veuillez sélectionner une seule publication à la fois.");
|
775 |
jpm |
1053 |
} else if (selection.size() == 1) {
|
|
|
1054 |
afficherFormPublication(selection.get(0).getId());
|
379 |
jp_milcent |
1055 |
} else {
|
1209 |
cyprien |
1056 |
InfoLogger.display("Erreur", "Une erreur est survenue dans la méthode clicModifierPublication() du Médiateur.");
|
245 |
jp_milcent |
1057 |
}
|
|
|
1058 |
}
|
|
|
1059 |
|
315 |
gduche |
1060 |
public void clicSupprimerPublication(final List<Publication> publicationListe) {
|
453 |
jp_milcent |
1061 |
if (publicationListe.size() <= 0) {
|
315 |
gduche |
1062 |
MessageBox.alert("Attention", "Vous devez sélectionner une publication", null);
|
379 |
jp_milcent |
1063 |
} else {
|
673 |
aurelien |
1064 |
String message = "Voulez-vous vraiment supprimer ces publications ?";
|
775 |
jpm |
1065 |
if (publicationListe.size() == 1) {
|
245 |
jp_milcent |
1066 |
message = "Voulez-vous vraiment supprimer cette publication ?";
|
|
|
1067 |
}
|
315 |
gduche |
1068 |
|
502 |
gduche |
1069 |
final Listener<MessageBoxEvent> listenerSuppression = new Listener<MessageBoxEvent>() {
|
|
|
1070 |
public void handleEvent(MessageBoxEvent ce) {
|
|
|
1071 |
Dialog dialog = (Dialog) ce.getComponent();
|
|
|
1072 |
Button btn = ce.getButtonClicked();
|
315 |
gduche |
1073 |
|
379 |
jp_milcent |
1074 |
if (btn.getText().equals(dialog.yesText)) {
|
919 |
jpm |
1075 |
supprimerPublication(panneauCentre.getContenu(), publicationListe);
|
315 |
gduche |
1076 |
}
|
|
|
1077 |
}
|
|
|
1078 |
};
|
|
|
1079 |
|
|
|
1080 |
MessageBox.confirm("Supprimer une publication", message, listenerSuppression);
|
245 |
jp_milcent |
1081 |
}
|
|
|
1082 |
}
|
709 |
jp_milcent |
1083 |
|
|
|
1084 |
public void selectionnerPublication(Rafraichissable vueARafraichir, String publicationId) {
|
1046 |
gduche |
1085 |
selectionnerPublication(vueARafraichir, getProjetId(), publicationId, null, 0, nbElements);
|
709 |
jp_milcent |
1086 |
}
|
|
|
1087 |
|
|
|
1088 |
public void selectionnerPublicationParNomComplet(Rafraichissable vueARafraichir, String projetId, String nomComplet) {
|
1046 |
gduche |
1089 |
selectionnerPublication(vueARafraichir, projetId, null, nomComplet, 0, nbElements);
|
709 |
jp_milcent |
1090 |
}
|
|
|
1091 |
|
1046 |
gduche |
1092 |
public void selectionnerPublication(Rafraichissable vueARafraichir, String projetId, String publicationId, String nomComplet, int pageCourante, int nbElements) {
|
|
|
1093 |
modele.selectionnerPublication(vueARafraichir, publicationId, projetId, nomComplet, nbElements, pageCourante);
|
|
|
1094 |
}
|
|
|
1095 |
|
786 |
jpm |
1096 |
public void ajouterPublication(Rafraichissable vueARafraichir, Publication publication) {
|
|
|
1097 |
modele.ajouterPublication(vueARafraichir, publication);
|
245 |
jp_milcent |
1098 |
}
|
|
|
1099 |
|
786 |
jpm |
1100 |
public void modifierPublication(Rafraichissable vueARafraichir, Publication publication) {
|
|
|
1101 |
modele.modifierPublication(vueARafraichir, publication);
|
245 |
jp_milcent |
1102 |
}
|
919 |
jpm |
1103 |
|
1233 |
cyprien |
1104 |
public void supprimerPublication(Rafraichissable vueARafraichir, List<Publication> publicationsListe) {
|
919 |
jpm |
1105 |
if (publicationsListe != null && publicationsListe.size() > 0) {
|
|
|
1106 |
String idPublicationSeparesParVirgule = "" ;
|
|
|
1107 |
Iterator<Publication> it = publicationsListe.iterator();
|
|
|
1108 |
while (it.hasNext()) {
|
|
|
1109 |
idPublicationSeparesParVirgule += it.next().getId();
|
|
|
1110 |
if (it.hasNext()) {
|
|
|
1111 |
idPublicationSeparesParVirgule += ",";
|
|
|
1112 |
}
|
|
|
1113 |
}
|
|
|
1114 |
modele.supprimerPublication(vueARafraichir, idPublicationSeparesParVirgule);
|
|
|
1115 |
modele.supprimerPublicationAPersonne(vueARafraichir, idPublicationSeparesParVirgule);
|
|
|
1116 |
}
|
|
|
1117 |
}
|
245 |
jp_milcent |
1118 |
|
453 |
jp_milcent |
1119 |
public void clicObtenirListeEditeurs(Rafraichissable vueARafraichir) {
|
775 |
jpm |
1120 |
selectionnerStructureParProjet(vueARafraichir, null);
|
245 |
jp_milcent |
1121 |
}
|
|
|
1122 |
|
453 |
jp_milcent |
1123 |
public void clicObtenirListeAuteurs(Rafraichissable vueARafraichir) {
|
775 |
jpm |
1124 |
selectionnerPersonneParProjet(vueARafraichir, null);
|
245 |
jp_milcent |
1125 |
}
|
|
|
1126 |
|
156 |
jp_milcent |
1127 |
//+----------------------------------------------------------------------------------------------------------------+
|
822 |
jpm |
1128 |
// GESTION de la relation PUBLICATION A PERSONNE
|
|
|
1129 |
|
|
|
1130 |
public void selectionnerPublicationAPersonne(Rafraichissable vueARafraichir, String publicationId, String personnesId, String roleId) {
|
|
|
1131 |
modele.selectionPublicationAPersonne(vueARafraichir, publicationId, personnesId, roleId);
|
|
|
1132 |
}
|
|
|
1133 |
|
1233 |
cyprien |
1134 |
public void selectionnerPublicationAPersonne(Rafraichissable vueARafraichir, String publicationId, String personnesId, List<Valeur> roleId) {
|
1014 |
gduche |
1135 |
String roleIds = "";
|
|
|
1136 |
Iterator<Valeur> itRole = roleId.iterator();
|
|
|
1137 |
while (itRole.hasNext()) {
|
|
|
1138 |
roleIds+= itRole.next().getId();
|
|
|
1139 |
if (itRole.hasNext()) {
|
|
|
1140 |
roleIds+=",";
|
|
|
1141 |
}
|
|
|
1142 |
}
|
|
|
1143 |
modele.selectionPublicationAPersonne(vueARafraichir, publicationId, personnesId, roleIds);
|
|
|
1144 |
}
|
|
|
1145 |
|
1233 |
cyprien |
1146 |
public void ajouterPublicationAPersonne(Rafraichissable vueARafraichir, String publicationId, PublicationAPersonneListe personnesAjoutees, String roleId) {
|
901 |
jpm |
1147 |
if (personnesAjoutees != null && personnesAjoutees.size() > 0) {
|
|
|
1148 |
String idPublicationAPersonneSepareParVirgule = "" ;
|
|
|
1149 |
for (Iterator<String> it = personnesAjoutees.keySet().iterator(); it.hasNext();) {
|
|
|
1150 |
idPublicationAPersonneSepareParVirgule += personnesAjoutees.get(it.next()).getIdPersonne();
|
|
|
1151 |
if (it.hasNext()) {
|
|
|
1152 |
idPublicationAPersonneSepareParVirgule += ",";
|
|
|
1153 |
}
|
|
|
1154 |
}
|
|
|
1155 |
modele.ajouterPublicationAPersonne(vueARafraichir, publicationId, idPublicationAPersonneSepareParVirgule, roleId);
|
1233 |
cyprien |
1156 |
}
|
822 |
jpm |
1157 |
}
|
901 |
jpm |
1158 |
|
1233 |
cyprien |
1159 |
public void supprimerPublicationAPersonne(Rafraichissable vueARafraichir, PublicationAPersonneListe personnesSupprimees) {
|
901 |
jpm |
1160 |
if (personnesSupprimees != null && personnesSupprimees.size() > 0) {
|
|
|
1161 |
String idPublicationAPersonneSepareParVirgule = "" ;
|
|
|
1162 |
for (Iterator<String> it = personnesSupprimees.keySet().iterator(); it.hasNext();) {
|
|
|
1163 |
idPublicationAPersonneSepareParVirgule += personnesSupprimees.get(it.next()).getId();
|
|
|
1164 |
if (it.hasNext()) {
|
|
|
1165 |
idPublicationAPersonneSepareParVirgule += ",";
|
|
|
1166 |
}
|
|
|
1167 |
}
|
968 |
jpm |
1168 |
modele.supprimerPublicationAPersonne(vueARafraichir, idPublicationAPersonneSepareParVirgule);
|
901 |
jpm |
1169 |
}
|
822 |
jpm |
1170 |
}
|
|
|
1171 |
|
996 |
gduche |
1172 |
//Lier plusieurs publication à une personne
|
1233 |
cyprien |
1173 |
public void ajouterPublicationAPersonne(Rafraichissable vueARafraichir, PublicationAPersonneListe listePublications, String personneId, String roleId) {
|
996 |
gduche |
1174 |
if (listePublications!=null && listePublications.size()>0) {
|
|
|
1175 |
String idsPubli = "";
|
1014 |
gduche |
1176 |
String rolesIds = "";
|
996 |
gduche |
1177 |
for (Iterator<String> it = listePublications.keySet().iterator(); it.hasNext();) {
|
1014 |
gduche |
1178 |
PublicationAPersonne publi = listePublications.get(it.next());
|
|
|
1179 |
idsPubli += publi.getId();
|
|
|
1180 |
rolesIds += publi.getRole();
|
996 |
gduche |
1181 |
if (it.hasNext()) {
|
|
|
1182 |
idsPubli += ",";
|
1014 |
gduche |
1183 |
rolesIds += ",";
|
996 |
gduche |
1184 |
}
|
1209 |
cyprien |
1185 |
}
|
1014 |
gduche |
1186 |
modele.ajouterPublicationAPersonne(vueARafraichir, idsPubli, personneId, rolesIds);
|
1233 |
cyprien |
1187 |
}
|
996 |
gduche |
1188 |
}
|
|
|
1189 |
|
822 |
jpm |
1190 |
//+----------------------------------------------------------------------------------------------------------------+
|
985 |
jpm |
1191 |
// GESTION DES COMMENTAIRES
|
|
|
1192 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
1193 |
|
|
|
1194 |
public void afficherListeCommentaire(CommentaireListe nouvelleDonnees) {
|
|
|
1195 |
if (!(panneauCentre.getContenu() instanceof CommentaireVue)) {
|
|
|
1196 |
panneauCentre.removeAll();
|
|
|
1197 |
panneauCentre.add(new CommentaireVue(this));
|
|
|
1198 |
}
|
|
|
1199 |
|
|
|
1200 |
panneauCentre.getContenu().rafraichir(nouvelleDonnees);
|
|
|
1201 |
}
|
|
|
1202 |
|
|
|
1203 |
public void afficherFormCommentaire(String commentaireId) {
|
|
|
1204 |
panneauCentre.removeAll();
|
989 |
jpm |
1205 |
CommentaireForm commentaireForm = new CommentaireForm(this, commentaireId);
|
985 |
jpm |
1206 |
panneauCentre.add(commentaireForm);
|
|
|
1207 |
|
|
|
1208 |
panneauCentre.layout();
|
|
|
1209 |
}
|
|
|
1210 |
|
|
|
1211 |
public void clicListeCommentaire(Commentaire commentaire) {
|
|
|
1212 |
if (commentaire != null) {
|
|
|
1213 |
panneauCentre.getContenu().rafraichir(commentaire);
|
|
|
1214 |
}
|
|
|
1215 |
}
|
|
|
1216 |
|
|
|
1217 |
public void clicAjouterCommentaire() {
|
|
|
1218 |
afficherFormCommentaire(null);
|
|
|
1219 |
}
|
|
|
1220 |
|
|
|
1221 |
public void clicModifierCommentaire(List<Commentaire> selection) {
|
|
|
1222 |
if (selection.size() == 0) {
|
1209 |
cyprien |
1223 |
InfoLogger.display("Information", "Veuillez sélectionner un commentaire.");
|
985 |
jpm |
1224 |
} else if (selection.size() > 1) {
|
1209 |
cyprien |
1225 |
InfoLogger.display("Information", "Veuillez sélectionner un seul commentaire à la fois.");
|
985 |
jpm |
1226 |
} else if (selection.size() == 1) {
|
|
|
1227 |
afficherFormCommentaire(selection.get(0).getId());
|
|
|
1228 |
} else {
|
1209 |
cyprien |
1229 |
InfoLogger.display("Erreur", "Une erreur est survenue dans la méthode clicModifierCommentaire() du Médiateur.");
|
985 |
jpm |
1230 |
}
|
|
|
1231 |
}
|
|
|
1232 |
|
|
|
1233 |
public void clicSupprimerCommentaire(final List<Commentaire> commentaireListe) {
|
|
|
1234 |
if (commentaireListe.size() <= 0) {
|
|
|
1235 |
MessageBox.alert("Attention", "Vous devez sélectionner un commentaire", null);
|
|
|
1236 |
} else {
|
|
|
1237 |
String message = "Voulez-vous vraiment supprimer ces commentaires ?";
|
|
|
1238 |
if (commentaireListe.size() == 1) {
|
|
|
1239 |
message = "Voulez-vous vraiment supprimer ce commentaire ?";
|
|
|
1240 |
}
|
|
|
1241 |
|
|
|
1242 |
final Listener<MessageBoxEvent> listenerSuppression = new Listener<MessageBoxEvent>() {
|
|
|
1243 |
public void handleEvent(MessageBoxEvent ce) {
|
|
|
1244 |
Dialog dialog = (Dialog) ce.getComponent();
|
|
|
1245 |
Button btn = ce.getButtonClicked();
|
|
|
1246 |
|
|
|
1247 |
if (btn.getText().equals(dialog.yesText)) {
|
|
|
1248 |
supprimerCommentaire(panneauCentre.getContenu(), commentaireListe);
|
|
|
1249 |
}
|
|
|
1250 |
}
|
|
|
1251 |
};
|
|
|
1252 |
|
|
|
1253 |
MessageBox.confirm("Supprimer un commentaire", message, listenerSuppression);
|
|
|
1254 |
}
|
|
|
1255 |
}
|
|
|
1256 |
|
|
|
1257 |
public void selectionnerCommentaire(Rafraichissable vueARafraichir, String commentaireId) {
|
1048 |
gduche |
1258 |
selectionnerCommentaire(vueARafraichir, commentaireId, null, 0, nbElements);
|
985 |
jpm |
1259 |
}
|
1048 |
gduche |
1260 |
public void selectionnerCommentaire(Rafraichissable vueARafraichir, String commentaireId, String titre, int pageCourante, int nbElements) {
|
|
|
1261 |
modele.selectionnerCommentaire(vueARafraichir, commentaireId, getProjetId(), titre, pageCourante, nbElements);
|
|
|
1262 |
}
|
985 |
jpm |
1263 |
|
997 |
jpm |
1264 |
public void selectionnerCommentaireParTitre(Rafraichissable vueARafraichir, String titre) {
|
1048 |
gduche |
1265 |
selectionnerCommentaire(vueARafraichir, null, titre, 0, nbElements);
|
997 |
jpm |
1266 |
}
|
|
|
1267 |
|
985 |
jpm |
1268 |
public void ajouterCommentaire(Rafraichissable vueARafraichir, Commentaire commentaire) {
|
|
|
1269 |
modele.ajouterCommentaire(vueARafraichir, commentaire);
|
|
|
1270 |
}
|
|
|
1271 |
|
|
|
1272 |
public void modifierCommentaire(Rafraichissable vueARafraichir, Commentaire commentaire) {
|
|
|
1273 |
modele.modifierCommentaire(vueARafraichir, commentaire);
|
|
|
1274 |
}
|
|
|
1275 |
|
|
|
1276 |
public void supprimerCommentaire(Rafraichissable vueARafraichir, List<Commentaire> commentairesListe) {
|
|
|
1277 |
if (commentairesListe != null && commentairesListe.size() > 0) {
|
|
|
1278 |
String idCommentaireSeparesParVirgule = "" ;
|
|
|
1279 |
Iterator<Commentaire> it = commentairesListe.iterator();
|
|
|
1280 |
while (it.hasNext()) {
|
|
|
1281 |
idCommentaireSeparesParVirgule += it.next().getId();
|
|
|
1282 |
if (it.hasNext()) {
|
|
|
1283 |
idCommentaireSeparesParVirgule += ",";
|
|
|
1284 |
}
|
|
|
1285 |
}
|
|
|
1286 |
modele.supprimerCommentaire(vueARafraichir, idCommentaireSeparesParVirgule);
|
989 |
jpm |
1287 |
modele.supprimerCollectionACommentaire(vueARafraichir, idCommentaireSeparesParVirgule, CollectionACommentaireAsyncDao.SUPPRESSION_PAR_COMMENTAIRE);
|
985 |
jpm |
1288 |
}
|
|
|
1289 |
}
|
|
|
1290 |
|
|
|
1291 |
//+----------------------------------------------------------------------------------------------------------------+
|
447 |
jp_milcent |
1292 |
// RAFRAICHISSEMENT
|
156 |
jp_milcent |
1293 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
1294 |
|
898 |
gduche |
1295 |
public void rafraichir(Object nouvellesDonnees) {
|
|
|
1296 |
if (nouvellesDonnees instanceof Utilisateur) {
|
932 |
jpm |
1297 |
repandreEtatIdentification((Utilisateur) nouvellesDonnees);
|
|
|
1298 |
} else if (nouvellesDonnees instanceof Information) {
|
|
|
1299 |
Information info = (Information) nouvellesDonnees;
|
|
|
1300 |
if (info.getType().equals("modification_personne")) {
|
|
|
1301 |
repandreInfoMiseAJourUtilisateur();
|
|
|
1302 |
}
|
|
|
1303 |
} else {
|
898 |
gduche |
1304 |
GWT.log(i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), null);
|
277 |
jp_milcent |
1305 |
}
|
|
|
1306 |
}
|
281 |
gduche |
1307 |
|
453 |
jp_milcent |
1308 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
1309 |
// GESTION du STATUT
|
|
|
1310 |
//+----------------------------------------------------------------------------------------------------------------+
|
288 |
gduche |
1311 |
|
332 |
gduche |
1312 |
public void afficherPopinChargement() {
|
|
|
1313 |
((PopupChargement) Registry.get(RegistreId.POPUP_CHARGEMENT)).center();
|
|
|
1314 |
}
|
453 |
jp_milcent |
1315 |
|
332 |
gduche |
1316 |
public void masquerPopinChargement() {
|
|
|
1317 |
((PopupChargement) Registry.get(RegistreId.POPUP_CHARGEMENT)).hide();
|
|
|
1318 |
}
|
1063 |
gduche |
1319 |
|
|
|
1320 |
public String obtenirClasseContenu() {
|
|
|
1321 |
String classeContenu = null;
|
|
|
1322 |
if (panneauCentre.getContenu() != null) {
|
|
|
1323 |
classeContenu = panneauCentre.getContenu().getClass().toString();
|
|
|
1324 |
}
|
|
|
1325 |
return classeContenu;
|
|
|
1326 |
}
|
447 |
jp_milcent |
1327 |
|
277 |
jp_milcent |
1328 |
}
|