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