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