Subversion Repositories eFlore/Applications.coel

Rev

Rev 1041 | Rev 1046 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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