935 |
jpm |
1 |
package org.tela_botanica.client.vues.publication;
|
219 |
aurelien |
2 |
|
227 |
aurelien |
3 |
import java.util.ArrayList;
|
|
|
4 |
import java.util.Iterator;
|
365 |
jp_milcent |
5 |
import java.util.List;
|
227 |
aurelien |
6 |
|
981 |
jpm |
7 |
import org.tela_botanica.client.ComposantClass;
|
219 |
aurelien |
8 |
import org.tela_botanica.client.Mediateur;
|
1329 |
cyprien |
9 |
import org.tela_botanica.client.composants.ChampComboBoxRechercheTempsReelPaginable;
|
1284 |
gduche |
10 |
import org.tela_botanica.client.composants.InfoLogger;
|
1329 |
cyprien |
11 |
import org.tela_botanica.client.composants.pagination.ProxyProjets;
|
|
|
12 |
import org.tela_botanica.client.composants.pagination.ProxyStructures;
|
822 |
jpm |
13 |
import org.tela_botanica.client.images.Images;
|
219 |
aurelien |
14 |
import org.tela_botanica.client.interfaces.Rafraichissable;
|
705 |
aurelien |
15 |
import org.tela_botanica.client.modeles.Information;
|
775 |
jpm |
16 |
import org.tela_botanica.client.modeles.MenuApplicationId;
|
1329 |
cyprien |
17 |
import org.tela_botanica.client.modeles.Valeur;
|
1284 |
gduche |
18 |
import org.tela_botanica.client.modeles.aDonnee;
|
935 |
jpm |
19 |
import org.tela_botanica.client.modeles.personne.Personne;
|
|
|
20 |
import org.tela_botanica.client.modeles.personne.PersonneListe;
|
1032 |
jpm |
21 |
import org.tela_botanica.client.modeles.projet.Projet;
|
|
|
22 |
import org.tela_botanica.client.modeles.projet.ProjetListe;
|
935 |
jpm |
23 |
import org.tela_botanica.client.modeles.publication.Publication;
|
|
|
24 |
import org.tela_botanica.client.modeles.publication.PublicationAPersonne;
|
|
|
25 |
import org.tela_botanica.client.modeles.publication.PublicationAPersonneListe;
|
|
|
26 |
import org.tela_botanica.client.modeles.structure.Structure;
|
|
|
27 |
import org.tela_botanica.client.modeles.structure.StructureListe;
|
1322 |
gduche |
28 |
import org.tela_botanica.client.synchronisation.Sequenceur;
|
1329 |
cyprien |
29 |
import org.tela_botanica.client.util.Debug;
|
792 |
jpm |
30 |
import org.tela_botanica.client.util.Pattern;
|
782 |
jpm |
31 |
import org.tela_botanica.client.util.UtilArray;
|
884 |
jpm |
32 |
import org.tela_botanica.client.util.UtilString;
|
1284 |
gduche |
33 |
import org.tela_botanica.client.vues.FenetreForm;
|
935 |
jpm |
34 |
import org.tela_botanica.client.vues.Formulaire;
|
1284 |
gduche |
35 |
import org.tela_botanica.client.vues.FormulaireBarreValidation;
|
|
|
36 |
import org.tela_botanica.client.vues.personne.PersonneForm;
|
219 |
aurelien |
37 |
|
1284 |
gduche |
38 |
import com.extjs.gxt.ui.client.Style.Scroll;
|
|
|
39 |
import com.extjs.gxt.ui.client.Style.SortDir;
|
1329 |
cyprien |
40 |
import com.extjs.gxt.ui.client.core.XTemplate;
|
|
|
41 |
import com.extjs.gxt.ui.client.data.ModelData;
|
|
|
42 |
import com.extjs.gxt.ui.client.data.ModelType;
|
1284 |
gduche |
43 |
import com.extjs.gxt.ui.client.event.BaseEvent;
|
505 |
jp_milcent |
44 |
import com.extjs.gxt.ui.client.event.ButtonEvent;
|
1284 |
gduche |
45 |
import com.extjs.gxt.ui.client.event.ComponentEvent;
|
980 |
jpm |
46 |
import com.extjs.gxt.ui.client.event.Events;
|
1284 |
gduche |
47 |
import com.extjs.gxt.ui.client.event.KeyListener;
|
|
|
48 |
import com.extjs.gxt.ui.client.event.Listener;
|
219 |
aurelien |
49 |
import com.extjs.gxt.ui.client.event.SelectionListener;
|
|
|
50 |
import com.extjs.gxt.ui.client.store.ListStore;
|
1284 |
gduche |
51 |
import com.extjs.gxt.ui.client.store.Store;
|
|
|
52 |
import com.extjs.gxt.ui.client.store.StoreEvent;
|
1329 |
cyprien |
53 |
import com.extjs.gxt.ui.client.widget.ContentPanel;
|
|
|
54 |
import com.extjs.gxt.ui.client.widget.HorizontalPanel;
|
1095 |
jpm |
55 |
import com.extjs.gxt.ui.client.widget.Info;
|
219 |
aurelien |
56 |
import com.extjs.gxt.ui.client.widget.LayoutContainer;
|
705 |
aurelien |
57 |
import com.extjs.gxt.ui.client.widget.MessageBox;
|
1284 |
gduche |
58 |
import com.extjs.gxt.ui.client.widget.Text;
|
219 |
aurelien |
59 |
import com.extjs.gxt.ui.client.widget.button.Button;
|
1284 |
gduche |
60 |
import com.extjs.gxt.ui.client.widget.button.ButtonBar;
|
219 |
aurelien |
61 |
import com.extjs.gxt.ui.client.widget.form.ComboBox;
|
1032 |
jpm |
62 |
import com.extjs.gxt.ui.client.widget.form.Field;
|
219 |
aurelien |
63 |
import com.extjs.gxt.ui.client.widget.form.FieldSet;
|
1284 |
gduche |
64 |
import com.extjs.gxt.ui.client.widget.form.FormPanel;
|
219 |
aurelien |
65 |
import com.extjs.gxt.ui.client.widget.form.TextField;
|
1032 |
jpm |
66 |
import com.extjs.gxt.ui.client.widget.form.Validator;
|
219 |
aurelien |
67 |
import com.extjs.gxt.ui.client.widget.form.ComboBox.TriggerAction;
|
1329 |
cyprien |
68 |
import com.extjs.gxt.ui.client.widget.grid.CellEditor;
|
1284 |
gduche |
69 |
import com.extjs.gxt.ui.client.widget.grid.ColumnConfig;
|
1329 |
cyprien |
70 |
import com.extjs.gxt.ui.client.widget.grid.ColumnData;
|
1284 |
gduche |
71 |
import com.extjs.gxt.ui.client.widget.grid.ColumnModel;
|
|
|
72 |
import com.extjs.gxt.ui.client.widget.grid.EditorGrid;
|
1329 |
cyprien |
73 |
import com.extjs.gxt.ui.client.widget.grid.Grid;
|
|
|
74 |
import com.extjs.gxt.ui.client.widget.grid.GridCellRenderer;
|
1284 |
gduche |
75 |
import com.extjs.gxt.ui.client.widget.grid.GridSelectionModel;
|
1329 |
cyprien |
76 |
import com.extjs.gxt.ui.client.widget.grid.RowExpander;
|
|
|
77 |
import com.extjs.gxt.ui.client.widget.grid.RowNumberer;
|
1284 |
gduche |
78 |
import com.extjs.gxt.ui.client.widget.layout.FitLayout;
|
219 |
aurelien |
79 |
import com.extjs.gxt.ui.client.widget.layout.FlowLayout;
|
|
|
80 |
import com.extjs.gxt.ui.client.widget.layout.FormData;
|
|
|
81 |
import com.extjs.gxt.ui.client.widget.layout.FormLayout;
|
1284 |
gduche |
82 |
import com.extjs.gxt.ui.client.widget.layout.RowData;
|
|
|
83 |
import com.extjs.gxt.ui.client.widget.layout.RowLayout;
|
|
|
84 |
import com.extjs.gxt.ui.client.widget.toolbar.SeparatorToolItem;
|
|
|
85 |
import com.extjs.gxt.ui.client.widget.toolbar.ToolBar;
|
705 |
aurelien |
86 |
import com.google.gwt.core.client.GWT;
|
219 |
aurelien |
87 |
|
877 |
aurelien |
88 |
|
775 |
jpm |
89 |
public class PublicationForm extends Formulaire implements Rafraichissable {
|
219 |
aurelien |
90 |
|
1322 |
gduche |
91 |
//Variables de classe:
|
|
|
92 |
// Relatives à la publication
|
786 |
jpm |
93 |
private Publication publication;
|
1322 |
gduche |
94 |
|
|
|
95 |
// Relatives aux auteurs
|
1133 |
jpm |
96 |
private PersonneListe auteursInitialListe = null;
|
1284 |
gduche |
97 |
private PersonneListe auteursAjoutes = null;
|
|
|
98 |
private PersonneListe auteursSupprimes = null;
|
219 |
aurelien |
99 |
|
1329 |
cyprien |
100 |
private ContentPanel auteursFieldset = null;
|
|
|
101 |
private ChampComboBoxRechercheTempsReelPaginable projetsCombo = null;
|
775 |
jpm |
102 |
private ArrayList<ComboBox<Personne>> auteurComboboxListe = null;
|
|
|
103 |
private ListStore<Personne> auteursStorePartage = null;
|
227 |
aurelien |
104 |
|
775 |
jpm |
105 |
private FieldSet generalitesFieldset = null;
|
786 |
jpm |
106 |
private TextField<String> titreChp = null;
|
|
|
107 |
private TextField<String> collectionChp = null;
|
|
|
108 |
private TextField<String> uriChp = null;
|
219 |
aurelien |
109 |
|
775 |
jpm |
110 |
private FieldSet editionFieldset = null;
|
1329 |
cyprien |
111 |
private ChampComboBoxRechercheTempsReelPaginable editeurCombobox = null;
|
786 |
jpm |
112 |
private TextField<String> datePublicationChp = null;
|
|
|
113 |
private TextField<String> tomeChp = null;
|
|
|
114 |
private TextField<String> fasciculeChp = null;
|
|
|
115 |
private TextField<String> pagesChp = null;
|
219 |
aurelien |
116 |
|
1284 |
gduche |
117 |
private LayoutContainer zoneHaut, zoneBas;
|
|
|
118 |
|
|
|
119 |
private ToolBar barreOutils = null;
|
|
|
120 |
private EditorGrid<Personne> grille;
|
|
|
121 |
private ComboBox<Personne> personnesSaisiesComboBox = null;
|
|
|
122 |
private Button personnesBoutonSupprimer = null;
|
|
|
123 |
private Button personnesBoutonModifier = null;
|
|
|
124 |
private PersonneListe listePersonne = new PersonneListe();
|
|
|
125 |
|
|
|
126 |
private FenetreForm fenetreFormulaire = null;
|
1322 |
gduche |
127 |
private Sequenceur sequenceur;
|
1284 |
gduche |
128 |
|
781 |
jpm |
129 |
public PublicationForm(Mediateur mediateurCourrant, String publicationId) {
|
782 |
jpm |
130 |
initialiserPublicationForm(mediateurCourrant, publicationId);
|
|
|
131 |
}
|
|
|
132 |
|
|
|
133 |
public PublicationForm(Mediateur mediateurCourrant, String publicationId, Rafraichissable vueARafraichirApresValidation) {
|
822 |
jpm |
134 |
vueExterneARafraichirApresValidation = vueARafraichirApresValidation;
|
782 |
jpm |
135 |
initialiserPublicationForm(mediateurCourrant, publicationId);
|
|
|
136 |
}
|
|
|
137 |
|
|
|
138 |
private void initialiserPublicationForm(Mediateur mediateurCourrant, String publicationId) {
|
1322 |
gduche |
139 |
sequenceur = new Sequenceur();
|
799 |
jpm |
140 |
publication = new Publication();
|
822 |
jpm |
141 |
publication.setId(publicationId);
|
1322 |
gduche |
142 |
auteursInitialListe = new PersonneListe();
|
|
|
143 |
initialiserAuteurs(); // Crée les listes d'auteurs ajoutés et supprimés
|
822 |
jpm |
144 |
|
1322 |
gduche |
145 |
String modeDeCreation = (UtilString.isEmpty(publicationId) ? Formulaire.MODE_AJOUTER : Formulaire.MODE_MODIFIER);
|
775 |
jpm |
146 |
initialiserFormulaire(mediateurCourrant, modeDeCreation, MenuApplicationId.PUBLICATION);
|
1284 |
gduche |
147 |
panneauFormulaire.setLayout(new RowLayout());
|
|
|
148 |
panneauFormulaire.setStyleAttribute("padding", "0");
|
1322 |
gduche |
149 |
|
1284 |
gduche |
150 |
zoneHaut = new LayoutContainer(new FitLayout());
|
|
|
151 |
zoneBas = new LayoutContainer(new FlowLayout());
|
|
|
152 |
panneauFormulaire.add(zoneHaut, new RowData(1, 0.3));
|
|
|
153 |
panneauFormulaire.add(zoneBas, new RowData(1, 0.5));
|
|
|
154 |
panneauFormulaire.setScrollMode(Scroll.AUTO);
|
1095 |
jpm |
155 |
genererTitreFormulaire();
|
|
|
156 |
|
775 |
jpm |
157 |
creerZoneAuteurs();
|
1284 |
gduche |
158 |
zoneHaut.add(auteursFieldset);
|
219 |
aurelien |
159 |
|
775 |
jpm |
160 |
creerZoneGeneralites();
|
1284 |
gduche |
161 |
zoneBas.add(generalitesFieldset);
|
239 |
aurelien |
162 |
|
775 |
jpm |
163 |
creerZoneEdition();
|
1284 |
gduche |
164 |
zoneBas.add(editionFieldset);
|
822 |
jpm |
165 |
|
|
|
166 |
if (modeDeCreation.equals(Formulaire.MODE_MODIFIER)) {
|
1322 |
gduche |
167 |
mediateurCourrant.selectionnerPublication(this, publicationId, sequenceur);
|
|
|
168 |
mediateurCourrant.selectionnerPublicationAPersonne(this, publicationId, null, PublicationAPersonne.ROLE_AUTEUR, sequenceur);
|
|
|
169 |
sequenceur.empilerRafraichissement(this, new Information("chargement_modifier_ok"));
|
822 |
jpm |
170 |
}
|
781 |
jpm |
171 |
}
|
782 |
jpm |
172 |
|
1284 |
gduche |
173 |
public void actualiserEtatBoutonsBarreOutils() {
|
|
|
174 |
// Activation des boutons si la grille contient un élément
|
|
|
175 |
if (grille.getStore().getCount() > 0) {
|
|
|
176 |
personnesBoutonSupprimer.enable();
|
|
|
177 |
personnesBoutonModifier.enable();
|
|
|
178 |
}
|
|
|
179 |
// Désactivation des boutons si la grille ne contient plus d'élément
|
|
|
180 |
if (grille.getStore().getCount() == 0) {
|
|
|
181 |
personnesBoutonSupprimer.disable();
|
|
|
182 |
personnesBoutonModifier.disable();
|
|
|
183 |
}
|
|
|
184 |
}
|
|
|
185 |
|
|
|
186 |
private ToolBar creerBarreOutilsGrille() {
|
|
|
187 |
ToolBar barreOutils = new ToolBar();
|
|
|
188 |
|
|
|
189 |
Button ajouterBouton = creerBoutonAjouter();
|
|
|
190 |
barreOutils.add(ajouterBouton);
|
|
|
191 |
|
|
|
192 |
barreOutils.add(new Text(" ou "));
|
|
|
193 |
|
|
|
194 |
personnesSaisiesComboBox = creerComboBoxPersonnesSaisies();
|
|
|
195 |
barreOutils.add(personnesSaisiesComboBox);
|
|
|
196 |
|
|
|
197 |
barreOutils.add(new SeparatorToolItem());
|
|
|
198 |
|
|
|
199 |
personnesBoutonModifier = creerBoutonModifier();
|
|
|
200 |
barreOutils.add(personnesBoutonModifier);
|
|
|
201 |
|
|
|
202 |
barreOutils.add(new SeparatorToolItem());
|
|
|
203 |
|
|
|
204 |
personnesBoutonSupprimer = creerBoutonSupprimer();
|
|
|
205 |
barreOutils.add(personnesBoutonSupprimer);
|
|
|
206 |
|
|
|
207 |
barreOutils.add(new SeparatorToolItem());
|
|
|
208 |
|
|
|
209 |
Button rafraichirBouton = creerBoutonRafraichir();
|
|
|
210 |
barreOutils.add(rafraichirBouton);
|
|
|
211 |
|
|
|
212 |
return barreOutils;
|
|
|
213 |
}
|
|
|
214 |
|
|
|
215 |
private Button creerBoutonAjouter() {
|
|
|
216 |
Button bouton = new Button(i18nC.ajouter());
|
|
|
217 |
bouton.setIcon(Images.ICONES.vcardAjouter());
|
|
|
218 |
bouton.addSelectionListener(new SelectionListener<ButtonEvent>() {
|
|
|
219 |
public void componentSelected(ButtonEvent ce) {
|
|
|
220 |
fenetreFormulaire = creerFenetreModaleAvecFormulairePersonne(Formulaire.MODE_AJOUTER);
|
|
|
221 |
fenetreFormulaire.show();
|
|
|
222 |
}
|
|
|
223 |
});
|
|
|
224 |
return bouton;
|
|
|
225 |
}
|
|
|
226 |
|
|
|
227 |
private Button creerBoutonModifier() {
|
|
|
228 |
Button bouton = new Button(i18nC.modifier());
|
|
|
229 |
bouton.setIcon(Images.ICONES.vcardModifier());
|
|
|
230 |
bouton.addSelectionListener(new SelectionListener<ButtonEvent>() {
|
|
|
231 |
public void componentSelected(ButtonEvent ce) {
|
|
|
232 |
Personne personneSaisieSelectionnee = grille.getSelectionModel().getSelectedItem();
|
|
|
233 |
|
|
|
234 |
if (personneSaisieSelectionnee == null) {
|
|
|
235 |
InfoLogger.display(i18nC.informationTitreGenerique(), i18nC.selectionnerPublication());
|
|
|
236 |
} else {
|
|
|
237 |
fenetreFormulaire = creerFenetreModaleAvecFormulairePersonne(Formulaire.MODE_MODIFIER);
|
|
|
238 |
fenetreFormulaire.show();
|
|
|
239 |
}
|
|
|
240 |
}
|
|
|
241 |
});
|
|
|
242 |
return bouton;
|
|
|
243 |
}
|
|
|
244 |
|
|
|
245 |
private FenetreForm creerFenetreModaleAvecFormulairePersonne(String mode) {
|
|
|
246 |
String personneId = null;
|
|
|
247 |
if (mode.equals(Formulaire.MODE_MODIFIER)) {
|
|
|
248 |
Personne personneSaisieSelectionnee = grille.getSelectionModel().getSelectedItem();
|
|
|
249 |
personneId = personneSaisieSelectionnee.getId();
|
|
|
250 |
}
|
|
|
251 |
|
|
|
252 |
final FenetreForm fenetre = new FenetreForm("");
|
|
|
253 |
final PersonneForm formulaire = creerFormulairePersonne(fenetre, personneId);
|
|
|
254 |
fenetre.add(formulaire);
|
|
|
255 |
return fenetre;
|
|
|
256 |
}
|
|
|
257 |
|
|
|
258 |
private PersonneForm creerFormulairePersonne(final FenetreForm fenetre, final String personneId) {
|
|
|
259 |
PersonneForm formulairePersonne = new PersonneForm(mediateur, personneId, this);
|
|
|
260 |
FormPanel panneauFormulaire = formulairePersonne.getFormulaire();
|
|
|
261 |
fenetre.setHeading(panneauFormulaire.getHeading());
|
|
|
262 |
panneauFormulaire.setHeaderVisible(false);
|
|
|
263 |
panneauFormulaire.setTopComponent(null);
|
|
|
264 |
|
|
|
265 |
// 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.
|
|
|
266 |
panneauFormulaire.getBottomComponent().hide();
|
|
|
267 |
SelectionListener<ButtonEvent> ecouteur = creerEcouteurValidationFormulairePersonne(fenetre, formulairePersonne);
|
|
|
268 |
final ButtonBar barreValidation = new FormulaireBarreValidation(ecouteur);
|
|
|
269 |
fenetre.setBottomComponent(barreValidation);
|
|
|
270 |
|
|
|
271 |
return formulairePersonne;
|
|
|
272 |
}
|
|
|
273 |
|
|
|
274 |
private SelectionListener<ButtonEvent> creerEcouteurValidationFormulairePersonne(final FenetreForm fenetre, final PersonneForm formulaire) {
|
|
|
275 |
SelectionListener<ButtonEvent> ecouteur = new SelectionListener<ButtonEvent>() {
|
|
|
276 |
public void componentSelected(ButtonEvent ce) {
|
|
|
277 |
String code = ((Button) ce.getComponent()).getData("code");
|
|
|
278 |
if (code.equals(FormulaireBarreValidation.CODE_BOUTON_VALIDER)) {
|
|
|
279 |
if (formulaire.soumettreFormulaire()) {
|
|
|
280 |
fenetre.hide();
|
|
|
281 |
}
|
|
|
282 |
} else if (code.equals(FormulaireBarreValidation.CODE_BOUTON_APPLIQUER)) {
|
|
|
283 |
formulaire.soumettreFormulaire();
|
|
|
284 |
} else if (code.equals(FormulaireBarreValidation.CODE_BOUTON_ANNULER)) {
|
|
|
285 |
fenetre.hide();
|
|
|
286 |
} else if (code.equals(FormulaireBarreValidation.CODE_BOUTON_REINITIALISER)) {
|
|
|
287 |
fenetreFormulaire.hide();
|
|
|
288 |
fenetreFormulaire = creerFenetreModaleAvecFormulairePersonne(formulaire.mode);
|
|
|
289 |
fenetreFormulaire.show();
|
|
|
290 |
}
|
|
|
291 |
}
|
|
|
292 |
};
|
|
|
293 |
|
|
|
294 |
return ecouteur;
|
|
|
295 |
}
|
|
|
296 |
|
|
|
297 |
private Button creerBoutonSupprimer() {
|
|
|
298 |
Button bouton = new Button(i18nC.supprimer());
|
|
|
299 |
bouton.setIcon(Images.ICONES.vcardSupprimer());
|
|
|
300 |
bouton.addSelectionListener(new SelectionListener<ButtonEvent>() {
|
|
|
301 |
public void componentSelected(ButtonEvent ce) {
|
|
|
302 |
Personne personneSaisieSelectionnee = grille.getSelectionModel().getSelectedItem();
|
|
|
303 |
if (personneSaisieSelectionnee == null) {
|
|
|
304 |
InfoLogger.display(i18nC.informationTitreGenerique(), i18nC.selectionnerPublication());
|
|
|
305 |
} else {
|
|
|
306 |
supprimerDansGrille(personneSaisieSelectionnee);
|
|
|
307 |
}
|
|
|
308 |
}
|
|
|
309 |
});
|
|
|
310 |
return bouton;
|
|
|
311 |
}
|
|
|
312 |
|
|
|
313 |
private Button creerBoutonRafraichir() {
|
|
|
314 |
Button bouton = new Button(i18nC.rafraichir());
|
|
|
315 |
bouton.setIcon(Images.ICONES.rafraichir());
|
|
|
316 |
bouton.addSelectionListener(new SelectionListener<ButtonEvent>() {
|
|
|
317 |
public void componentSelected(ButtonEvent ce) {
|
|
|
318 |
actualiserGrille();
|
|
|
319 |
}
|
|
|
320 |
});
|
|
|
321 |
return bouton;
|
|
|
322 |
}
|
|
|
323 |
|
|
|
324 |
private void actualiserGrille() {
|
|
|
325 |
if (mode.equals(Formulaire.MODE_MODIFIER)) {
|
|
|
326 |
// FIXME : c'est la merde
|
|
|
327 |
//mediateur.selectionner(this, null, personneSelectionnee.getId(), "%");
|
|
|
328 |
} else {
|
|
|
329 |
grille.getStore().removeAll();
|
|
|
330 |
layout();
|
|
|
331 |
}
|
|
|
332 |
}
|
|
|
333 |
|
|
|
334 |
private ComboBox<Personne> creerComboBoxPersonnesSaisies() {
|
|
|
335 |
ListStore<Personne> personnesSaisiesStore = new ListStore<Personne>();
|
|
|
336 |
|
|
|
337 |
ComboBox<Personne> comboBox = new ComboBox<Personne>();
|
|
|
338 |
comboBox.setWidth(400);
|
|
|
339 |
comboBox.setEmptyText(i18nC.chercherPersonneSaisi());
|
|
|
340 |
comboBox.setTriggerAction(TriggerAction.ALL);
|
|
|
341 |
comboBox.setEditable(true);
|
|
|
342 |
comboBox.setDisplayField("fmt_nom_complet");
|
|
|
343 |
comboBox.setStore(personnesSaisiesStore);
|
|
|
344 |
comboBox.addKeyListener(new KeyListener() {
|
|
|
345 |
public void componentKeyUp(ComponentEvent ce) {
|
|
|
346 |
if (personnesSaisiesComboBox.getRawValue() != null && personnesSaisiesComboBox.getRawValue().length() > 0) {
|
|
|
347 |
if (!ce.isNavKeyPress()) {
|
|
|
348 |
obtenirPersonnesSaisies(personnesSaisiesComboBox.getRawValue());
|
|
|
349 |
}
|
|
|
350 |
}
|
|
|
351 |
}
|
|
|
352 |
});
|
|
|
353 |
comboBox.addListener(Events.Select, new Listener<BaseEvent>() {
|
|
|
354 |
public void handleEvent(BaseEvent be) {
|
|
|
355 |
if (personnesSaisiesComboBox.getValue() instanceof Personne) {
|
|
|
356 |
// N'ajouter l'auteur que s'il n'est pas déjà présent dans la grille et dans les valeurs initiales
|
|
|
357 |
Personne personneSaisieSelectionne = personnesSaisiesComboBox.getValue();
|
|
|
358 |
if (grille.getStore().findModel(personneSaisieSelectionne) != null) {
|
|
|
359 |
Info.display("Information", "La personne est déjà présente dans la liste d'auteurs");
|
|
|
360 |
} else {
|
|
|
361 |
if (!auteursInitialListe.containsValue(personneSaisieSelectionne)) {
|
|
|
362 |
auteursAjoutes.put(personneSaisieSelectionne.getId(), personneSaisieSelectionne);
|
|
|
363 |
}
|
|
|
364 |
ajouterDansGrille(personneSaisieSelectionne);
|
|
|
365 |
personnesSaisiesComboBox.setValue(null);
|
|
|
366 |
}
|
|
|
367 |
}
|
|
|
368 |
}
|
|
|
369 |
});
|
|
|
370 |
return comboBox;
|
|
|
371 |
}
|
|
|
372 |
|
|
|
373 |
private void obtenirPersonnesSaisies(String nom) {
|
1367 |
cyprien |
374 |
mediateur.selectionnerPersonneParNomComplet(this, null, nom+"%", null);
|
1284 |
gduche |
375 |
}
|
|
|
376 |
|
|
|
377 |
private void ajouterDansGrille(Personne personne) {
|
|
|
378 |
ajouterDansGrille(personne, 0);
|
|
|
379 |
}
|
|
|
380 |
|
|
|
381 |
private void ajouterDansGrille(Personne personne, int index) {
|
|
|
382 |
if (personne != null) {
|
|
|
383 |
if (!grille.getStore().contains(personne)) {
|
|
|
384 |
//1) si elle ne fait pas partie des initiaux, ajouter à la liste à ajouter
|
|
|
385 |
if (!auteursInitialListe.containsValue(personne)) {
|
|
|
386 |
auteursAjoutes.put(personne.getId(), personne);
|
|
|
387 |
}
|
|
|
388 |
|
|
|
389 |
// L'enlever de la liste à supprimer
|
|
|
390 |
if (auteursSupprimes.containsValue(personne)) {
|
|
|
391 |
auteursSupprimes.remove(personne);
|
|
|
392 |
}
|
|
|
393 |
//2) Ajouter a la grille
|
|
|
394 |
grille.getStore().insert(personne, index);
|
|
|
395 |
grille.getSelectionModel().select(index, false);
|
|
|
396 |
} else {
|
|
|
397 |
InfoLogger.display("Information", "La personne choisie existe déjà dans la liste.");
|
|
|
398 |
}
|
|
|
399 |
}
|
|
|
400 |
}
|
|
|
401 |
|
|
|
402 |
/**
|
|
|
403 |
* Met à jour la grille avec les informations contenus dans la variable listePublicationsLiees
|
|
|
404 |
*/
|
|
|
405 |
private void mettreAJourGrille() {
|
|
|
406 |
|
|
|
407 |
grille.getStore().removeAll();
|
|
|
408 |
grille.getStore().add(listePersonne.toList());
|
|
|
409 |
}
|
|
|
410 |
|
|
|
411 |
private void supprimerDansGrille(Personne personne) {
|
|
|
412 |
if (personne != null) {
|
|
|
413 |
//1) Ajouter a la liste des personne à supprimer uniquement si est présente dans la liste initiale
|
|
|
414 |
if (auteursInitialListe.containsValue(personne)) {
|
|
|
415 |
auteursSupprimes.put(personne.getId(), personne);
|
|
|
416 |
}
|
|
|
417 |
|
|
|
418 |
if (auteursAjoutes.containsValue(personne)) {
|
|
|
419 |
auteursAjoutes.remove(personne);
|
|
|
420 |
}
|
|
|
421 |
|
|
|
422 |
//2) Supprimer la personne de la liste
|
|
|
423 |
grille.getStore().remove(personne);
|
|
|
424 |
} else {
|
|
|
425 |
Info.display("Information", "Vous devez sélectionner une personne");
|
|
|
426 |
}
|
|
|
427 |
}
|
|
|
428 |
|
|
|
429 |
private EditorGrid<Personne> creerGrille() {
|
|
|
430 |
|
|
|
431 |
ListStore<Personne> storeGrille = new ListStore<Personne>();
|
|
|
432 |
storeGrille.addListener(Store.Add, new Listener<StoreEvent<Personne>>() {
|
|
|
433 |
public void handleEvent(StoreEvent<Personne> ce) {
|
|
|
434 |
actualiserEtatBoutonsBarreOutils();
|
|
|
435 |
}
|
|
|
436 |
});
|
|
|
437 |
|
|
|
438 |
storeGrille.addListener(Store.Remove, new Listener<StoreEvent<Personne>>() {
|
|
|
439 |
public void handleEvent(StoreEvent<Personne> ce) {
|
|
|
440 |
actualiserEtatBoutonsBarreOutils();
|
|
|
441 |
}
|
|
|
442 |
});
|
|
|
443 |
|
|
|
444 |
storeGrille.addListener(Store.Update, new Listener<StoreEvent<Personne>>() {
|
|
|
445 |
public void handleEvent(StoreEvent<Personne> ce) {
|
|
|
446 |
if (ce.getRecord().isModified("_role_") && !ce.getModel().get("_etat_").equals(aDonnee.ETAT_AJOUTE)) {
|
|
|
447 |
ce.getModel().set("_etat_", aDonnee.ETAT_MODIFIE);
|
|
|
448 |
}
|
|
|
449 |
}
|
|
|
450 |
});
|
|
|
451 |
|
|
|
452 |
List<ColumnConfig> colonnes = new ArrayList<ColumnConfig>();
|
|
|
453 |
colonnes.add(new ColumnConfig("fmt_nom_complet", i18nC.personneNomComplet(), 150));
|
|
|
454 |
colonnes.add(new ColumnConfig("code_postal", i18nC.personneCodePostal(), 150));
|
|
|
455 |
colonnes.add(new ColumnConfig("ville", i18nC.personneVille(), 75));
|
|
|
456 |
colonnes.add(new ColumnConfig("truk_courriel", i18nC.personneCourriel(), 75));
|
|
|
457 |
|
|
|
458 |
GridSelectionModel<Personne> modeleDeSelection = new GridSelectionModel<Personne>();
|
|
|
459 |
|
|
|
460 |
ColumnModel modeleDeColonnes = new ColumnModel(colonnes);
|
|
|
461 |
|
|
|
462 |
EditorGrid<Personne> grillePublications = new EditorGrid<Personne>(storeGrille, modeleDeColonnes);
|
|
|
463 |
grillePublications.setHeight("100%");
|
|
|
464 |
grillePublications.setBorders(true);
|
|
|
465 |
grillePublications.setSelectionModel(modeleDeSelection);
|
|
|
466 |
grillePublications.getView().setForceFit(true);
|
|
|
467 |
grillePublications.setAutoExpandColumn("fmt_nom_complet");
|
|
|
468 |
grillePublications.setStripeRows(true);
|
|
|
469 |
grillePublications.setTrackMouseOver(true);
|
|
|
470 |
|
|
|
471 |
return grillePublications;
|
|
|
472 |
}
|
|
|
473 |
|
1095 |
jpm |
474 |
private void genererTitreFormulaire() {
|
989 |
jpm |
475 |
String titre = i18nC.publicationTitreFormAjout();
|
822 |
jpm |
476 |
if (mode.equals(Formulaire.MODE_MODIFIER)) {
|
1095 |
jpm |
477 |
titre = i18nC.publicationTitreFormModif();
|
|
|
478 |
if (publication != null) {
|
1322 |
gduche |
479 |
titre += " - "+i18nC.id()+": "+publication.getId()+" - "+publication.getTitre();
|
1095 |
jpm |
480 |
}
|
822 |
jpm |
481 |
}
|
1095 |
jpm |
482 |
panneauFormulaire.setHeading(titre);
|
822 |
jpm |
483 |
}
|
1284 |
gduche |
484 |
|
822 |
jpm |
485 |
|
775 |
jpm |
486 |
private void creerZoneAuteurs() {
|
1329 |
cyprien |
487 |
auteursFieldset = new ContentPanel();
|
|
|
488 |
auteursFieldset.setLayout(new FitLayout());
|
|
|
489 |
auteursFieldset.setHeading("Auteurs");
|
|
|
490 |
|
775 |
jpm |
491 |
auteurComboboxListe = new ArrayList<ComboBox<Personne>>(0);
|
792 |
jpm |
492 |
mediateur.clicObtenirListeAuteurs(this);
|
775 |
jpm |
493 |
|
822 |
jpm |
494 |
creerChampsAuteur();
|
775 |
jpm |
495 |
}
|
|
|
496 |
|
822 |
jpm |
497 |
private void creerChampsAuteur() {
|
775 |
jpm |
498 |
auteursFieldset.removeAll();
|
1284 |
gduche |
499 |
barreOutils = creerBarreOutilsGrille();
|
1329 |
cyprien |
500 |
auteursFieldset.setTopComponent(barreOutils);
|
1284 |
gduche |
501 |
grille = creerGrille();
|
|
|
502 |
auteursFieldset.add(grille);
|
1131 |
jpm |
503 |
auteursFieldset.layout();
|
775 |
jpm |
504 |
}
|
|
|
505 |
|
|
|
506 |
private ComboBox<Personne> creerComboBoxAuteursSaisis() {
|
1134 |
jpm |
507 |
ListStore<Personne> auteursStore = new ListStore<Personne>();
|
|
|
508 |
auteursStore.add(auteursStorePartage.getModels());
|
|
|
509 |
|
775 |
jpm |
510 |
ComboBox<Personne> comboBox = new ComboBox<Personne>();
|
860 |
jpm |
511 |
comboBox.setEmptyText(i18nC.chercherPersonneSaisi());
|
775 |
jpm |
512 |
comboBox.setEditable(true);
|
1131 |
jpm |
513 |
comboBox.setAllowBlank(false);
|
775 |
jpm |
514 |
comboBox.setForceSelection(true);
|
|
|
515 |
comboBox.setDisplayField("fmt_nom_complet");
|
|
|
516 |
comboBox.setTriggerAction(TriggerAction.ALL);
|
1134 |
jpm |
517 |
comboBox.setStore(auteursStore);
|
1176 |
jpm |
518 |
comboBox.setMessageTarget("tooltip");
|
981 |
jpm |
519 |
comboBox.addStyleName(ComposantClass.OBLIGATOIRE);
|
980 |
jpm |
520 |
comboBox.addListener(Events.Valid, creerEcouteurChampObligatoire());
|
775 |
jpm |
521 |
|
|
|
522 |
return comboBox;
|
|
|
523 |
}
|
|
|
524 |
|
|
|
525 |
private void creerZoneGeneralites() {
|
|
|
526 |
FormLayout layout = new FormLayout();
|
|
|
527 |
layout.setLabelWidth(200);
|
219 |
aurelien |
528 |
|
|
|
529 |
// Fieldset Infos Générales
|
775 |
jpm |
530 |
generalitesFieldset = new FieldSet();
|
|
|
531 |
generalitesFieldset.setHeading("Informations générales");
|
|
|
532 |
generalitesFieldset.setCollapsible(true);
|
|
|
533 |
generalitesFieldset.setLayout(layout);
|
1329 |
cyprien |
534 |
|
|
|
535 |
ModelType modelTypeProjets = new ModelType();
|
|
|
536 |
modelTypeProjets.setRoot("projets");
|
|
|
537 |
modelTypeProjets.setTotalName("nbElements");
|
|
|
538 |
modelTypeProjets.addField("cpr_nom");
|
|
|
539 |
modelTypeProjets.addField("cpr_id_projet");
|
219 |
aurelien |
540 |
|
1329 |
cyprien |
541 |
String displayNameProjets = "cpr_nom";
|
1367 |
cyprien |
542 |
ProxyProjets<ModelData> proxyProjets = new ProxyProjets<ModelData>(sequenceur);
|
1329 |
cyprien |
543 |
|
|
|
544 |
projetsCombo = new ChampComboBoxRechercheTempsReelPaginable(proxyProjets, modelTypeProjets, displayNameProjets);
|
|
|
545 |
projetsCombo.setWidth(200, 600);
|
|
|
546 |
projetsCombo.getCombo().setTabIndex(tabIndex++);
|
|
|
547 |
projetsCombo.getCombo().setFieldLabel(i18nC.projetChamp());
|
|
|
548 |
projetsCombo.getCombo().setForceSelection(true);
|
|
|
549 |
projetsCombo.getCombo().addStyleName(ComposantClass.OBLIGATOIRE);
|
|
|
550 |
projetsCombo.getCombo().addListener(Events.Valid, Formulaire.creerEcouteurChampObligatoire());
|
|
|
551 |
|
|
|
552 |
projetsCombo.getCombo().setValidator(new Validator() {
|
1032 |
jpm |
553 |
public String validate(Field<?> field, String value) {
|
|
|
554 |
String retour = null;
|
|
|
555 |
if (field.getRawValue().equals("")) {
|
|
|
556 |
field.setValue(null);
|
1329 |
cyprien |
557 |
} else if (projetsCombo.getStore().findModel("cpr_nom", field.getRawValue()) == null) {
|
1032 |
jpm |
558 |
String contenuBrut = field.getRawValue();
|
|
|
559 |
field.setValue(null);
|
|
|
560 |
field.setRawValue(contenuBrut);
|
|
|
561 |
retour = "Veuillez sélectionner une valeur ou laisser le champ vide";
|
|
|
562 |
}
|
|
|
563 |
return retour;
|
|
|
564 |
}
|
1329 |
cyprien |
565 |
});
|
|
|
566 |
generalitesFieldset.add(projetsCombo, new FormData(600, 0));
|
1032 |
jpm |
567 |
|
786 |
jpm |
568 |
titreChp = new TextField<String>();
|
|
|
569 |
titreChp.setName("cpu");
|
|
|
570 |
titreChp.setFieldLabel("Titre de l'article ou de l'ouvrage");
|
981 |
jpm |
571 |
titreChp.addStyleName(ComposantClass.OBLIGATOIRE);
|
980 |
jpm |
572 |
titreChp.addListener(Events.Valid, creerEcouteurChampObligatoire());
|
792 |
jpm |
573 |
generalitesFieldset.add(titreChp, new FormData(450, 0));
|
219 |
aurelien |
574 |
|
786 |
jpm |
575 |
collectionChp = new TextField<String>();
|
792 |
jpm |
576 |
collectionChp.setFieldLabel("Intitulé de la revue ou de la collection");
|
|
|
577 |
generalitesFieldset.add(collectionChp, new FormData(450, 0));
|
219 |
aurelien |
578 |
|
786 |
jpm |
579 |
uriChp = new TextField<String>();
|
792 |
jpm |
580 |
uriChp.setFieldLabel("URL de la publication");
|
|
|
581 |
generalitesFieldset.add(uriChp, new FormData(450, 0));
|
775 |
jpm |
582 |
}
|
|
|
583 |
|
|
|
584 |
private void creerZoneEdition() {
|
|
|
585 |
FormLayout layout = new FormLayout();
|
|
|
586 |
layout.setLabelWidth(200);
|
|
|
587 |
|
219 |
aurelien |
588 |
// Fieldset Edition
|
775 |
jpm |
589 |
editionFieldset = new FieldSet();
|
792 |
jpm |
590 |
editionFieldset.setHeading("Édition");
|
775 |
jpm |
591 |
editionFieldset.setCollapsible(true);
|
|
|
592 |
editionFieldset.setLayout(layout);
|
219 |
aurelien |
593 |
|
1329 |
cyprien |
594 |
|
|
|
595 |
/*****************************************************/
|
|
|
596 |
/** Champ 'Editeur de la publication' **/
|
|
|
597 |
/*****************************************************/
|
|
|
598 |
ModelType modelTypeStructures = new ModelType();
|
|
|
599 |
modelTypeStructures.setRoot("structures");
|
|
|
600 |
modelTypeStructures.setTotalName("nbElements");
|
|
|
601 |
modelTypeStructures.addField("cs_nom");
|
|
|
602 |
modelTypeStructures.addField("cs_id_structure");
|
219 |
aurelien |
603 |
|
1329 |
cyprien |
604 |
String displayNameStructures = "cs_nom";
|
1367 |
cyprien |
605 |
ProxyStructures<ModelData> proxyStructures = new ProxyStructures<ModelData>(sequenceur);
|
1329 |
cyprien |
606 |
|
|
|
607 |
editeurCombobox = new ChampComboBoxRechercheTempsReelPaginable(proxyStructures, modelTypeStructures, displayNameStructures);
|
|
|
608 |
editeurCombobox.setWidth(200, 600);
|
|
|
609 |
editeurCombobox.getCombo().setTabIndex(tabIndex++);
|
|
|
610 |
editeurCombobox.getCombo().setEmptyText("Sélectionner un éditeur...");
|
|
|
611 |
editeurCombobox.getCombo().setFieldLabel("Éditeur de la publication");
|
|
|
612 |
editeurCombobox.getCombo().setEditable(true);
|
|
|
613 |
editionFieldset.add(editeurCombobox, new FormData(600, 0));
|
|
|
614 |
|
|
|
615 |
/*********************************************/
|
|
|
616 |
/** Champ 'Date de publication' **/
|
|
|
617 |
/*********************************************/
|
786 |
jpm |
618 |
datePublicationChp = new TextField<String>();
|
|
|
619 |
datePublicationChp.setMaxLength(4);
|
|
|
620 |
datePublicationChp.setMinLength(4);
|
|
|
621 |
datePublicationChp.setFieldLabel("Année de publication");
|
981 |
jpm |
622 |
datePublicationChp.addStyleName(ComposantClass.OBLIGATOIRE);
|
980 |
jpm |
623 |
datePublicationChp.addListener(Events.Valid, creerEcouteurChampObligatoire());
|
792 |
jpm |
624 |
editionFieldset.add(datePublicationChp, new FormData(40, 0));
|
219 |
aurelien |
625 |
|
1329 |
cyprien |
626 |
/*****************************/
|
|
|
627 |
/** Champ '' **/
|
|
|
628 |
/*****************************/
|
786 |
jpm |
629 |
tomeChp = new TextField<String>();
|
792 |
jpm |
630 |
tomeChp.setFieldLabel("Série de la revue ou tome");
|
|
|
631 |
editionFieldset.add(tomeChp, new FormData(75, 0));
|
1329 |
cyprien |
632 |
|
|
|
633 |
/*****************************/
|
|
|
634 |
/** Champ '' **/
|
|
|
635 |
/*****************************/
|
786 |
jpm |
636 |
fasciculeChp = new TextField<String>();
|
792 |
jpm |
637 |
fasciculeChp.setFieldLabel("Fascicule de la revue");
|
|
|
638 |
editionFieldset.add(fasciculeChp, new FormData(75, 0));
|
1329 |
cyprien |
639 |
|
|
|
640 |
/*****************************/
|
|
|
641 |
/** Champ '' **/
|
|
|
642 |
/*****************************/
|
786 |
jpm |
643 |
pagesChp = new TextField<String>();
|
|
|
644 |
pagesChp.setFieldLabel("Pages");
|
887 |
aurelien |
645 |
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 |
646 |
editionFieldset.add(pagesChp, new FormData(100, 0));
|
219 |
aurelien |
647 |
}
|
775 |
jpm |
648 |
|
705 |
aurelien |
649 |
public void rafraichir(Object nouvellesDonnees) {
|
|
|
650 |
if (nouvellesDonnees instanceof Publication) {
|
782 |
jpm |
651 |
// Si on a reçu les details d'une publication
|
1322 |
gduche |
652 |
publication = (Publication) nouvellesDonnees;
|
|
|
653 |
//rafraichirPublication((Publication) nouvellesDonnees);
|
782 |
jpm |
654 |
} else if (nouvellesDonnees instanceof PublicationAPersonneListe) {
|
|
|
655 |
rafraichirListeAuteurs((PublicationAPersonneListe) nouvellesDonnees);
|
|
|
656 |
} else if (nouvellesDonnees instanceof Information) {
|
|
|
657 |
rafraichirInformation((Information) nouvellesDonnees);
|
|
|
658 |
} else {
|
|
|
659 |
GWT.log(Mediateur.i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), null);
|
227 |
aurelien |
660 |
}
|
1180 |
jpm |
661 |
}
|
|
|
662 |
|
|
|
663 |
private void synchronisation() {
|
|
|
664 |
|
782 |
jpm |
665 |
}
|
901 |
jpm |
666 |
|
1133 |
jpm |
667 |
private void miseAJourAuteursInitialListe() {
|
901 |
jpm |
668 |
Iterator<String> clesAjoutees = auteursAjoutes.keySet().iterator();
|
|
|
669 |
while (clesAjoutees.hasNext()) {
|
1284 |
gduche |
670 |
Personne auteurAjoute = auteursAjoutes.get(clesAjoutees.next());
|
1133 |
jpm |
671 |
auteursInitialListe.put(auteurAjoute.getId(), auteurAjoute);
|
901 |
jpm |
672 |
}
|
|
|
673 |
|
|
|
674 |
Iterator<String> clesSupprimees = auteursSupprimes.keySet().iterator();
|
|
|
675 |
while (clesSupprimees.hasNext()) {
|
1284 |
gduche |
676 |
Personne auteurSupprime = auteursSupprimes.get(clesSupprimees.next());
|
1133 |
jpm |
677 |
auteursInitialListe.remove(auteurSupprime.getId());
|
901 |
jpm |
678 |
}
|
|
|
679 |
}
|
|
|
680 |
|
782 |
jpm |
681 |
private void rafraichirListeAuteurs(PublicationAPersonneListe auteurs) {
|
1133 |
jpm |
682 |
Iterator<String> it = auteurs.keySet().iterator();
|
|
|
683 |
while (it.hasNext()) {
|
|
|
684 |
Personne auteur = auteurs.get(it.next()).getPersonne();
|
|
|
685 |
auteursInitialListe.put(auteur.getId(), auteur);
|
|
|
686 |
}
|
1284 |
gduche |
687 |
|
|
|
688 |
grille.getStore().removeAll();
|
|
|
689 |
grille.getStore().add(auteursInitialListe.toList());
|
1322 |
gduche |
690 |
layout();
|
782 |
jpm |
691 |
}
|
|
|
692 |
|
1322 |
gduche |
693 |
private void rafraichirInformation(Information info) {
|
1095 |
jpm |
694 |
String type = info.getType();
|
1322 |
gduche |
695 |
if (type.equals("publication_enregistree")) {
|
|
|
696 |
// la publication vien d'etre enregistrée, on soumet les auteurs
|
1284 |
gduche |
697 |
soumettreAuteurs();
|
1322 |
gduche |
698 |
} else if (type.equals("auteurs_enregistres")) {
|
|
|
699 |
miseAJourAuteursInitialListe();
|
|
|
700 |
initialiserAuteurs();
|
|
|
701 |
repandreRafraichissement();
|
|
|
702 |
controlerFermeture();
|
|
|
703 |
} else if (type.equals("chargement_modifier_ok")) {
|
|
|
704 |
peuplerFormulaire();
|
|
|
705 |
genererTitreFormulaire();
|
1095 |
jpm |
706 |
}
|
|
|
707 |
|
782 |
jpm |
708 |
if (info.getType().equals("liste_personne")) {
|
822 |
jpm |
709 |
PersonneListe listePersonneAuteur = (PersonneListe) info.getDonnee(0);
|
1284 |
gduche |
710 |
ListStore store = personnesSaisiesComboBox.getStore();
|
|
|
711 |
store.removeAll();
|
|
|
712 |
store.add(listePersonneAuteur.toList());
|
|
|
713 |
|
1095 |
jpm |
714 |
} else if (info.getType().equals("modif_publication")) {
|
1284 |
gduche |
715 |
InfoLogger.display("Modification d'une publication", info.toString());
|
1095 |
jpm |
716 |
} else if (info.getType().equals("ajout_publication")) {
|
1197 |
jpm |
717 |
if (info.getDonnee(0) != null && info.getDonnee(0) instanceof String && ((String) info.getDonnee(0)).matches("[0-9]+")) {
|
1095 |
jpm |
718 |
String publicationId = (String) info.getDonnee(0);
|
1284 |
gduche |
719 |
InfoLogger.display("Ajout d'une publication", "La publication '"+publicationId+"' a bien été ajoutée");
|
1095 |
jpm |
720 |
} else {
|
1284 |
gduche |
721 |
InfoLogger.display("Ajout d'une publication", info.toString());
|
1095 |
jpm |
722 |
}
|
1284 |
gduche |
723 |
}
|
782 |
jpm |
724 |
}
|
|
|
725 |
|
901 |
jpm |
726 |
|
|
|
727 |
private void initialiserAuteurs() {
|
1284 |
gduche |
728 |
auteursAjoutes = new PersonneListe();
|
|
|
729 |
auteursSupprimes = new PersonneListe();
|
901 |
jpm |
730 |
}
|
|
|
731 |
|
782 |
jpm |
732 |
private void repandreRafraichissement() {
|
|
|
733 |
if (vueExterneARafraichirApresValidation != null) {
|
786 |
jpm |
734 |
String type = "publication_modifiee";
|
|
|
735 |
if (mode.equals(Formulaire.MODE_AJOUTER)) {
|
|
|
736 |
type = "publication_ajoutee";
|
|
|
737 |
}
|
|
|
738 |
Information info = new Information(type);
|
|
|
739 |
info.setDonnee(0, publication);
|
782 |
jpm |
740 |
vueExterneARafraichirApresValidation.rafraichir(info);
|
|
|
741 |
}
|
|
|
742 |
}
|
|
|
743 |
|
786 |
jpm |
744 |
public boolean soumettreFormulaire() {
|
1322 |
gduche |
745 |
boolean formulaireValideOk = verifierFormulaire();
|
822 |
jpm |
746 |
if (formulaireValideOk) {
|
901 |
jpm |
747 |
soumettrePublication();
|
|
|
748 |
}
|
1322 |
gduche |
749 |
|
|
|
750 |
|
901 |
jpm |
751 |
return formulaireValideOk;
|
|
|
752 |
}
|
1322 |
gduche |
753 |
|
901 |
jpm |
754 |
private void soumettrePublication() {
|
|
|
755 |
Publication publicationCollectee = collecterPublication();
|
|
|
756 |
if (publicationCollectee != null) {
|
1322 |
gduche |
757 |
|
|
|
758 |
// Pour l'enregistrement des collections, on utilise le séquenceur
|
|
|
759 |
// Il doit attendre le retour de l'enregistrement pour poursuivre
|
|
|
760 |
sequenceur = new Sequenceur();
|
|
|
761 |
int seqId = sequenceur.lancerRequeteSynchrone(this);
|
901 |
jpm |
762 |
if (mode.equals(Formulaire.MODE_AJOUTER)) {
|
1322 |
gduche |
763 |
mediateur.ajouterPublication(sequenceur, publicationCollectee, seqId);
|
901 |
jpm |
764 |
} else if (mode.equals(Formulaire.MODE_MODIFIER)) {
|
1322 |
gduche |
765 |
mediateur.modifierPublication(sequenceur, publicationCollectee, seqId);
|
901 |
jpm |
766 |
}
|
1322 |
gduche |
767 |
sequenceur.empilerRafraichissement(this, new Information("publication_enregistree"));
|
901 |
jpm |
768 |
}
|
|
|
769 |
}
|
|
|
770 |
|
|
|
771 |
private void soumettreAuteurs() {
|
|
|
772 |
|
1322 |
gduche |
773 |
//attenteAjoutAuteursOk = false;
|
|
|
774 |
//attenteSuppressionAuteursOk = false;
|
|
|
775 |
|
1284 |
gduche |
776 |
//1) Auteurs ajoutés :
|
|
|
777 |
// - Créer une PublicationAAuteurListe
|
|
|
778 |
PublicationAPersonneListe listeDesAuteurs = new PublicationAPersonneListe();
|
|
|
779 |
Iterator<String> itAuteur = auteursAjoutes.keySet().iterator();
|
|
|
780 |
while (itAuteur.hasNext()) {
|
|
|
781 |
PublicationAPersonne publiAPersonne = new PublicationAPersonne();
|
|
|
782 |
String cle = itAuteur.next();
|
|
|
783 |
publiAPersonne.setIdPersonne(cle);
|
|
|
784 |
publiAPersonne.setIdPublication(publication.getId());
|
|
|
785 |
listeDesAuteurs.put(cle, publiAPersonne);
|
|
|
786 |
}
|
|
|
787 |
|
|
|
788 |
// - envoyer au mediateur SSI personnes à ajouter
|
|
|
789 |
if (listeDesAuteurs.size() > 0) {
|
1322 |
gduche |
790 |
int seqId = sequenceur.lancerRequeteSynchrone(this);
|
|
|
791 |
mediateur.ajouterPublicationAPersonne(sequenceur, publication.getId(), listeDesAuteurs, PublicationAPersonne.ROLE_AUTEUR, seqId);
|
|
|
792 |
//attenteAjoutAuteursOk = true;
|
1284 |
gduche |
793 |
}
|
|
|
794 |
|
|
|
795 |
//2) Auteurs supprimés :
|
|
|
796 |
// - Créer une PublicationAPersonneListe
|
|
|
797 |
listeDesAuteurs = new PublicationAPersonneListe();
|
|
|
798 |
itAuteur = auteursSupprimes.keySet().iterator();
|
|
|
799 |
while (itAuteur.hasNext()) {
|
|
|
800 |
PublicationAPersonne publiAPersonne = new PublicationAPersonne();
|
|
|
801 |
String cle = itAuteur.next();
|
|
|
802 |
publiAPersonne.setIdPersonne(cle);
|
|
|
803 |
publiAPersonne.setIdPublication(publication.getId());
|
|
|
804 |
listeDesAuteurs.put(cle, publiAPersonne);
|
|
|
805 |
}
|
|
|
806 |
|
|
|
807 |
// - Envoyer au médiateur SSI personnes à supprimer
|
|
|
808 |
if (listeDesAuteurs.size() > 0) {
|
1322 |
gduche |
809 |
// Pour une suppression des auteurs, on a pas besoin d'attendre le retour
|
1284 |
gduche |
810 |
mediateur.supprimerPublicationAPersonne(this, listeDesAuteurs);
|
1322 |
gduche |
811 |
//attenteSuppressionAuteursOk = true;
|
1284 |
gduche |
812 |
}
|
|
|
813 |
|
1322 |
gduche |
814 |
sequenceur.empilerRafraichissement(this, new Information("auteurs_enregistres"));
|
219 |
aurelien |
815 |
}
|
|
|
816 |
|
934 |
jpm |
817 |
public boolean verifierFormulaire() {
|
782 |
jpm |
818 |
boolean valide = true;
|
|
|
819 |
ArrayList<String> messages = new ArrayList<String>();
|
|
|
820 |
|
1284 |
gduche |
821 |
// Tester si au moins un auteur est présent
|
|
|
822 |
if (grille.getStore().getModels().size() == 0) {
|
|
|
823 |
messages.add("Veuillez saisir au moins un auteur.");
|
227 |
aurelien |
824 |
}
|
705 |
aurelien |
825 |
|
786 |
jpm |
826 |
String titre = titreChp.getValue();
|
782 |
jpm |
827 |
if (titre == null || titre.equals("")) {
|
|
|
828 |
messages.add("Veuillez saisir le titre de la publication !");
|
705 |
aurelien |
829 |
}
|
|
|
830 |
|
792 |
jpm |
831 |
String uri = uriChp.getValue();
|
|
|
832 |
if (uri != null && ! uri.isEmpty() && ! uri.matches(Pattern.url)) {
|
|
|
833 |
messages.add("L'URL saisie n'est pas valide !");
|
|
|
834 |
}
|
|
|
835 |
|
799 |
jpm |
836 |
String datePublication = datePublicationChp.getRawValue();
|
|
|
837 |
if (datePublication == null || datePublication.equals("")) {
|
|
|
838 |
messages.add("Veuillez saisir une année de parution !");
|
725 |
aurelien |
839 |
} else {
|
799 |
jpm |
840 |
if (!etreDateValide(datePublication)) {
|
792 |
jpm |
841 |
messages.add("Le format de l'année saisie est incorrect !");
|
725 |
aurelien |
842 |
}
|
705 |
aurelien |
843 |
}
|
717 |
aurelien |
844 |
|
792 |
jpm |
845 |
String pages = pagesChp.getValue();
|
|
|
846 |
String valeurPage = "(?:[0-9]+|[IVXLCDM]+|\\?)";
|
799 |
jpm |
847 |
if (pages != null && ! pages.matches("^(?:"+valeurPage+"|"+valeurPage+"-"+valeurPage+")$")) {
|
792 |
jpm |
848 |
messages.add("Le format des pages est incorrect !");
|
|
|
849 |
}
|
|
|
850 |
|
782 |
jpm |
851 |
if (messages.size() != 0) {
|
|
|
852 |
String[] tableauDeMessages = {};
|
|
|
853 |
tableauDeMessages = messages.toArray(tableauDeMessages);
|
799 |
jpm |
854 |
MessageBox.alert("Erreurs de saisies", UtilArray.implode(tableauDeMessages, "<br />"), null);
|
782 |
jpm |
855 |
valide = false;
|
705 |
aurelien |
856 |
}
|
782 |
jpm |
857 |
return valide;
|
775 |
jpm |
858 |
}
|
|
|
859 |
|
822 |
jpm |
860 |
private void peuplerFormulaire() {
|
1032 |
jpm |
861 |
setValeurComboProjets();
|
822 |
jpm |
862 |
titreChp.setValue(publication.getTitre());
|
|
|
863 |
collectionChp.setValue(publication.getCollection());
|
|
|
864 |
uriChp.setValue(publication.getURI());
|
1032 |
jpm |
865 |
datePublicationChp.setValue(reduireDateParAnnee(publication.getDateParution()));
|
822 |
jpm |
866 |
tomeChp.setValue(publication.getIndicationNvt());
|
|
|
867 |
fasciculeChp.setValue(publication.getFascicule());
|
|
|
868 |
pagesChp.setValue(publication.getPages());
|
|
|
869 |
|
|
|
870 |
if (publication.getEditeur().matches("^[0-9]+$")) {
|
1329 |
cyprien |
871 |
editeurCombobox.getCombo().setValue(editeurCombobox.getStore().findModel("cs_id_structure", publication.getEditeur()));
|
822 |
jpm |
872 |
} else {
|
1329 |
cyprien |
873 |
editeurCombobox.getCombo().setRawValue(publication.getEditeur());
|
822 |
jpm |
874 |
}
|
|
|
875 |
}
|
|
|
876 |
|
786 |
jpm |
877 |
private Publication collecterPublication() {
|
1284 |
gduche |
878 |
|
786 |
jpm |
879 |
Publication publicationCollectee = (Publication) publication.cloner(new Publication());
|
1032 |
jpm |
880 |
publicationCollectee.setIdProjet(getValeurComboProjets());
|
1124 |
jpm |
881 |
publicationCollectee.setAuteur(construireIntituleAuteur());
|
786 |
jpm |
882 |
|
|
|
883 |
String titre = titreChp.getValue();
|
|
|
884 |
publicationCollectee.setTitre(titre);
|
|
|
885 |
|
|
|
886 |
String collection = collectionChp.getValue();
|
|
|
887 |
publicationCollectee.setCollection(collection);
|
|
|
888 |
|
1124 |
jpm |
889 |
publicationCollectee.setNomComplet(construireNomComplet());
|
786 |
jpm |
890 |
|
|
|
891 |
String uri = uriChp.getValue();
|
|
|
892 |
publicationCollectee.setUri(uri);
|
|
|
893 |
|
|
|
894 |
String editeur = "";
|
1329 |
cyprien |
895 |
if (editeurCombobox.getValeur() != null) {
|
|
|
896 |
Structure structure = new Structure(editeurCombobox.getValeur());
|
|
|
897 |
editeur = structure.getId();
|
|
|
898 |
publicationCollectee.setStructureEditeur(structure);
|
|
|
899 |
} else if (!UtilString.isEmpty(editeurCombobox.getCombo().getRawValue())) {
|
|
|
900 |
editeur = editeurCombobox.getCombo().getRawValue();
|
786 |
jpm |
901 |
}
|
|
|
902 |
publicationCollectee.setEditeur(editeur);
|
|
|
903 |
|
792 |
jpm |
904 |
String anneePublication = datePublicationChp.getRawValue();
|
|
|
905 |
String datePublication = anneePublication+"-00-00";
|
|
|
906 |
publicationCollectee.setDateParution(datePublication);
|
786 |
jpm |
907 |
|
|
|
908 |
String tome = tomeChp.getValue();
|
|
|
909 |
publicationCollectee.setIndicationNvt(tome);
|
|
|
910 |
|
|
|
911 |
String fascicule = fasciculeChp.getValue();
|
|
|
912 |
publicationCollectee.setFascicule(fascicule);
|
|
|
913 |
|
|
|
914 |
String pages = pagesChp.getValue();
|
|
|
915 |
publicationCollectee.setPages(pages);
|
|
|
916 |
|
927 |
jpm |
917 |
Publication publicationARetourner = null;
|
786 |
jpm |
918 |
if (!publicationCollectee.comparer(publication)) {
|
|
|
919 |
publicationARetourner = publication = publicationCollectee;
|
|
|
920 |
}
|
|
|
921 |
return publicationARetourner;
|
|
|
922 |
}
|
|
|
923 |
|
1124 |
jpm |
924 |
private String construireIntituleEditeur() {
|
|
|
925 |
String editeur = "";
|
1329 |
cyprien |
926 |
if (editeurCombobox.getValeur() != null) {
|
|
|
927 |
Structure structure = new Structure(editeurCombobox.getValeur());
|
|
|
928 |
editeur = structure.getNom();
|
|
|
929 |
} else if (!UtilString.isEmpty(editeurCombobox.getCombo().getRawValue())) {
|
|
|
930 |
editeur = editeurCombobox.getCombo().getRawValue();
|
1124 |
jpm |
931 |
}
|
|
|
932 |
return editeur;
|
|
|
933 |
}
|
|
|
934 |
|
|
|
935 |
private String construireIntituleAuteur() {
|
1284 |
gduche |
936 |
String intituleAuteur = "";
|
|
|
937 |
|
|
|
938 |
// TODO : ranger par ordre non-alphabétique
|
|
|
939 |
grille.getStore().sort("nom", SortDir.ASC);
|
|
|
940 |
List<Personne> auteurs = grille.getStore().getModels();
|
|
|
941 |
|
|
|
942 |
Iterator<Personne> itAuteurs = auteurs.iterator();
|
|
|
943 |
while (itAuteurs.hasNext()) {
|
|
|
944 |
Personne personneCourante = itAuteurs.next();
|
|
|
945 |
intituleAuteur += personneCourante.getNom().toUpperCase() + " " + personneCourante.getPrenom();
|
|
|
946 |
if (itAuteurs.hasNext()) {
|
|
|
947 |
intituleAuteur+=", ";
|
|
|
948 |
}
|
|
|
949 |
}
|
|
|
950 |
return intituleAuteur;
|
1124 |
jpm |
951 |
}
|
|
|
952 |
|
|
|
953 |
private String construireNomComplet() {
|
|
|
954 |
// Intitulé de la publication complet : fmt_auteur, date_parution(année). titre. Editeur (nom), collection, fascicule, indication_nvt. pages.
|
|
|
955 |
String nomComplet = "";
|
|
|
956 |
String auteurs = construireIntituleAuteur();
|
|
|
957 |
String annee = datePublicationChp.getRawValue();
|
|
|
958 |
String titre = titreChp.getValue();
|
|
|
959 |
String editeur = construireIntituleEditeur();
|
|
|
960 |
|
|
|
961 |
nomComplet += auteurs+", "+annee+". "+titre+".";
|
|
|
962 |
|
|
|
963 |
if (!UtilString.isEmpty(editeur)) {
|
|
|
964 |
nomComplet += " Éditeur "+editeur+".";
|
|
|
965 |
}
|
|
|
966 |
|
|
|
967 |
if (collectionChp.getValue() != null) {
|
|
|
968 |
String revue = collectionChp.getValue();
|
|
|
969 |
nomComplet += ", "+revue;
|
|
|
970 |
}
|
|
|
971 |
|
|
|
972 |
if (fasciculeChp.getValue() != null) {
|
|
|
973 |
String fascicule = fasciculeChp.getValue();
|
|
|
974 |
nomComplet += ", "+fascicule;
|
|
|
975 |
}
|
|
|
976 |
|
|
|
977 |
if (tomeChp.getValue() != null) {
|
|
|
978 |
String tomaison = tomeChp.getValue();
|
|
|
979 |
nomComplet += ", "+tomaison;
|
|
|
980 |
}
|
|
|
981 |
|
|
|
982 |
if (collectionChp.getValue() != null || fasciculeChp.getValue() != null || tomeChp.getValue() != null) {
|
|
|
983 |
nomComplet += ".";
|
|
|
984 |
}
|
|
|
985 |
|
|
|
986 |
if (pagesChp.getValue() != null) {
|
|
|
987 |
String pages = pagesChp.getValue();
|
|
|
988 |
nomComplet += pages+".";
|
|
|
989 |
}
|
|
|
990 |
|
|
|
991 |
return nomComplet;
|
|
|
992 |
}
|
|
|
993 |
|
934 |
jpm |
994 |
public void reinitialiserFormulaire() {
|
781 |
jpm |
995 |
if (mode.equals(Formulaire.MODE_MODIFIER)) {
|
786 |
jpm |
996 |
mediateur.afficherFormPublication(publication.getId());
|
775 |
jpm |
997 |
} else {
|
|
|
998 |
mediateur.afficherFormPublication(null);
|
219 |
aurelien |
999 |
}
|
|
|
1000 |
}
|
227 |
aurelien |
1001 |
|
792 |
jpm |
1002 |
private boolean etreDateValide(String anneePublication) {
|
782 |
jpm |
1003 |
boolean valide = true;
|
792 |
jpm |
1004 |
if (!anneePublication.matches("^[0-2][0-9]{3}$")) {
|
782 |
jpm |
1005 |
valide = false;
|
725 |
aurelien |
1006 |
}
|
782 |
jpm |
1007 |
return valide;
|
725 |
aurelien |
1008 |
}
|
758 |
aurelien |
1009 |
|
|
|
1010 |
private String reduireDateParAnnee(String datePar) {
|
775 |
jpm |
1011 |
if (datePar.matches("^[0-2][0-9]{3}(-[0-9]{2}){2}$")) {
|
758 |
aurelien |
1012 |
return datePar.split("-")[0];
|
505 |
jp_milcent |
1013 |
} else {
|
758 |
aurelien |
1014 |
return "";
|
227 |
aurelien |
1015 |
}
|
758 |
aurelien |
1016 |
}
|
1032 |
jpm |
1017 |
|
|
|
1018 |
private String getValeurComboProjets() {
|
|
|
1019 |
String valeur = "";
|
1329 |
cyprien |
1020 |
if (projetsCombo.getValeur() != null) {
|
|
|
1021 |
Projet projet = new Projet(projetsCombo.getValeur());
|
|
|
1022 |
valeur = projet.getId();
|
1032 |
jpm |
1023 |
}
|
|
|
1024 |
return valeur;
|
|
|
1025 |
}
|
|
|
1026 |
private void setValeurComboProjets() {
|
|
|
1027 |
if (projetsCombo.getStore() != null ) {
|
1329 |
cyprien |
1028 |
Debug.log(projetsCombo.getStore().getModels().toArray().toString());
|
1032 |
jpm |
1029 |
if (mode.equals(Formulaire.MODE_MODIFIER) && publication != null) {
|
1329 |
cyprien |
1030 |
projetsCombo.getCombo().setValue(projetsCombo.getStore().findModel("cpr_id_projet", publication.getIdProjet()));
|
1032 |
jpm |
1031 |
} else if (mode.equals(Formulaire.MODE_AJOUTER)) {
|
1329 |
cyprien |
1032 |
projetsCombo.getCombo().setValue(projetsCombo.getStore().findModel("cpr_id_projet", mediateur.getProjetId()));
|
1032 |
jpm |
1033 |
}
|
|
|
1034 |
}
|
|
|
1035 |
}
|
505 |
jp_milcent |
1036 |
}
|