935 |
jpm |
1 |
package org.tela_botanica.client.vues.publication;
|
219 |
aurelien |
2 |
|
227 |
aurelien |
3 |
import java.util.ArrayList;
|
1513 |
jpm |
4 |
import java.util.HashMap;
|
227 |
aurelien |
5 |
import java.util.Iterator;
|
365 |
jp_milcent |
6 |
import java.util.List;
|
227 |
aurelien |
7 |
|
981 |
jpm |
8 |
import org.tela_botanica.client.ComposantClass;
|
219 |
aurelien |
9 |
import org.tela_botanica.client.Mediateur;
|
1329 |
cyprien |
10 |
import org.tela_botanica.client.composants.ChampComboBoxRechercheTempsReelPaginable;
|
1513 |
jpm |
11 |
import org.tela_botanica.client.composants.GrillePaginable;
|
1284 |
gduche |
12 |
import org.tela_botanica.client.composants.InfoLogger;
|
1369 |
cyprien |
13 |
import org.tela_botanica.client.composants.pagination.ProxyPersonnes;
|
1513 |
jpm |
14 |
import org.tela_botanica.client.composants.pagination.ProxyPersonnesAPublication;
|
1329 |
cyprien |
15 |
import org.tela_botanica.client.composants.pagination.ProxyProjets;
|
|
|
16 |
import org.tela_botanica.client.composants.pagination.ProxyStructures;
|
822 |
jpm |
17 |
import org.tela_botanica.client.images.Images;
|
219 |
aurelien |
18 |
import org.tela_botanica.client.interfaces.Rafraichissable;
|
705 |
aurelien |
19 |
import org.tela_botanica.client.modeles.Information;
|
775 |
jpm |
20 |
import org.tela_botanica.client.modeles.MenuApplicationId;
|
1284 |
gduche |
21 |
import org.tela_botanica.client.modeles.aDonnee;
|
935 |
jpm |
22 |
import org.tela_botanica.client.modeles.personne.Personne;
|
1032 |
jpm |
23 |
import org.tela_botanica.client.modeles.projet.Projet;
|
935 |
jpm |
24 |
import org.tela_botanica.client.modeles.publication.Publication;
|
|
|
25 |
import org.tela_botanica.client.modeles.publication.PublicationAPersonne;
|
|
|
26 |
import org.tela_botanica.client.modeles.publication.PublicationAPersonneListe;
|
|
|
27 |
import org.tela_botanica.client.modeles.structure.Structure;
|
1322 |
gduche |
28 |
import org.tela_botanica.client.synchronisation.Sequenceur;
|
1329 |
cyprien |
29 |
import org.tela_botanica.client.util.Debug;
|
1561 |
jpm |
30 |
import org.tela_botanica.client.util.Log;
|
792 |
jpm |
31 |
import org.tela_botanica.client.util.Pattern;
|
782 |
jpm |
32 |
import org.tela_botanica.client.util.UtilArray;
|
884 |
jpm |
33 |
import org.tela_botanica.client.util.UtilString;
|
1284 |
gduche |
34 |
import org.tela_botanica.client.vues.FenetreForm;
|
935 |
jpm |
35 |
import org.tela_botanica.client.vues.Formulaire;
|
1284 |
gduche |
36 |
import org.tela_botanica.client.vues.FormulaireBarreValidation;
|
|
|
37 |
import org.tela_botanica.client.vues.personne.PersonneForm;
|
219 |
aurelien |
38 |
|
1284 |
gduche |
39 |
import com.extjs.gxt.ui.client.Style.Scroll;
|
|
|
40 |
import com.extjs.gxt.ui.client.Style.SortDir;
|
1561 |
jpm |
41 |
import com.extjs.gxt.ui.client.data.BaseModelData;
|
|
|
42 |
import com.extjs.gxt.ui.client.data.LoadEvent;
|
|
|
43 |
import com.extjs.gxt.ui.client.data.Loader;
|
1329 |
cyprien |
44 |
import com.extjs.gxt.ui.client.data.ModelData;
|
|
|
45 |
import com.extjs.gxt.ui.client.data.ModelType;
|
1284 |
gduche |
46 |
import com.extjs.gxt.ui.client.event.BaseEvent;
|
505 |
jp_milcent |
47 |
import com.extjs.gxt.ui.client.event.ButtonEvent;
|
980 |
jpm |
48 |
import com.extjs.gxt.ui.client.event.Events;
|
1284 |
gduche |
49 |
import com.extjs.gxt.ui.client.event.Listener;
|
1428 |
cyprien |
50 |
import com.extjs.gxt.ui.client.event.SelectionChangedEvent;
|
|
|
51 |
import com.extjs.gxt.ui.client.event.SelectionChangedListener;
|
219 |
aurelien |
52 |
import com.extjs.gxt.ui.client.event.SelectionListener;
|
|
|
53 |
import com.extjs.gxt.ui.client.store.ListStore;
|
1284 |
gduche |
54 |
import com.extjs.gxt.ui.client.store.Store;
|
|
|
55 |
import com.extjs.gxt.ui.client.store.StoreEvent;
|
1329 |
cyprien |
56 |
import com.extjs.gxt.ui.client.widget.ContentPanel;
|
1095 |
jpm |
57 |
import com.extjs.gxt.ui.client.widget.Info;
|
219 |
aurelien |
58 |
import com.extjs.gxt.ui.client.widget.LayoutContainer;
|
705 |
aurelien |
59 |
import com.extjs.gxt.ui.client.widget.MessageBox;
|
1284 |
gduche |
60 |
import com.extjs.gxt.ui.client.widget.Text;
|
219 |
aurelien |
61 |
import com.extjs.gxt.ui.client.widget.button.Button;
|
1284 |
gduche |
62 |
import com.extjs.gxt.ui.client.widget.button.ButtonBar;
|
1032 |
jpm |
63 |
import com.extjs.gxt.ui.client.widget.form.Field;
|
219 |
aurelien |
64 |
import com.extjs.gxt.ui.client.widget.form.FieldSet;
|
1284 |
gduche |
65 |
import com.extjs.gxt.ui.client.widget.form.FormPanel;
|
219 |
aurelien |
66 |
import com.extjs.gxt.ui.client.widget.form.TextField;
|
1032 |
jpm |
67 |
import com.extjs.gxt.ui.client.widget.form.Validator;
|
1284 |
gduche |
68 |
import com.extjs.gxt.ui.client.widget.grid.ColumnConfig;
|
|
|
69 |
import com.extjs.gxt.ui.client.widget.grid.ColumnModel;
|
|
|
70 |
import com.extjs.gxt.ui.client.widget.grid.GridSelectionModel;
|
|
|
71 |
import com.extjs.gxt.ui.client.widget.layout.FitLayout;
|
219 |
aurelien |
72 |
import com.extjs.gxt.ui.client.widget.layout.FlowLayout;
|
|
|
73 |
import com.extjs.gxt.ui.client.widget.layout.FormData;
|
|
|
74 |
import com.extjs.gxt.ui.client.widget.layout.FormLayout;
|
1284 |
gduche |
75 |
import com.extjs.gxt.ui.client.widget.layout.RowData;
|
|
|
76 |
import com.extjs.gxt.ui.client.widget.layout.RowLayout;
|
|
|
77 |
import com.extjs.gxt.ui.client.widget.toolbar.SeparatorToolItem;
|
|
|
78 |
import com.extjs.gxt.ui.client.widget.toolbar.ToolBar;
|
705 |
aurelien |
79 |
import com.google.gwt.core.client.GWT;
|
219 |
aurelien |
80 |
|
877 |
aurelien |
81 |
|
775 |
jpm |
82 |
public class PublicationForm extends Formulaire implements Rafraichissable {
|
219 |
aurelien |
83 |
|
1428 |
cyprien |
84 |
//-------------//
|
|
|
85 |
// ATTRIBUTS //
|
|
|
86 |
//-------------//
|
|
|
87 |
|
|
|
88 |
/** Publication **/
|
|
|
89 |
// on se sert d'un objet Publication lorsque l'on est en mode MODIFIER
|
786 |
jpm |
90 |
private Publication publication;
|
1428 |
cyprien |
91 |
// on se sert de l'identifiant d'une publication lorsque l'on est en mode AJOUTER
|
|
|
92 |
private String publicationId = null;
|
1322 |
gduche |
93 |
|
1428 |
cyprien |
94 |
/** Auteurs **/
|
|
|
95 |
private PublicationAPersonneListe auteursInitialListe = null;
|
|
|
96 |
private PublicationAPersonneListe auteursAjoutes = null;
|
|
|
97 |
private PublicationAPersonneListe auteursSupprimes = null;
|
|
|
98 |
private PublicationAPersonneListe auteursModifies = null;
|
219 |
aurelien |
99 |
|
1329 |
cyprien |
100 |
private ContentPanel auteursFieldset = null;
|
|
|
101 |
private ChampComboBoxRechercheTempsReelPaginable projetsCombo = null;
|
227 |
aurelien |
102 |
|
775 |
jpm |
103 |
private FieldSet generalitesFieldset = null;
|
786 |
jpm |
104 |
private TextField<String> titreChp = null;
|
|
|
105 |
private TextField<String> collectionChp = null;
|
|
|
106 |
private TextField<String> uriChp = null;
|
219 |
aurelien |
107 |
|
775 |
jpm |
108 |
private FieldSet editionFieldset = null;
|
1329 |
cyprien |
109 |
private ChampComboBoxRechercheTempsReelPaginable editeurCombobox = null;
|
786 |
jpm |
110 |
private TextField<String> datePublicationChp = null;
|
|
|
111 |
private TextField<String> tomeChp = null;
|
|
|
112 |
private TextField<String> fasciculeChp = null;
|
|
|
113 |
private TextField<String> pagesChp = null;
|
219 |
aurelien |
114 |
|
1284 |
gduche |
115 |
private LayoutContainer zoneHaut, zoneBas;
|
|
|
116 |
|
|
|
117 |
private ToolBar barreOutils = null;
|
1513 |
jpm |
118 |
private GrillePaginable<ModelData> grilleAuteurs;
|
1375 |
cyprien |
119 |
private ChampComboBoxRechercheTempsReelPaginable personnesSaisiesComboBox = null;
|
1284 |
gduche |
120 |
private Button personnesBoutonSupprimer = null;
|
|
|
121 |
private Button personnesBoutonModifier = null;
|
1428 |
cyprien |
122 |
private Button boutonAuteurUp = null;
|
|
|
123 |
private Button boutonAuteurDown = null;
|
1284 |
gduche |
124 |
|
|
|
125 |
private FenetreForm fenetreFormulaire = null;
|
1322 |
gduche |
126 |
private Sequenceur sequenceur;
|
1284 |
gduche |
127 |
|
1428 |
cyprien |
128 |
private String modeDeCreation = null;
|
|
|
129 |
boolean changeOrderMarker = false;
|
|
|
130 |
|
|
|
131 |
|
1526 |
jpm |
132 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
133 |
// Constructeurs
|
1428 |
cyprien |
134 |
|
781 |
jpm |
135 |
public PublicationForm(Mediateur mediateurCourrant, String publicationId) {
|
782 |
jpm |
136 |
initialiserPublicationForm(mediateurCourrant, publicationId);
|
|
|
137 |
}
|
|
|
138 |
|
|
|
139 |
public PublicationForm(Mediateur mediateurCourrant, String publicationId, Rafraichissable vueARafraichirApresValidation) {
|
822 |
jpm |
140 |
vueExterneARafraichirApresValidation = vueARafraichirApresValidation;
|
782 |
jpm |
141 |
initialiserPublicationForm(mediateurCourrant, publicationId);
|
|
|
142 |
}
|
1428 |
cyprien |
143 |
|
782 |
jpm |
144 |
|
1526 |
jpm |
145 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
146 |
// Initialisation
|
1428 |
cyprien |
147 |
|
782 |
jpm |
148 |
private void initialiserPublicationForm(Mediateur mediateurCourrant, String publicationId) {
|
1322 |
gduche |
149 |
sequenceur = new Sequenceur();
|
799 |
jpm |
150 |
publication = new Publication();
|
822 |
jpm |
151 |
publication.setId(publicationId);
|
1428 |
cyprien |
152 |
this.publicationId = publicationId;
|
|
|
153 |
auteursInitialListe = new PublicationAPersonneListe();
|
1322 |
gduche |
154 |
initialiserAuteurs(); // Crée les listes d'auteurs ajoutés et supprimés
|
822 |
jpm |
155 |
|
1428 |
cyprien |
156 |
// Si 'publicationId' est vide alors on est en mode "AJOUTER", sinon on est en mode "MODIFIER"
|
|
|
157 |
modeDeCreation = (UtilString.isEmpty(publicationId) ? Formulaire.MODE_AJOUTER : Formulaire.MODE_MODIFIER);
|
775 |
jpm |
158 |
initialiserFormulaire(mediateurCourrant, modeDeCreation, MenuApplicationId.PUBLICATION);
|
1284 |
gduche |
159 |
panneauFormulaire.setLayout(new RowLayout());
|
|
|
160 |
panneauFormulaire.setStyleAttribute("padding", "0");
|
1561 |
jpm |
161 |
panneauFormulaire.setHeight(600);
|
1322 |
gduche |
162 |
|
1284 |
gduche |
163 |
zoneHaut = new LayoutContainer(new FitLayout());
|
|
|
164 |
zoneBas = new LayoutContainer(new FlowLayout());
|
1561 |
jpm |
165 |
panneauFormulaire.add(zoneHaut, new RowData(0.99, 0.45));
|
|
|
166 |
panneauFormulaire.add(zoneBas, new RowData(0.99, 0.55));
|
1284 |
gduche |
167 |
panneauFormulaire.setScrollMode(Scroll.AUTO);
|
1095 |
jpm |
168 |
genererTitreFormulaire();
|
|
|
169 |
|
775 |
jpm |
170 |
creerZoneAuteurs();
|
1284 |
gduche |
171 |
zoneHaut.add(auteursFieldset);
|
219 |
aurelien |
172 |
|
775 |
jpm |
173 |
creerZoneGeneralites();
|
1284 |
gduche |
174 |
zoneBas.add(generalitesFieldset);
|
239 |
aurelien |
175 |
|
775 |
jpm |
176 |
creerZoneEdition();
|
1284 |
gduche |
177 |
zoneBas.add(editionFieldset);
|
822 |
jpm |
178 |
|
|
|
179 |
if (modeDeCreation.equals(Formulaire.MODE_MODIFIER)) {
|
1322 |
gduche |
180 |
mediateurCourrant.selectionnerPublication(this, publicationId, sequenceur);
|
1373 |
cyprien |
181 |
sequenceur.enfilerRafraichissement(this, new Information("chargement_modifier_ok"));
|
822 |
jpm |
182 |
}
|
781 |
jpm |
183 |
}
|
1428 |
cyprien |
184 |
|
|
|
185 |
private void initialiserAuteurs() {
|
|
|
186 |
auteursAjoutes = new PublicationAPersonneListe();
|
|
|
187 |
auteursSupprimes = new PublicationAPersonneListe();
|
|
|
188 |
auteursModifies = new PublicationAPersonneListe();
|
|
|
189 |
}
|
782 |
jpm |
190 |
|
1526 |
jpm |
191 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
192 |
// User Interface
|
1284 |
gduche |
193 |
|
|
|
194 |
private ToolBar creerBarreOutilsGrille() {
|
|
|
195 |
ToolBar barreOutils = new ToolBar();
|
|
|
196 |
|
|
|
197 |
Button ajouterBouton = creerBoutonAjouter();
|
|
|
198 |
barreOutils.add(ajouterBouton);
|
|
|
199 |
|
1375 |
cyprien |
200 |
creerComboBoxPersonnesSaisies();
|
1284 |
gduche |
201 |
barreOutils.add(personnesSaisiesComboBox);
|
|
|
202 |
|
|
|
203 |
barreOutils.add(new SeparatorToolItem());
|
|
|
204 |
|
|
|
205 |
personnesBoutonModifier = creerBoutonModifier();
|
|
|
206 |
barreOutils.add(personnesBoutonModifier);
|
|
|
207 |
|
|
|
208 |
barreOutils.add(new SeparatorToolItem());
|
|
|
209 |
|
|
|
210 |
personnesBoutonSupprimer = creerBoutonSupprimer();
|
|
|
211 |
barreOutils.add(personnesBoutonSupprimer);
|
|
|
212 |
|
|
|
213 |
barreOutils.add(new SeparatorToolItem());
|
|
|
214 |
|
|
|
215 |
Button rafraichirBouton = creerBoutonRafraichir();
|
|
|
216 |
barreOutils.add(rafraichirBouton);
|
|
|
217 |
|
1428 |
cyprien |
218 |
barreOutils.add(new SeparatorToolItem());
|
|
|
219 |
|
|
|
220 |
barreOutils.add(new Text(i18nC.deplacerAuteur()));
|
|
|
221 |
boutonAuteurUp = creerBoutonAuteurUp();
|
|
|
222 |
barreOutils.add(boutonAuteurUp);
|
|
|
223 |
boutonAuteurDown = creerBoutonAuteurDown();
|
|
|
224 |
barreOutils.add(boutonAuteurDown);
|
|
|
225 |
|
1284 |
gduche |
226 |
return barreOutils;
|
|
|
227 |
}
|
1428 |
cyprien |
228 |
|
|
|
229 |
public void actualiserEtatBoutonsBarreOutils() {
|
|
|
230 |
// Activation des boutons si la grille contient un élément
|
|
|
231 |
if (grilleAuteurs.getStore().getCount() > 0) {
|
|
|
232 |
personnesBoutonSupprimer.enable();
|
|
|
233 |
personnesBoutonModifier.enable();
|
|
|
234 |
}
|
|
|
235 |
// Désactivation des boutons si la grille ne contient plus d'élément
|
|
|
236 |
if (grilleAuteurs.getStore().getCount() == 0) {
|
|
|
237 |
personnesBoutonSupprimer.disable();
|
|
|
238 |
personnesBoutonModifier.disable();
|
|
|
239 |
}
|
|
|
240 |
}
|
|
|
241 |
|
|
|
242 |
private Button creerBoutonAuteurUp() {
|
|
|
243 |
Button bouton = new Button();
|
|
|
244 |
bouton.setIcon(Images.ICONES.arrowUp());
|
|
|
245 |
bouton.setEnabled(false);
|
1513 |
jpm |
246 |
bouton.addSelectionListener(new SelectionListener<ButtonEvent>() {
|
1428 |
cyprien |
247 |
public void componentSelected(ButtonEvent ce) {
|
1513 |
jpm |
248 |
if (grilleAuteurs.getGrille().getSelectionModel().getSelectedItem() != null) {
|
1561 |
jpm |
249 |
mettreAJourOrdreAuteur(-1);
|
1428 |
cyprien |
250 |
}
|
|
|
251 |
}
|
|
|
252 |
});
|
|
|
253 |
return bouton;
|
|
|
254 |
}
|
|
|
255 |
|
|
|
256 |
private Button creerBoutonAuteurDown() {
|
|
|
257 |
Button bouton = new Button();
|
|
|
258 |
bouton.setIcon(Images.ICONES.arrowDown());
|
|
|
259 |
bouton.setEnabled(false);
|
|
|
260 |
bouton.addSelectionListener(new SelectionListener<ButtonEvent>() {
|
|
|
261 |
public void componentSelected(ButtonEvent ce) {
|
|
|
262 |
if (grilleAuteurs.getSelectionModel().getSelectedItem() != null) {
|
1561 |
jpm |
263 |
mettreAJourOrdreAuteur(+1);
|
1428 |
cyprien |
264 |
}
|
|
|
265 |
}
|
|
|
266 |
});
|
|
|
267 |
return bouton;
|
|
|
268 |
}
|
1561 |
jpm |
269 |
|
|
|
270 |
private void formaterOrdreAuteurs() {
|
|
|
271 |
List<ModelData> auteurs = grilleAuteurs.getStore().getModels();
|
|
|
272 |
Iterator<ModelData> itAuteurs = auteurs.iterator();
|
|
|
273 |
while (itAuteurs.hasNext()) {
|
|
|
274 |
ModelData selection = itAuteurs.next();
|
|
|
275 |
PublicationAPersonne pap = new PublicationAPersonne(selection, false);
|
|
|
276 |
|
|
|
277 |
String ordre = String.valueOf(grilleAuteurs.getStore().indexOf(selection) + 1);
|
|
|
278 |
if (pap.getOrdreAuteurs() != ordre) {
|
|
|
279 |
selection.set("_ordre_", ordre);
|
|
|
280 |
grilleAuteurs.getStore().update(selection);
|
|
|
281 |
pap.setOrdreAuteurs(ordre);
|
|
|
282 |
auteursModifies.put(pap.getId(), pap);
|
|
|
283 |
}
|
|
|
284 |
}
|
|
|
285 |
}
|
|
|
286 |
|
|
|
287 |
private void mettreAJourOrdreAuteur(int monterOuDescendre) {
|
|
|
288 |
ModelData publiAPersonneSelectionnee = grilleAuteurs.getSelectionModel().getSelectedItem();
|
|
|
289 |
int index = grilleAuteurs.getStore().indexOf(publiAPersonneSelectionnee);
|
|
|
290 |
int nouvelIndex = index + monterOuDescendre;
|
|
|
291 |
|
|
|
292 |
if (verifierOrdreAuteur(nouvelIndex)) {
|
|
|
293 |
// le marqueur suivant est obligatoire sinon les évènements liés au magasin se
|
|
|
294 |
// déclenchent et posent problème
|
|
|
295 |
changeOrderMarker = true;
|
|
|
296 |
|
|
|
297 |
int indexAPermuter = index + monterOuDescendre;
|
|
|
298 |
ModelData publiAPersonneSwitch = grilleAuteurs.getStore().getAt(indexAPermuter);
|
|
|
299 |
String ordreAPermuter = String.valueOf((indexAPermuter + 1) - monterOuDescendre);
|
|
|
300 |
publiAPersonneSwitch.set("_ordre_", ordreAPermuter);
|
|
|
301 |
grilleAuteurs.getStore().update(publiAPersonneSwitch);
|
|
|
302 |
PublicationAPersonne papSwitch = new PublicationAPersonne(publiAPersonneSwitch, false);
|
|
|
303 |
papSwitch.setOrdreAuteurs(ordreAPermuter);
|
|
|
304 |
auteursModifies.put(papSwitch.getId(), papSwitch);
|
1284 |
gduche |
305 |
|
1561 |
jpm |
306 |
grilleAuteurs.getStore().remove(publiAPersonneSelectionnee);
|
|
|
307 |
String nouvelOrdre = String.valueOf((index + 1) + monterOuDescendre);
|
|
|
308 |
publiAPersonneSelectionnee.set("_ordre_", nouvelOrdre);
|
|
|
309 |
grilleAuteurs.getStore().insert(publiAPersonneSelectionnee, nouvelIndex);
|
|
|
310 |
PublicationAPersonne papSelectionnee = new PublicationAPersonne(publiAPersonneSelectionnee, false);
|
|
|
311 |
papSelectionnee.setOrdreAuteurs(nouvelOrdre);
|
|
|
312 |
auteursModifies.put(papSelectionnee.getId(), papSelectionnee);
|
|
|
313 |
changeOrderMarker = false;
|
|
|
314 |
|
|
|
315 |
grilleAuteurs.getSelectionModel().select(nouvelIndex, false);
|
|
|
316 |
}
|
|
|
317 |
}
|
|
|
318 |
|
|
|
319 |
private boolean verifierOrdreAuteur(int nouvelIndex) {
|
|
|
320 |
int nbrElement = grilleAuteurs.getStore().getCount();
|
|
|
321 |
boolean ok = true;
|
|
|
322 |
if (nouvelIndex < 0 || nouvelIndex >= nbrElement) {
|
|
|
323 |
ok = false;
|
|
|
324 |
}
|
|
|
325 |
return ok;
|
|
|
326 |
}
|
|
|
327 |
|
|
|
328 |
private void activerBoutonsOrdreAuteur() {
|
|
|
329 |
ModelData papSelectionnee = grilleAuteurs.getGrille().getSelectionModel().getSelectedItem();
|
|
|
330 |
int index = grilleAuteurs.getStore().indexOf(papSelectionnee);
|
|
|
331 |
|
|
|
332 |
if (index >= 1) {
|
|
|
333 |
boutonAuteurUp.setEnabled(true);
|
|
|
334 |
} else {
|
|
|
335 |
boutonAuteurUp.setEnabled(false);
|
|
|
336 |
}
|
|
|
337 |
|
|
|
338 |
if ((index+1) < grilleAuteurs.getStore().getCount()) {
|
|
|
339 |
boutonAuteurDown.setEnabled(true);
|
|
|
340 |
} else {
|
|
|
341 |
boutonAuteurDown.setEnabled(false);
|
|
|
342 |
}
|
|
|
343 |
}
|
|
|
344 |
|
1284 |
gduche |
345 |
private Button creerBoutonAjouter() {
|
|
|
346 |
Button bouton = new Button(i18nC.ajouter());
|
|
|
347 |
bouton.setIcon(Images.ICONES.vcardAjouter());
|
|
|
348 |
bouton.addSelectionListener(new SelectionListener<ButtonEvent>() {
|
|
|
349 |
public void componentSelected(ButtonEvent ce) {
|
|
|
350 |
fenetreFormulaire = creerFenetreModaleAvecFormulairePersonne(Formulaire.MODE_AJOUTER);
|
|
|
351 |
fenetreFormulaire.show();
|
|
|
352 |
}
|
|
|
353 |
});
|
|
|
354 |
return bouton;
|
|
|
355 |
}
|
|
|
356 |
|
|
|
357 |
private Button creerBoutonModifier() {
|
|
|
358 |
Button bouton = new Button(i18nC.modifier());
|
|
|
359 |
bouton.setIcon(Images.ICONES.vcardModifier());
|
|
|
360 |
bouton.addSelectionListener(new SelectionListener<ButtonEvent>() {
|
|
|
361 |
public void componentSelected(ButtonEvent ce) {
|
1513 |
jpm |
362 |
Personne personneSaisieSelectionnee = new PublicationAPersonne(grilleAuteurs.getSelectionModel().getSelectedItem(), false).getPersonne();
|
1284 |
gduche |
363 |
|
|
|
364 |
if (personneSaisieSelectionnee == null) {
|
|
|
365 |
InfoLogger.display(i18nC.informationTitreGenerique(), i18nC.selectionnerPublication());
|
|
|
366 |
} else {
|
|
|
367 |
fenetreFormulaire = creerFenetreModaleAvecFormulairePersonne(Formulaire.MODE_MODIFIER);
|
|
|
368 |
fenetreFormulaire.show();
|
|
|
369 |
}
|
|
|
370 |
}
|
|
|
371 |
});
|
|
|
372 |
return bouton;
|
|
|
373 |
}
|
|
|
374 |
|
|
|
375 |
private FenetreForm creerFenetreModaleAvecFormulairePersonne(String mode) {
|
|
|
376 |
String personneId = null;
|
|
|
377 |
if (mode.equals(Formulaire.MODE_MODIFIER)) {
|
1513 |
jpm |
378 |
Personne personneSaisieSelectionnee = new PublicationAPersonne(grilleAuteurs.getSelectionModel().getSelectedItem(), false).getPersonne();
|
1284 |
gduche |
379 |
personneId = personneSaisieSelectionnee.getId();
|
|
|
380 |
}
|
|
|
381 |
|
|
|
382 |
final FenetreForm fenetre = new FenetreForm("");
|
|
|
383 |
final PersonneForm formulaire = creerFormulairePersonne(fenetre, personneId);
|
|
|
384 |
fenetre.add(formulaire);
|
|
|
385 |
return fenetre;
|
|
|
386 |
}
|
|
|
387 |
|
|
|
388 |
private PersonneForm creerFormulairePersonne(final FenetreForm fenetre, final String personneId) {
|
|
|
389 |
PersonneForm formulairePersonne = new PersonneForm(mediateur, personneId, this);
|
|
|
390 |
FormPanel panneauFormulaire = formulairePersonne.getFormulaire();
|
1680 |
raphael |
391 |
fenetre.setHeadingHtml(panneauFormulaire.getHeadingHtml());
|
1284 |
gduche |
392 |
panneauFormulaire.setHeaderVisible(false);
|
|
|
393 |
panneauFormulaire.setTopComponent(null);
|
|
|
394 |
|
|
|
395 |
// FIXME : avec GXT-2.1.0 la redéfinition du bottom component ne marche plus. Nous le cachons et en créeons un dans la fenêtre.
|
|
|
396 |
panneauFormulaire.getBottomComponent().hide();
|
|
|
397 |
SelectionListener<ButtonEvent> ecouteur = creerEcouteurValidationFormulairePersonne(fenetre, formulairePersonne);
|
|
|
398 |
final ButtonBar barreValidation = new FormulaireBarreValidation(ecouteur);
|
|
|
399 |
fenetre.setBottomComponent(barreValidation);
|
|
|
400 |
|
|
|
401 |
return formulairePersonne;
|
|
|
402 |
}
|
|
|
403 |
|
|
|
404 |
private SelectionListener<ButtonEvent> creerEcouteurValidationFormulairePersonne(final FenetreForm fenetre, final PersonneForm formulaire) {
|
|
|
405 |
SelectionListener<ButtonEvent> ecouteur = new SelectionListener<ButtonEvent>() {
|
|
|
406 |
public void componentSelected(ButtonEvent ce) {
|
|
|
407 |
String code = ((Button) ce.getComponent()).getData("code");
|
|
|
408 |
if (code.equals(FormulaireBarreValidation.CODE_BOUTON_VALIDER)) {
|
|
|
409 |
if (formulaire.soumettreFormulaire()) {
|
|
|
410 |
fenetre.hide();
|
|
|
411 |
}
|
|
|
412 |
} else if (code.equals(FormulaireBarreValidation.CODE_BOUTON_APPLIQUER)) {
|
|
|
413 |
formulaire.soumettreFormulaire();
|
|
|
414 |
} else if (code.equals(FormulaireBarreValidation.CODE_BOUTON_ANNULER)) {
|
|
|
415 |
fenetre.hide();
|
|
|
416 |
}
|
|
|
417 |
}
|
|
|
418 |
};
|
|
|
419 |
|
|
|
420 |
return ecouteur;
|
|
|
421 |
}
|
|
|
422 |
|
|
|
423 |
private Button creerBoutonSupprimer() {
|
|
|
424 |
Button bouton = new Button(i18nC.supprimer());
|
|
|
425 |
bouton.setIcon(Images.ICONES.vcardSupprimer());
|
|
|
426 |
bouton.addSelectionListener(new SelectionListener<ButtonEvent>() {
|
|
|
427 |
public void componentSelected(ButtonEvent ce) {
|
1561 |
jpm |
428 |
supprimerDansGrille();
|
1284 |
gduche |
429 |
}
|
|
|
430 |
});
|
|
|
431 |
return bouton;
|
|
|
432 |
}
|
|
|
433 |
|
|
|
434 |
private Button creerBoutonRafraichir() {
|
|
|
435 |
Button bouton = new Button(i18nC.rafraichir());
|
|
|
436 |
bouton.setIcon(Images.ICONES.rafraichir());
|
|
|
437 |
bouton.addSelectionListener(new SelectionListener<ButtonEvent>() {
|
|
|
438 |
public void componentSelected(ButtonEvent ce) {
|
|
|
439 |
actualiserGrille();
|
|
|
440 |
}
|
|
|
441 |
});
|
|
|
442 |
return bouton;
|
|
|
443 |
}
|
|
|
444 |
|
|
|
445 |
private void actualiserGrille() {
|
|
|
446 |
if (mode.equals(Formulaire.MODE_MODIFIER)) {
|
|
|
447 |
// FIXME : c'est la merde
|
1561 |
jpm |
448 |
grilleAuteurs.reload();
|
1284 |
gduche |
449 |
} else {
|
1428 |
cyprien |
450 |
grilleAuteurs.getStore().removeAll();
|
1284 |
gduche |
451 |
layout();
|
|
|
452 |
}
|
|
|
453 |
}
|
|
|
454 |
|
1375 |
cyprien |
455 |
private void creerComboBoxPersonnesSaisies() {
|
|
|
456 |
ModelType modelTypePersonnes = new ModelType();
|
|
|
457 |
modelTypePersonnes.setRoot("personnes");
|
|
|
458 |
modelTypePersonnes.setTotalName("nbElements");
|
|
|
459 |
modelTypePersonnes.addField("cp_fmt_nom_complet");
|
1428 |
cyprien |
460 |
modelTypePersonnes.addField("cp_nom");
|
|
|
461 |
modelTypePersonnes.addField("cp_prenom");
|
1375 |
cyprien |
462 |
modelTypePersonnes.addField("cp_id_personne");
|
|
|
463 |
modelTypePersonnes.addField("cp_code_postal");
|
|
|
464 |
modelTypePersonnes.addField("cp_ville");
|
|
|
465 |
modelTypePersonnes.addField("cp_truk_courriel");
|
1284 |
gduche |
466 |
|
1375 |
cyprien |
467 |
String displayNamePersonnes = "cp_fmt_nom_complet";
|
1468 |
jpm |
468 |
ProxyPersonnes<ModelData> proxyPersonnes = new ProxyPersonnes<ModelData>(null);
|
1375 |
cyprien |
469 |
|
|
|
470 |
personnesSaisiesComboBox = new ChampComboBoxRechercheTempsReelPaginable(proxyPersonnes, modelTypePersonnes, displayNamePersonnes);
|
|
|
471 |
|
|
|
472 |
personnesSaisiesComboBox.getCombo().addListener(Events.Select, new Listener<BaseEvent>() {
|
1428 |
cyprien |
473 |
public void handleEvent(BaseEvent be) {
|
1375 |
cyprien |
474 |
if (personnesSaisiesComboBox.getValeur() instanceof ModelData) {
|
1284 |
gduche |
475 |
// N'ajouter l'auteur que s'il n'est pas déjà présent dans la grille et dans les valeurs initiales
|
1375 |
cyprien |
476 |
Personne personneSaisieSelectionnee = new Personne(personnesSaisiesComboBox.getValeur());
|
1573 |
jpm |
477 |
Log.debug("Récupération info combo :"+personneSaisieSelectionnee.toString());
|
|
|
478 |
PublicationAPersonne pap = new PublicationAPersonne(aDonnee.GARDER_PREFIXE);
|
|
|
479 |
pap.setPersonne(personneSaisieSelectionnee, aDonnee.INTEGRER_PROPRIETES);
|
1468 |
jpm |
480 |
pap.setOrdreAuteurs(String.valueOf(grilleAuteurs.getStore().getCount()+1));
|
|
|
481 |
if (modeDeCreation != Formulaire.MODE_AJOUTER) {
|
|
|
482 |
pap.setPublicationLiee(publication);
|
|
|
483 |
pap.setIdPublication(publicationId);
|
|
|
484 |
}
|
1573 |
jpm |
485 |
pap.setIdRole(PublicationAPersonne.ROLE_AUTEUR);
|
|
|
486 |
Log.debug("Récupération info combo pap id :"+pap.getId());
|
|
|
487 |
|
|
|
488 |
if (ajouterDansGrille(pap)) {
|
1375 |
cyprien |
489 |
personnesSaisiesComboBox.getCombo().setValue(null);
|
1284 |
gduche |
490 |
}
|
|
|
491 |
}
|
|
|
492 |
}
|
|
|
493 |
});
|
|
|
494 |
}
|
|
|
495 |
|
1573 |
jpm |
496 |
private boolean ajouterDansGrille(PublicationAPersonne pap) {
|
|
|
497 |
return ajouterDansGrille(pap, grilleAuteurs.getStore().getCount());
|
1284 |
gduche |
498 |
}
|
|
|
499 |
|
1573 |
jpm |
500 |
private boolean ajouterDansGrille(PublicationAPersonne pap, int index) {
|
|
|
501 |
boolean ok = false;
|
1428 |
cyprien |
502 |
if (pap != null) {
|
1573 |
jpm |
503 |
Log.debug("Début ajout dans grille :"+pap.toString());
|
|
|
504 |
if (grilleAuteurs.getStore().contains((ModelData) pap)) {
|
|
|
505 |
InfoLogger.display("Information", "La personne choisie existe déjà dans la liste d'auteurs.");
|
1561 |
jpm |
506 |
} else {
|
|
|
507 |
// 1) si elle ne fait pas partie des initiaux, ajouter à la liste à ajouter
|
1428 |
cyprien |
508 |
if (!auteursInitialListe.containsValue(pap)) {
|
|
|
509 |
auteursAjoutes.put(pap.getId(), pap);
|
1573 |
jpm |
510 |
Log.debug("Ajout dans grille -> auteur '"+pap.getId()+"' a été ajouté à la liste des ajoutés (il ne fait pas parti de la liste initiale).");
|
1284 |
gduche |
511 |
}
|
|
|
512 |
|
|
|
513 |
// L'enlever de la liste à supprimer
|
1428 |
cyprien |
514 |
if (auteursSupprimes.containsValue(pap)) {
|
|
|
515 |
auteursSupprimes.remove(pap);
|
1573 |
jpm |
516 |
Log.debug("Ajout dans grille -> auteur '"+pap.getId()+"' a été retiré de la liste des supprimés.");
|
1284 |
gduche |
517 |
}
|
1561 |
jpm |
518 |
|
|
|
519 |
// 2) Ajouter a la grille
|
1573 |
jpm |
520 |
grilleAuteurs.getStore().insert((ModelData) pap, index);
|
1428 |
cyprien |
521 |
grilleAuteurs.getSelectionModel().select(index, false);
|
1573 |
jpm |
522 |
ok = true;
|
1284 |
gduche |
523 |
}
|
|
|
524 |
}
|
1573 |
jpm |
525 |
return ok;
|
1284 |
gduche |
526 |
}
|
|
|
527 |
|
1561 |
jpm |
528 |
private void supprimerDansGrille() {
|
1613 |
aurelien |
529 |
List<ModelData> listeDonneesSelectionnees = grilleAuteurs.getSelectionModel().getSelectedItems();
|
|
|
530 |
for (ModelData donneeSelectionnee : listeDonneesSelectionnees) {
|
|
|
531 |
supprimerAuteurDansGrille(donneeSelectionnee);
|
|
|
532 |
}
|
|
|
533 |
}
|
|
|
534 |
|
|
|
535 |
private void supprimerAuteurDansGrille(ModelData donneeSelectionnee) {
|
1573 |
jpm |
536 |
PublicationAPersonne personneSelectionnee = new PublicationAPersonne(donneeSelectionnee, aDonnee.GARDER_PREFIXE);
|
|
|
537 |
Log.debug("Début supprimer auteur dans grille : "+personneSelectionnee.toString());
|
1561 |
jpm |
538 |
if (personneSelectionnee.getId() == null) {
|
|
|
539 |
InfoLogger.display(i18nC.informationTitreGenerique(), i18nC.selectionnerAuteur());
|
|
|
540 |
} else {
|
1428 |
cyprien |
541 |
// 1) Ajouter a la liste des personne à supprimer uniquement si est présente dans la liste initiale
|
1561 |
jpm |
542 |
if (auteursInitialListe.containsKey(personneSelectionnee.getId())) {
|
|
|
543 |
auteursSupprimes.put(personneSelectionnee.getId(), personneSelectionnee);
|
|
|
544 |
Log.debug("Ajout Personne à supprimer : "+auteursSupprimes.toString());
|
1284 |
gduche |
545 |
}
|
|
|
546 |
|
1573 |
jpm |
547 |
if (auteursAjoutes.containsKey(personneSelectionnee.getId())) {
|
|
|
548 |
auteursAjoutes.remove(personneSelectionnee.getId());
|
1284 |
gduche |
549 |
}
|
|
|
550 |
|
1573 |
jpm |
551 |
if (auteursModifies.containsKey(personneSelectionnee.getId())) {
|
|
|
552 |
auteursModifies.remove(personneSelectionnee.getId());
|
1428 |
cyprien |
553 |
}
|
|
|
554 |
|
|
|
555 |
// 2) Supprimer la personne de la liste
|
1561 |
jpm |
556 |
Log.debug("Personne trouvée : "+grilleAuteurs.getStore().findModel(donneeSelectionnee).toString());
|
|
|
557 |
grilleAuteurs.getStore().remove(donneeSelectionnee);
|
|
|
558 |
formaterOrdreAuteurs();
|
1284 |
gduche |
559 |
}
|
|
|
560 |
}
|
|
|
561 |
|
1513 |
jpm |
562 |
private GrillePaginable<ModelData> creerGrilleAuteurs() {
|
|
|
563 |
// ModelType
|
|
|
564 |
ModelType modelTypePersonnesAPublication = new ModelType();
|
|
|
565 |
modelTypePersonnesAPublication.setRoot("publicationsAPersonne");
|
|
|
566 |
modelTypePersonnesAPublication.setTotalName("nbElements");
|
|
|
567 |
modelTypePersonnesAPublication.addField("cpuap_id_personne");
|
|
|
568 |
modelTypePersonnesAPublication.addField("cpuap_id_publication");
|
|
|
569 |
modelTypePersonnesAPublication.addField("cpuap_id_role");
|
|
|
570 |
modelTypePersonnesAPublication.addField("cpuap_ordre");
|
|
|
571 |
modelTypePersonnesAPublication.addField("cp_id_personne");
|
|
|
572 |
modelTypePersonnesAPublication.addField("cp_fmt_nom_complet");
|
|
|
573 |
modelTypePersonnesAPublication.addField("cp_nom");
|
|
|
574 |
modelTypePersonnesAPublication.addField("cp_prenom");
|
|
|
575 |
modelTypePersonnesAPublication.addField("cp_id_personne");
|
|
|
576 |
modelTypePersonnesAPublication.addField("cp_code_postal");
|
|
|
577 |
modelTypePersonnesAPublication.addField("cp_ville");
|
|
|
578 |
modelTypePersonnesAPublication.addField("cp_truk_courriel");
|
1428 |
cyprien |
579 |
|
1513 |
jpm |
580 |
// Proxy
|
|
|
581 |
ProxyPersonnesAPublication<ModelData> proxyPersonnesAPublication = new ProxyPersonnesAPublication<ModelData>(null, publicationId);
|
|
|
582 |
|
|
|
583 |
// Colonnes
|
|
|
584 |
List<ColumnConfig> colonnes = new ArrayList<ColumnConfig>();
|
|
|
585 |
ColumnConfig columnOrdre = new ColumnConfig("_ordre_", i18nC.ordre(), 15);
|
|
|
586 |
colonnes.add(columnOrdre);
|
|
|
587 |
colonnes.add(new ColumnConfig("cp_fmt_nom_complet", i18nC.personneNomComplet(), 150));
|
|
|
588 |
colonnes.add(new ColumnConfig("cp_code_postal", i18nC.personneCodePostal(), 150));
|
|
|
589 |
colonnes.add(new ColumnConfig("cp_ville", i18nC.personneVille(), 75));
|
|
|
590 |
colonnes.add(new ColumnConfig("cp_truk_courriel", i18nC.personneCourriel(), 75));
|
|
|
591 |
|
|
|
592 |
// Champs de traitement
|
|
|
593 |
HashMap<String, String> virtualFields = new HashMap<String, String>();
|
|
|
594 |
virtualFields.put("_ordre_", "cpuap_ordre");
|
|
|
595 |
|
|
|
596 |
// Modele de selection
|
|
|
597 |
GridSelectionModel<ModelData> modeleDeSelection = new GridSelectionModel<ModelData>();
|
|
|
598 |
modeleDeSelection.addListener(Events.SelectionChange, new SelectionChangedListener<ModelData>() {
|
|
|
599 |
public void selectionChanged(SelectionChangedEvent<ModelData> se) {
|
1561 |
jpm |
600 |
activerBoutonsOrdreAuteur();
|
1513 |
jpm |
601 |
}
|
|
|
602 |
});
|
|
|
603 |
|
|
|
604 |
ColumnModel modeleDeColonnes = new ColumnModel(colonnes);
|
|
|
605 |
|
|
|
606 |
// Grille
|
|
|
607 |
// ATTENTION : le constructure de cette grille est à vérifier!
|
|
|
608 |
final GrillePaginable<ModelData> grilleAuteurs = new GrillePaginable<ModelData>(modelTypePersonnesAPublication, virtualFields, proxyPersonnesAPublication, colonnes, modeleDeColonnes);
|
|
|
609 |
grilleAuteurs.getGrille().setHeight("100%");
|
|
|
610 |
grilleAuteurs.getGrille().setBorders(true);
|
|
|
611 |
grilleAuteurs.getGrille().setSelectionModel(modeleDeSelection);
|
|
|
612 |
grilleAuteurs.getGrille().getView().setForceFit(true);
|
|
|
613 |
grilleAuteurs.getGrille().setAutoExpandColumn("fmt_nom_complet");
|
|
|
614 |
grilleAuteurs.getGrille().setStripeRows(true);
|
|
|
615 |
grilleAuteurs.getGrille().setTrackMouseOver(true);
|
|
|
616 |
|
1561 |
jpm |
617 |
grilleAuteurs.getStore().getLoader().addListener(Loader.Load, new Listener<LoadEvent>() {
|
|
|
618 |
public void handleEvent(LoadEvent be) {
|
|
|
619 |
List<ModelData> auteurs = grilleAuteurs.getStore().getModels();
|
|
|
620 |
Iterator<ModelData> itAuteurs = auteurs.iterator();
|
|
|
621 |
while (itAuteurs.hasNext()) {
|
|
|
622 |
ModelData selection = itAuteurs.next();
|
1573 |
jpm |
623 |
PublicationAPersonne pap = new PublicationAPersonne(selection, aDonnee.GARDER_PREFIXE);
|
|
|
624 |
auteursInitialListe.put(pap.getId(), pap);
|
|
|
625 |
Log.debug("PublicationAPersonne ajoutée à la liste initiale avec l'id :"+pap.getId()+pap.toString()+selection.getProperties().toString());
|
1561 |
jpm |
626 |
}
|
|
|
627 |
Log.debug("Initialisation liste auteur :"+auteursInitialListe.size());
|
|
|
628 |
}
|
|
|
629 |
});
|
|
|
630 |
|
1513 |
jpm |
631 |
// Rajouter des écouteurs
|
|
|
632 |
grilleAuteurs.getStore().addListener(Store.Add, new Listener<StoreEvent<ModelData>>() {
|
|
|
633 |
public void handleEvent(StoreEvent<ModelData> ce) {
|
|
|
634 |
if (!changeOrderMarker) {
|
1428 |
cyprien |
635 |
actualiserEtatBoutonsBarreOutils();
|
|
|
636 |
}
|
1284 |
gduche |
637 |
}
|
|
|
638 |
});
|
1513 |
jpm |
639 |
grilleAuteurs.getStore().addListener(Store.Remove, new Listener<StoreEvent<ModelData>>() {
|
|
|
640 |
public void handleEvent(StoreEvent<ModelData> ce) {
|
1428 |
cyprien |
641 |
if (!changeOrderMarker) {
|
|
|
642 |
actualiserEtatBoutonsBarreOutils();
|
1561 |
jpm |
643 |
Log.debug("Dans listener remove de grilleAuteur");
|
1428 |
cyprien |
644 |
}
|
1284 |
gduche |
645 |
}
|
|
|
646 |
});
|
1513 |
jpm |
647 |
grilleAuteurs.getStore().addListener(Store.Update, new Listener<StoreEvent<ModelData>>() {
|
|
|
648 |
public void handleEvent(StoreEvent<ModelData> ce) {
|
1561 |
jpm |
649 |
|
1284 |
gduche |
650 |
}
|
1513 |
jpm |
651 |
});
|
1284 |
gduche |
652 |
|
1513 |
jpm |
653 |
return grilleAuteurs;
|
1284 |
gduche |
654 |
}
|
|
|
655 |
|
1095 |
jpm |
656 |
private void genererTitreFormulaire() {
|
989 |
jpm |
657 |
String titre = i18nC.publicationTitreFormAjout();
|
822 |
jpm |
658 |
if (mode.equals(Formulaire.MODE_MODIFIER)) {
|
1095 |
jpm |
659 |
titre = i18nC.publicationTitreFormModif();
|
|
|
660 |
if (publication != null) {
|
1322 |
gduche |
661 |
titre += " - "+i18nC.id()+": "+publication.getId()+" - "+publication.getTitre();
|
1095 |
jpm |
662 |
}
|
822 |
jpm |
663 |
}
|
1680 |
raphael |
664 |
panneauFormulaire.setHeadingHtml(titre);
|
822 |
jpm |
665 |
}
|
1284 |
gduche |
666 |
|
822 |
jpm |
667 |
|
775 |
jpm |
668 |
private void creerZoneAuteurs() {
|
1329 |
cyprien |
669 |
auteursFieldset = new ContentPanel();
|
|
|
670 |
auteursFieldset.setLayout(new FitLayout());
|
1680 |
raphael |
671 |
auteursFieldset.setHeadingHtml("Auteurs");
|
1329 |
cyprien |
672 |
|
822 |
jpm |
673 |
creerChampsAuteur();
|
775 |
jpm |
674 |
}
|
|
|
675 |
|
822 |
jpm |
676 |
private void creerChampsAuteur() {
|
775 |
jpm |
677 |
auteursFieldset.removeAll();
|
1284 |
gduche |
678 |
barreOutils = creerBarreOutilsGrille();
|
1329 |
cyprien |
679 |
auteursFieldset.setTopComponent(barreOutils);
|
1428 |
cyprien |
680 |
grilleAuteurs = creerGrilleAuteurs();
|
|
|
681 |
auteursFieldset.add(grilleAuteurs);
|
1131 |
jpm |
682 |
auteursFieldset.layout();
|
775 |
jpm |
683 |
}
|
|
|
684 |
|
|
|
685 |
private void creerZoneGeneralites() {
|
|
|
686 |
FormLayout layout = new FormLayout();
|
|
|
687 |
layout.setLabelWidth(200);
|
219 |
aurelien |
688 |
|
|
|
689 |
// Fieldset Infos Générales
|
775 |
jpm |
690 |
generalitesFieldset = new FieldSet();
|
1680 |
raphael |
691 |
generalitesFieldset.setHeadingHtml("Informations générales");
|
775 |
jpm |
692 |
generalitesFieldset.setCollapsible(true);
|
|
|
693 |
generalitesFieldset.setLayout(layout);
|
1329 |
cyprien |
694 |
|
|
|
695 |
ModelType modelTypeProjets = new ModelType();
|
|
|
696 |
modelTypeProjets.setRoot("projets");
|
|
|
697 |
modelTypeProjets.setTotalName("nbElements");
|
|
|
698 |
modelTypeProjets.addField("cpr_nom");
|
|
|
699 |
modelTypeProjets.addField("cpr_id_projet");
|
219 |
aurelien |
700 |
|
1329 |
cyprien |
701 |
String displayNameProjets = "cpr_nom";
|
1468 |
jpm |
702 |
ProxyProjets<ModelData> proxyProjets = new ProxyProjets<ModelData>(null);
|
1329 |
cyprien |
703 |
|
|
|
704 |
projetsCombo = new ChampComboBoxRechercheTempsReelPaginable(proxyProjets, modelTypeProjets, displayNameProjets);
|
|
|
705 |
projetsCombo.setWidth(200, 600);
|
|
|
706 |
projetsCombo.getCombo().setTabIndex(tabIndex++);
|
|
|
707 |
projetsCombo.getCombo().setFieldLabel(i18nC.projetChamp());
|
|
|
708 |
projetsCombo.getCombo().setForceSelection(true);
|
|
|
709 |
projetsCombo.getCombo().addStyleName(ComposantClass.OBLIGATOIRE);
|
|
|
710 |
projetsCombo.getCombo().addListener(Events.Valid, Formulaire.creerEcouteurChampObligatoire());
|
|
|
711 |
|
|
|
712 |
projetsCombo.getCombo().setValidator(new Validator() {
|
1032 |
jpm |
713 |
public String validate(Field<?> field, String value) {
|
|
|
714 |
String retour = null;
|
|
|
715 |
if (field.getRawValue().equals("")) {
|
|
|
716 |
field.setValue(null);
|
1329 |
cyprien |
717 |
} else if (projetsCombo.getStore().findModel("cpr_nom", field.getRawValue()) == null) {
|
1032 |
jpm |
718 |
String contenuBrut = field.getRawValue();
|
|
|
719 |
field.setValue(null);
|
|
|
720 |
field.setRawValue(contenuBrut);
|
|
|
721 |
retour = "Veuillez sélectionner une valeur ou laisser le champ vide";
|
|
|
722 |
}
|
|
|
723 |
return retour;
|
|
|
724 |
}
|
1329 |
cyprien |
725 |
});
|
|
|
726 |
generalitesFieldset.add(projetsCombo, new FormData(600, 0));
|
1032 |
jpm |
727 |
|
786 |
jpm |
728 |
titreChp = new TextField<String>();
|
|
|
729 |
titreChp.setName("cpu");
|
|
|
730 |
titreChp.setFieldLabel("Titre de l'article ou de l'ouvrage");
|
981 |
jpm |
731 |
titreChp.addStyleName(ComposantClass.OBLIGATOIRE);
|
980 |
jpm |
732 |
titreChp.addListener(Events.Valid, creerEcouteurChampObligatoire());
|
792 |
jpm |
733 |
generalitesFieldset.add(titreChp, new FormData(450, 0));
|
219 |
aurelien |
734 |
|
786 |
jpm |
735 |
collectionChp = new TextField<String>();
|
792 |
jpm |
736 |
collectionChp.setFieldLabel("Intitulé de la revue ou de la collection");
|
|
|
737 |
generalitesFieldset.add(collectionChp, new FormData(450, 0));
|
219 |
aurelien |
738 |
|
786 |
jpm |
739 |
uriChp = new TextField<String>();
|
792 |
jpm |
740 |
uriChp.setFieldLabel("URL de la publication");
|
|
|
741 |
generalitesFieldset.add(uriChp, new FormData(450, 0));
|
775 |
jpm |
742 |
}
|
|
|
743 |
|
|
|
744 |
private void creerZoneEdition() {
|
|
|
745 |
FormLayout layout = new FormLayout();
|
|
|
746 |
layout.setLabelWidth(200);
|
|
|
747 |
|
219 |
aurelien |
748 |
// Fieldset Edition
|
775 |
jpm |
749 |
editionFieldset = new FieldSet();
|
1680 |
raphael |
750 |
editionFieldset.setHeadingHtml("Édition");
|
775 |
jpm |
751 |
editionFieldset.setCollapsible(true);
|
|
|
752 |
editionFieldset.setLayout(layout);
|
219 |
aurelien |
753 |
|
1329 |
cyprien |
754 |
/*****************************************************/
|
|
|
755 |
/** Champ 'Editeur de la publication' **/
|
|
|
756 |
/*****************************************************/
|
|
|
757 |
ModelType modelTypeStructures = new ModelType();
|
|
|
758 |
modelTypeStructures.setRoot("structures");
|
|
|
759 |
modelTypeStructures.setTotalName("nbElements");
|
|
|
760 |
modelTypeStructures.addField("cs_nom");
|
|
|
761 |
modelTypeStructures.addField("cs_id_structure");
|
219 |
aurelien |
762 |
|
1329 |
cyprien |
763 |
String displayNameStructures = "cs_nom";
|
1468 |
jpm |
764 |
ProxyStructures<ModelData> proxyStructures = new ProxyStructures<ModelData>(null);
|
1329 |
cyprien |
765 |
|
|
|
766 |
editeurCombobox = new ChampComboBoxRechercheTempsReelPaginable(proxyStructures, modelTypeStructures, displayNameStructures);
|
|
|
767 |
editeurCombobox.setWidth(200, 600);
|
|
|
768 |
editeurCombobox.getCombo().setTabIndex(tabIndex++);
|
|
|
769 |
editeurCombobox.getCombo().setEmptyText("Sélectionner un éditeur...");
|
|
|
770 |
editeurCombobox.getCombo().setFieldLabel("Éditeur de la publication");
|
|
|
771 |
editeurCombobox.getCombo().setEditable(true);
|
|
|
772 |
editionFieldset.add(editeurCombobox, new FormData(600, 0));
|
|
|
773 |
|
|
|
774 |
/*********************************************/
|
|
|
775 |
/** Champ 'Date de publication' **/
|
|
|
776 |
/*********************************************/
|
786 |
jpm |
777 |
datePublicationChp = new TextField<String>();
|
1516 |
jpm |
778 |
datePublicationChp.setMaxLength(9);
|
786 |
jpm |
779 |
datePublicationChp.setMinLength(4);
|
|
|
780 |
datePublicationChp.setFieldLabel("Année de publication");
|
981 |
jpm |
781 |
datePublicationChp.addStyleName(ComposantClass.OBLIGATOIRE);
|
980 |
jpm |
782 |
datePublicationChp.addListener(Events.Valid, creerEcouteurChampObligatoire());
|
1516 |
jpm |
783 |
editionFieldset.add(datePublicationChp, new FormData(80, 0));
|
219 |
aurelien |
784 |
|
1513 |
jpm |
785 |
/*********************************/
|
|
|
786 |
/** Champ 'Tome' **/
|
|
|
787 |
/*********************************/
|
786 |
jpm |
788 |
tomeChp = new TextField<String>();
|
792 |
jpm |
789 |
tomeChp.setFieldLabel("Série de la revue ou tome");
|
|
|
790 |
editionFieldset.add(tomeChp, new FormData(75, 0));
|
1329 |
cyprien |
791 |
|
1513 |
jpm |
792 |
/*************************************/
|
|
|
793 |
/** Champ 'Fascicule' **/
|
|
|
794 |
/*************************************/
|
786 |
jpm |
795 |
fasciculeChp = new TextField<String>();
|
792 |
jpm |
796 |
fasciculeChp.setFieldLabel("Fascicule de la revue");
|
|
|
797 |
editionFieldset.add(fasciculeChp, new FormData(75, 0));
|
1329 |
cyprien |
798 |
|
1513 |
jpm |
799 |
/*********************************/
|
|
|
800 |
/** Champ 'Pages' **/
|
|
|
801 |
/*********************************/
|
786 |
jpm |
802 |
pagesChp = new TextField<String>();
|
|
|
803 |
pagesChp.setFieldLabel("Pages");
|
887 |
aurelien |
804 |
pagesChp.setToolTip("Fomat : NBRE ou NBRE-NBRE. ('NBRE' correspond à une suite de chiffres arabes ou romains ou à un point d'interrogation '?' dans le cas d'une donnée inconnue)");
|
792 |
jpm |
805 |
editionFieldset.add(pagesChp, new FormData(100, 0));
|
219 |
aurelien |
806 |
}
|
1180 |
jpm |
807 |
|
901 |
jpm |
808 |
|
1526 |
jpm |
809 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
810 |
// Méthodes privées
|
1428 |
cyprien |
811 |
|
1133 |
jpm |
812 |
private void miseAJourAuteursInitialListe() {
|
901 |
jpm |
813 |
Iterator<String> clesAjoutees = auteursAjoutes.keySet().iterator();
|
|
|
814 |
while (clesAjoutees.hasNext()) {
|
1428 |
cyprien |
815 |
PublicationAPersonne auteurAjoute = auteursAjoutes.get(clesAjoutees.next());
|
1133 |
jpm |
816 |
auteursInitialListe.put(auteurAjoute.getId(), auteurAjoute);
|
901 |
jpm |
817 |
}
|
|
|
818 |
|
|
|
819 |
Iterator<String> clesSupprimees = auteursSupprimes.keySet().iterator();
|
|
|
820 |
while (clesSupprimees.hasNext()) {
|
1428 |
cyprien |
821 |
PublicationAPersonne auteurSupprime = auteursSupprimes.get(clesSupprimees.next());
|
1133 |
jpm |
822 |
auteursInitialListe.remove(auteurSupprime.getId());
|
901 |
jpm |
823 |
}
|
|
|
824 |
}
|
|
|
825 |
|
786 |
jpm |
826 |
public boolean soumettreFormulaire() {
|
1322 |
gduche |
827 |
boolean formulaireValideOk = verifierFormulaire();
|
822 |
jpm |
828 |
if (formulaireValideOk) {
|
901 |
jpm |
829 |
soumettrePublication();
|
|
|
830 |
}
|
1617 |
aurelien |
831 |
|
|
|
832 |
if(clicBoutonvalidation) {
|
|
|
833 |
fermerFormulaire();
|
|
|
834 |
}
|
|
|
835 |
|
901 |
jpm |
836 |
return formulaireValideOk;
|
|
|
837 |
}
|
1322 |
gduche |
838 |
|
901 |
jpm |
839 |
private void soumettrePublication() {
|
|
|
840 |
Publication publicationCollectee = collecterPublication();
|
|
|
841 |
if (publicationCollectee != null) {
|
1428 |
cyprien |
842 |
// Pour l'enregistrement des publications, on utilise le séquenceur
|
1322 |
gduche |
843 |
// Il doit attendre le retour de l'enregistrement pour poursuivre
|
|
|
844 |
sequenceur = new Sequenceur();
|
|
|
845 |
int seqId = sequenceur.lancerRequeteSynchrone(this);
|
901 |
jpm |
846 |
if (mode.equals(Formulaire.MODE_AJOUTER)) {
|
1322 |
gduche |
847 |
mediateur.ajouterPublication(sequenceur, publicationCollectee, seqId);
|
901 |
jpm |
848 |
} else if (mode.equals(Formulaire.MODE_MODIFIER)) {
|
1322 |
gduche |
849 |
mediateur.modifierPublication(sequenceur, publicationCollectee, seqId);
|
901 |
jpm |
850 |
}
|
1428 |
cyprien |
851 |
|
|
|
852 |
// si l'on est en mode MODIFIER, on soumet les auteurs meme si les informations de la publication
|
|
|
853 |
// restent inchangées car il se peut que les auteurs aient été modifiés
|
|
|
854 |
} else if (mode.equals(Formulaire.MODE_MODIFIER)) {
|
|
|
855 |
soumettreAuteurs();
|
1617 |
aurelien |
856 |
if(clicBoutonvalidation) {
|
|
|
857 |
fermerFormulaire();
|
|
|
858 |
}
|
901 |
jpm |
859 |
}
|
|
|
860 |
}
|
|
|
861 |
|
|
|
862 |
private void soumettreAuteurs() {
|
1284 |
gduche |
863 |
//1) Auteurs ajoutés :
|
1428 |
cyprien |
864 |
PublicationAPersonneListe listeAuteursAAjouter = new PublicationAPersonneListe();
|
1284 |
gduche |
865 |
Iterator<String> itAuteur = auteursAjoutes.keySet().iterator();
|
1428 |
cyprien |
866 |
while (itAuteur.hasNext()) {
|
1284 |
gduche |
867 |
String cle = itAuteur.next();
|
1561 |
jpm |
868 |
PublicationAPersonne publiAPersonne = auteursAjoutes.get(cle);
|
|
|
869 |
Log.debug("Ajouter :"+publiAPersonne.toString());
|
1428 |
cyprien |
870 |
publiAPersonne.setIdPublication(this.publicationId);
|
|
|
871 |
publiAPersonne.setOrdreAuteurs(publiAPersonne.getOrdreAuteurs());
|
|
|
872 |
listeAuteursAAjouter.put(cle, publiAPersonne);
|
1284 |
gduche |
873 |
}
|
|
|
874 |
|
|
|
875 |
// - envoyer au mediateur SSI personnes à ajouter
|
1428 |
cyprien |
876 |
if (listeAuteursAAjouter.size() > 0) {
|
1322 |
gduche |
877 |
int seqId = sequenceur.lancerRequeteSynchrone(this);
|
1428 |
cyprien |
878 |
mediateur.ajouterPublicationAPersonne(sequenceur, this.publicationId, listeAuteursAAjouter, PublicationAPersonne.ROLE_AUTEUR, seqId);
|
1284 |
gduche |
879 |
}
|
|
|
880 |
|
|
|
881 |
//2) Auteurs supprimés :
|
1428 |
cyprien |
882 |
PublicationAPersonneListe listeAuteursASupprimer = new PublicationAPersonneListe();
|
1284 |
gduche |
883 |
itAuteur = auteursSupprimes.keySet().iterator();
|
|
|
884 |
while (itAuteur.hasNext()) {
|
|
|
885 |
String cle = itAuteur.next();
|
1428 |
cyprien |
886 |
PublicationAPersonne publiAPersonne = auteursSupprimes.get(cle);
|
1561 |
jpm |
887 |
Log.debug("Supprimer :"+publiAPersonne.toString());
|
1428 |
cyprien |
888 |
listeAuteursASupprimer.put(cle, publiAPersonne);
|
1284 |
gduche |
889 |
}
|
|
|
890 |
|
|
|
891 |
// - Envoyer au médiateur SSI personnes à supprimer
|
1428 |
cyprien |
892 |
if (listeAuteursASupprimer.size() > 0) {
|
1322 |
gduche |
893 |
// Pour une suppression des auteurs, on a pas besoin d'attendre le retour
|
1561 |
jpm |
894 |
Log.debug("Lancement suppression :"+listeAuteursASupprimer.size());
|
1428 |
cyprien |
895 |
mediateur.supprimerPublicationAPersonne(this, listeAuteursASupprimer);
|
1284 |
gduche |
896 |
}
|
|
|
897 |
|
1428 |
cyprien |
898 |
//3) Auteurs modifiés :
|
|
|
899 |
PublicationAPersonneListe listeAuteursAModifier = new PublicationAPersonneListe();
|
|
|
900 |
itAuteur = auteursModifies.keySet().iterator();
|
|
|
901 |
while (itAuteur.hasNext()) {
|
|
|
902 |
String cle = itAuteur.next();
|
|
|
903 |
PublicationAPersonne publiAPersonne = auteursModifies.get(cle);
|
1561 |
jpm |
904 |
Log.debug("Modifier :"+publiAPersonne.toString());
|
1428 |
cyprien |
905 |
listeAuteursAModifier.put(cle, publiAPersonne);
|
227 |
aurelien |
906 |
}
|
705 |
aurelien |
907 |
|
1428 |
cyprien |
908 |
// - Envoyer au médiateur SSI personnes à modifier
|
|
|
909 |
if (listeAuteursAModifier.size() > 0) {
|
|
|
910 |
int seqId = sequenceur.lancerRequeteSynchrone(this);
|
1468 |
jpm |
911 |
mediateur.modifierPublicationAPersonne(sequenceur, this.publicationId, listeAuteursAModifier, PublicationAPersonne.ROLE_AUTEUR, seqId);
|
705 |
aurelien |
912 |
}
|
|
|
913 |
|
1428 |
cyprien |
914 |
sequenceur.enfilerRafraichissement(this, new Information("auteurs_enregistres"));
|
|
|
915 |
}
|
|
|
916 |
|
822 |
jpm |
917 |
private void peuplerFormulaire() {
|
1032 |
jpm |
918 |
setValeurComboProjets();
|
822 |
jpm |
919 |
titreChp.setValue(publication.getTitre());
|
|
|
920 |
collectionChp.setValue(publication.getCollection());
|
|
|
921 |
uriChp.setValue(publication.getURI());
|
1516 |
jpm |
922 |
datePublicationChp.setValue(publication.getAnneeParution());
|
822 |
jpm |
923 |
tomeChp.setValue(publication.getIndicationNvt());
|
|
|
924 |
fasciculeChp.setValue(publication.getFascicule());
|
|
|
925 |
pagesChp.setValue(publication.getPages());
|
|
|
926 |
|
1526 |
jpm |
927 |
// Éditeur est soit une référence à une structure de la base soit une chaine
|
822 |
jpm |
928 |
if (publication.getEditeur().matches("^[0-9]+$")) {
|
1526 |
jpm |
929 |
//editeurCombobox.getCombo().setValue(editeurCombobox.getStore().findModel("cs_id_structure", publication.getEditeur()));
|
|
|
930 |
editeurCombobox.chargerValeurInitiale(publication.getEditeur(), "cs_id_structure");
|
822 |
jpm |
931 |
} else {
|
1329 |
cyprien |
932 |
editeurCombobox.getCombo().setRawValue(publication.getEditeur());
|
822 |
jpm |
933 |
}
|
|
|
934 |
}
|
|
|
935 |
|
786 |
jpm |
936 |
private Publication collecterPublication() {
|
1428 |
cyprien |
937 |
|
786 |
jpm |
938 |
Publication publicationCollectee = (Publication) publication.cloner(new Publication());
|
1032 |
jpm |
939 |
publicationCollectee.setIdProjet(getValeurComboProjets());
|
1124 |
jpm |
940 |
publicationCollectee.setAuteur(construireIntituleAuteur());
|
786 |
jpm |
941 |
|
|
|
942 |
String titre = titreChp.getValue();
|
|
|
943 |
publicationCollectee.setTitre(titre);
|
|
|
944 |
|
|
|
945 |
String collection = collectionChp.getValue();
|
|
|
946 |
publicationCollectee.setCollection(collection);
|
|
|
947 |
|
1124 |
jpm |
948 |
publicationCollectee.setNomComplet(construireNomComplet());
|
786 |
jpm |
949 |
|
|
|
950 |
String uri = uriChp.getValue();
|
|
|
951 |
publicationCollectee.setUri(uri);
|
|
|
952 |
|
|
|
953 |
String editeur = "";
|
1329 |
cyprien |
954 |
if (editeurCombobox.getValeur() != null) {
|
|
|
955 |
Structure structure = new Structure(editeurCombobox.getValeur());
|
|
|
956 |
editeur = structure.getId();
|
|
|
957 |
publicationCollectee.setStructureEditeur(structure);
|
|
|
958 |
} else if (!UtilString.isEmpty(editeurCombobox.getCombo().getRawValue())) {
|
|
|
959 |
editeur = editeurCombobox.getCombo().getRawValue();
|
786 |
jpm |
960 |
}
|
|
|
961 |
publicationCollectee.setEditeur(editeur);
|
|
|
962 |
|
792 |
jpm |
963 |
String anneePublication = datePublicationChp.getRawValue();
|
1516 |
jpm |
964 |
publicationCollectee.setAnneeParution(anneePublication);
|
786 |
jpm |
965 |
|
|
|
966 |
String tome = tomeChp.getValue();
|
|
|
967 |
publicationCollectee.setIndicationNvt(tome);
|
|
|
968 |
|
|
|
969 |
String fascicule = fasciculeChp.getValue();
|
|
|
970 |
publicationCollectee.setFascicule(fascicule);
|
|
|
971 |
|
|
|
972 |
String pages = pagesChp.getValue();
|
|
|
973 |
publicationCollectee.setPages(pages);
|
|
|
974 |
|
927 |
jpm |
975 |
Publication publicationARetourner = null;
|
786 |
jpm |
976 |
if (!publicationCollectee.comparer(publication)) {
|
|
|
977 |
publicationARetourner = publication = publicationCollectee;
|
|
|
978 |
}
|
|
|
979 |
return publicationARetourner;
|
|
|
980 |
}
|
|
|
981 |
|
1607 |
aurelien |
982 |
private String construireDate(String valeurDate) {
|
|
|
983 |
|
|
|
984 |
String dateComplete = "";
|
|
|
985 |
if (!UtilString.isEmpty(valeurDate)){
|
|
|
986 |
String jour = "00";
|
|
|
987 |
String mois = "00";
|
|
|
988 |
String annee = "0000";
|
|
|
989 |
String messageErreur = null;
|
|
|
990 |
|
|
|
991 |
/** JJ/MM/AAAA **/
|
|
|
992 |
if (valeurDate.matches("\\d{2}/\\d{2}/\\d{4}")) {
|
|
|
993 |
|
|
|
994 |
}
|
|
|
995 |
|
|
|
996 |
/** MM/AAAA **/
|
|
|
997 |
if (valeurDate.matches("\\d{2}/\\d{4}")) {
|
|
|
998 |
dateComplete = valeurDate+"-00";
|
|
|
999 |
}
|
|
|
1000 |
|
|
|
1001 |
/** AAAA **/
|
|
|
1002 |
if (valeurDate.matches("\\d{4}")) {
|
|
|
1003 |
dateComplete = valeurDate+"-00-00";
|
|
|
1004 |
}
|
|
|
1005 |
}
|
|
|
1006 |
|
|
|
1007 |
return dateComplete;
|
|
|
1008 |
}
|
|
|
1009 |
|
1124 |
jpm |
1010 |
private String construireIntituleEditeur() {
|
|
|
1011 |
String editeur = "";
|
1329 |
cyprien |
1012 |
if (editeurCombobox.getValeur() != null) {
|
|
|
1013 |
Structure structure = new Structure(editeurCombobox.getValeur());
|
1526 |
jpm |
1014 |
editeur = structure.getNom();
|
1329 |
cyprien |
1015 |
} else if (!UtilString.isEmpty(editeurCombobox.getCombo().getRawValue())) {
|
|
|
1016 |
editeur = editeurCombobox.getCombo().getRawValue();
|
1124 |
jpm |
1017 |
}
|
|
|
1018 |
return editeur;
|
|
|
1019 |
}
|
|
|
1020 |
|
|
|
1021 |
private String construireIntituleAuteur() {
|
1284 |
gduche |
1022 |
String intituleAuteur = "";
|
|
|
1023 |
|
1513 |
jpm |
1024 |
// rangé par ordre désigné par le champ 'cpuap_ordre' de la table PublicationAPersonne
|
|
|
1025 |
grilleAuteurs.getStore().sort("_ordre_", SortDir.ASC);
|
|
|
1026 |
List<ModelData> auteurs = grilleAuteurs.getStore().getModels();
|
|
|
1027 |
Iterator<ModelData> itAuteurs = auteurs.iterator();
|
|
|
1028 |
|
1284 |
gduche |
1029 |
while (itAuteurs.hasNext()) {
|
1513 |
jpm |
1030 |
Personne personneCourante = new PublicationAPersonne(itAuteurs.next(), false).getPersonne();
|
1284 |
gduche |
1031 |
intituleAuteur += personneCourante.getNom().toUpperCase() + " " + personneCourante.getPrenom();
|
|
|
1032 |
if (itAuteurs.hasNext()) {
|
|
|
1033 |
intituleAuteur+=", ";
|
|
|
1034 |
}
|
|
|
1035 |
}
|
|
|
1036 |
return intituleAuteur;
|
1124 |
jpm |
1037 |
}
|
|
|
1038 |
|
|
|
1039 |
private String construireNomComplet() {
|
|
|
1040 |
// Intitulé de la publication complet : fmt_auteur, date_parution(année). titre. Editeur (nom), collection, fascicule, indication_nvt. pages.
|
|
|
1041 |
String nomComplet = "";
|
|
|
1042 |
String auteurs = construireIntituleAuteur();
|
|
|
1043 |
String annee = datePublicationChp.getRawValue();
|
|
|
1044 |
String titre = titreChp.getValue();
|
|
|
1045 |
String editeur = construireIntituleEditeur();
|
|
|
1046 |
|
|
|
1047 |
nomComplet += auteurs+", "+annee+". "+titre+".";
|
|
|
1048 |
|
|
|
1049 |
if (!UtilString.isEmpty(editeur)) {
|
|
|
1050 |
nomComplet += " Éditeur "+editeur+".";
|
|
|
1051 |
}
|
|
|
1052 |
|
|
|
1053 |
if (collectionChp.getValue() != null) {
|
|
|
1054 |
String revue = collectionChp.getValue();
|
|
|
1055 |
nomComplet += ", "+revue;
|
|
|
1056 |
}
|
|
|
1057 |
|
|
|
1058 |
if (fasciculeChp.getValue() != null) {
|
|
|
1059 |
String fascicule = fasciculeChp.getValue();
|
|
|
1060 |
nomComplet += ", "+fascicule;
|
|
|
1061 |
}
|
|
|
1062 |
|
|
|
1063 |
if (tomeChp.getValue() != null) {
|
|
|
1064 |
String tomaison = tomeChp.getValue();
|
|
|
1065 |
nomComplet += ", "+tomaison;
|
|
|
1066 |
}
|
|
|
1067 |
|
|
|
1068 |
if (collectionChp.getValue() != null || fasciculeChp.getValue() != null || tomeChp.getValue() != null) {
|
|
|
1069 |
nomComplet += ".";
|
|
|
1070 |
}
|
|
|
1071 |
|
|
|
1072 |
if (pagesChp.getValue() != null) {
|
|
|
1073 |
String pages = pagesChp.getValue();
|
|
|
1074 |
nomComplet += pages+".";
|
|
|
1075 |
}
|
|
|
1076 |
|
|
|
1077 |
return nomComplet;
|
|
|
1078 |
}
|
|
|
1079 |
|
1526 |
jpm |
1080 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
1081 |
// Méthodes publiques
|
1428 |
cyprien |
1082 |
|
|
|
1083 |
public boolean verifierFormulaire() {
|
|
|
1084 |
boolean valide = true;
|
|
|
1085 |
ArrayList<String> messages = new ArrayList<String>();
|
|
|
1086 |
|
|
|
1087 |
// Tester si au moins un auteur est présent
|
|
|
1088 |
if (grilleAuteurs.getStore().getModels().size() == 0) {
|
|
|
1089 |
messages.add("Veuillez saisir au moins un auteur.");
|
|
|
1090 |
}
|
|
|
1091 |
|
|
|
1092 |
String titre = titreChp.getValue();
|
|
|
1093 |
if (titre == null || titre.equals("")) {
|
|
|
1094 |
messages.add("Veuillez saisir le titre de la publication !");
|
|
|
1095 |
}
|
|
|
1096 |
|
|
|
1097 |
String uri = uriChp.getValue();
|
|
|
1098 |
if (uri != null && ! uri.isEmpty() && ! uri.matches(Pattern.url)) {
|
|
|
1099 |
messages.add("L'URL saisie n'est pas valide !");
|
|
|
1100 |
}
|
|
|
1101 |
|
|
|
1102 |
String datePublication = datePublicationChp.getRawValue();
|
|
|
1103 |
if (datePublication == null || datePublication.equals("")) {
|
|
|
1104 |
messages.add("Veuillez saisir une année de parution !");
|
|
|
1105 |
} else {
|
1516 |
jpm |
1106 |
if (!Publication.etreAnneeParutionValide(datePublication)) {
|
|
|
1107 |
messages.add("Le format de l'année saisie est incorrect ! Formats acceptés : AAAA ou AAAA-AAAA");
|
1428 |
cyprien |
1108 |
}
|
|
|
1109 |
}
|
|
|
1110 |
|
|
|
1111 |
String pages = pagesChp.getValue();
|
|
|
1112 |
String valeurPage = "(?:[0-9]+|[IVXLCDM]+|\\?)";
|
|
|
1113 |
if (pages != null && ! pages.matches("^(?:"+valeurPage+"|"+valeurPage+"-"+valeurPage+")$")) {
|
|
|
1114 |
messages.add("Le format des pages est incorrect !");
|
|
|
1115 |
}
|
|
|
1116 |
|
|
|
1117 |
if (messages.size() != 0) {
|
|
|
1118 |
String[] tableauDeMessages = {};
|
|
|
1119 |
tableauDeMessages = messages.toArray(tableauDeMessages);
|
|
|
1120 |
MessageBox.alert("Erreurs de saisies", UtilArray.implode(tableauDeMessages, "<br />"), null);
|
|
|
1121 |
valide = false;
|
|
|
1122 |
}
|
|
|
1123 |
return valide;
|
|
|
1124 |
}
|
|
|
1125 |
|
|
|
1126 |
|
1526 |
jpm |
1127 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
1128 |
// Accesseurs
|
1428 |
cyprien |
1129 |
|
1032 |
jpm |
1130 |
private String getValeurComboProjets() {
|
|
|
1131 |
String valeur = "";
|
1329 |
cyprien |
1132 |
if (projetsCombo.getValeur() != null) {
|
|
|
1133 |
Projet projet = new Projet(projetsCombo.getValeur());
|
|
|
1134 |
valeur = projet.getId();
|
1032 |
jpm |
1135 |
}
|
|
|
1136 |
return valeur;
|
|
|
1137 |
}
|
|
|
1138 |
private void setValeurComboProjets() {
|
1513 |
jpm |
1139 |
if (mode.equals(Formulaire.MODE_MODIFIER) && publication != null) {
|
|
|
1140 |
if (projetsCombo.getCombo().getStore() != null
|
|
|
1141 |
&& publication != null
|
|
|
1142 |
&& publication.getIdProjet() != null
|
|
|
1143 |
&& !UtilString.isEmpty(publication.getIdProjet())) {
|
|
|
1144 |
projetsCombo.chargerValeurInitiale(publication.getIdProjet(), "cpr_id_projet");
|
1032 |
jpm |
1145 |
}
|
1513 |
jpm |
1146 |
} else if (mode.equals(Formulaire.MODE_AJOUTER)) {
|
|
|
1147 |
projetsCombo.getCombo().setValue(projetsCombo.getStore().findModel("cpr_id_projet", mediateur.getProjetId()));
|
|
|
1148 |
} else {
|
|
|
1149 |
projetsCombo.getCombo().setValue(null);
|
1032 |
jpm |
1150 |
}
|
|
|
1151 |
}
|
1428 |
cyprien |
1152 |
|
1526 |
jpm |
1153 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
1154 |
// Rafraichir
|
1428 |
cyprien |
1155 |
|
|
|
1156 |
public void rafraichir(Object nouvellesDonnees) {
|
|
|
1157 |
if (nouvellesDonnees instanceof Publication) {
|
|
|
1158 |
publication = (Publication) nouvellesDonnees;
|
|
|
1159 |
} else if (nouvellesDonnees instanceof Information) {
|
|
|
1160 |
rafraichirInformation((Information) nouvellesDonnees);
|
|
|
1161 |
} else {
|
|
|
1162 |
GWT.log(Mediateur.i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), null);
|
|
|
1163 |
}
|
|
|
1164 |
}
|
|
|
1165 |
|
1513 |
jpm |
1166 |
private void rafraichirInformation(Information info) {
|
1428 |
cyprien |
1167 |
|
|
|
1168 |
String type = info.getType();
|
|
|
1169 |
if (type.equals("auteurs_enregistres")) {
|
|
|
1170 |
miseAJourAuteursInitialListe();
|
|
|
1171 |
initialiserAuteurs();
|
|
|
1172 |
repandreRafraichissement();
|
|
|
1173 |
controlerFermeture();
|
|
|
1174 |
} else if (type.equals("chargement_modifier_ok")) {
|
1526 |
jpm |
1175 |
Debug.log("Chargement 1");
|
1428 |
cyprien |
1176 |
peuplerFormulaire();
|
|
|
1177 |
genererTitreFormulaire();
|
|
|
1178 |
}
|
|
|
1179 |
|
|
|
1180 |
if (type.equals("personne_ajoutee")) {
|
|
|
1181 |
if (info.getDonnee(0) != null) {
|
|
|
1182 |
Personne personne = (Personne) info.getDonnee(0);
|
1617 |
aurelien |
1183 |
personne = formaterChampPersonnePourGrille(personne);
|
|
|
1184 |
PublicationAPersonne pap = new PublicationAPersonne(personne, false);
|
1428 |
cyprien |
1185 |
if (modeDeCreation != Formulaire.MODE_AJOUTER) pap.setPublicationLiee(publication);
|
|
|
1186 |
ajouterDansGrille(pap);
|
|
|
1187 |
}
|
|
|
1188 |
} else if (type.equals("personne_modifiee")) {
|
|
|
1189 |
if (info.getDonnee(0) != null) {
|
|
|
1190 |
|
|
|
1191 |
// créer la nouvelle entrée
|
|
|
1192 |
Personne personne = (Personne) info.getDonnee(0);
|
|
|
1193 |
PublicationAPersonne pap = new PublicationAPersonne();
|
|
|
1194 |
pap.setPersonne(personne);
|
|
|
1195 |
if (modeDeCreation != Formulaire.MODE_AJOUTER) pap.setPublicationLiee(publication);
|
|
|
1196 |
|
|
|
1197 |
// supprimer l'entrée précédente
|
1513 |
jpm |
1198 |
PublicationAPersonne personneDansGrille = new PublicationAPersonne(grilleAuteurs.getStore().findModel("cp_id_personne", personne.getId()), false);
|
1428 |
cyprien |
1199 |
int index = grilleAuteurs.getStore().indexOf(personneDansGrille);
|
|
|
1200 |
grilleAuteurs.getStore().remove(personneDansGrille);
|
1617 |
aurelien |
1201 |
if(index != -1) {
|
|
|
1202 |
// ajouter la nouvelle entrée dans la grille
|
|
|
1203 |
ajouterDansGrille(pap, index);
|
|
|
1204 |
} else {
|
|
|
1205 |
ajouterDansGrille(pap);
|
|
|
1206 |
}
|
1428 |
cyprien |
1207 |
}
|
|
|
1208 |
} else if (info.getType().equals("modif_publication")) {
|
|
|
1209 |
InfoLogger.display("Modification d'une publication", info.toString());
|
|
|
1210 |
soumettreAuteurs();
|
|
|
1211 |
} else if (info.getType().equals("ajout_publication")) {
|
|
|
1212 |
if (info.getDonnee(0) != null && info.getDonnee(0) instanceof String && ((String) info.getDonnee(0)).matches("[0-9]+")) {
|
|
|
1213 |
String idPublication = (String) info.getDonnee(0);
|
|
|
1214 |
this.publicationId = idPublication;
|
1468 |
jpm |
1215 |
this.publication.setId(idPublication);
|
1428 |
cyprien |
1216 |
soumettreAuteurs();
|
|
|
1217 |
InfoLogger.display("Ajout d'une publication", "La publication '"+publicationId+"' a bien été ajoutée");
|
|
|
1218 |
} else {
|
|
|
1219 |
InfoLogger.display("Ajout d'une publication", info.toString());
|
|
|
1220 |
}
|
1561 |
jpm |
1221 |
} else if (info.getType().equals("suppression_publication_a_personne")) {
|
|
|
1222 |
InfoLogger.display("Suppression d'auteur", info.getMessages().toString());
|
|
|
1223 |
}
|
1428 |
cyprien |
1224 |
}
|
|
|
1225 |
|
1617 |
aurelien |
1226 |
private Personne formaterChampPersonnePourGrille(Personne personne) {
|
|
|
1227 |
personne.set("cp_id_personne", personne.getId());
|
|
|
1228 |
personne.set("cp_fmt_nom_complet", personne.getNomComplet());
|
|
|
1229 |
personne.set("cp_fmt_nom_complet", personne.getNomComplet());
|
|
|
1230 |
personne.set("cpuap_id_personne", personne.getId());
|
|
|
1231 |
personne.set("cp_code_postal", personne.get("code_postal"));
|
|
|
1232 |
personne.set("cp_ville", personne.get("ville"));
|
|
|
1233 |
personne.set("cp_truk_courriel", personne.getCourriel());
|
|
|
1234 |
|
|
|
1235 |
personne.set("cpuap_ordre", grilleAuteurs.getStore().getCount());
|
|
|
1236 |
personne.set("cp_nom", personne.getNom());
|
|
|
1237 |
personne.set("cp_prenom", personne.getPrenom());
|
|
|
1238 |
return personne;
|
|
|
1239 |
}
|
|
|
1240 |
|
1428 |
cyprien |
1241 |
private void repandreRafraichissement() {
|
|
|
1242 |
if (vueExterneARafraichirApresValidation != null) {
|
|
|
1243 |
String type = "publication_modifiee";
|
|
|
1244 |
if (mode.equals(Formulaire.MODE_AJOUTER)) {
|
|
|
1245 |
type = "publication_ajoutee";
|
|
|
1246 |
}
|
|
|
1247 |
Information info = new Information(type);
|
|
|
1248 |
info.setDonnee(0, publication);
|
|
|
1249 |
vueExterneARafraichirApresValidation.rafraichir(info);
|
|
|
1250 |
}
|
|
|
1251 |
}
|
1661 |
raphael |
1252 |
}
|