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