1196 |
gduche |
1 |
package org.tela_botanica.del.client.vues.pictoflora.plateformedetermination;
|
|
|
2 |
|
|
|
3 |
import java.util.Iterator;
|
|
|
4 |
import java.util.List;
|
|
|
5 |
|
|
|
6 |
import org.tela_botanica.del.client.cache.CacheClient;
|
|
|
7 |
import org.tela_botanica.del.client.composants.fenetreoverlay.FenetreOverlayDefilanteVue;
|
|
|
8 |
import org.tela_botanica.del.client.composants.fenetreoverlay.FenetreOverlaySimplePresenteur;
|
|
|
9 |
import org.tela_botanica.del.client.composants.formulairerechercheeflore.FormulaireRechercheEflorePresenteur;
|
|
|
10 |
import org.tela_botanica.del.client.composants.formulaires.formulairecommentaire.FormulaireCommentairePresenteur;
|
|
|
11 |
import org.tela_botanica.del.client.composants.formulaires.formulairecommentaire.FormulaireCommentaireVue;
|
|
|
12 |
import org.tela_botanica.del.client.composants.formulaires.formulaireproposition.FormulairePropositionPresenteur;
|
|
|
13 |
import org.tela_botanica.del.client.composants.formulaires.formulaireproposition.FormulairePropositionVue;
|
|
|
14 |
import org.tela_botanica.del.client.composants.forum.ForumPresenteur;
|
|
|
15 |
import org.tela_botanica.del.client.composants.forum.ForumVue;
|
|
|
16 |
import org.tela_botanica.del.client.composants.metadonnees.MetadonneesEnLigneVue;
|
|
|
17 |
import org.tela_botanica.del.client.composants.metadonnees.MetadonneesPresenteur;
|
|
|
18 |
import org.tela_botanica.del.client.composants.observations.ObservationImagesPresenteur;
|
|
|
19 |
import org.tela_botanica.del.client.composants.observations.ObservationImagesVue;
|
1199 |
gduche |
20 |
import org.tela_botanica.del.client.composants.partageurl.PartageUrlPresenteur;
|
|
|
21 |
import org.tela_botanica.del.client.composants.partageurl.PartageUrlVue;
|
1196 |
gduche |
22 |
import org.tela_botanica.del.client.composants.presenteur.Presenteur;
|
|
|
23 |
import org.tela_botanica.del.client.composants.rss.RssPresenteur;
|
|
|
24 |
import org.tela_botanica.del.client.composants.rss.RssVue;
|
|
|
25 |
import org.tela_botanica.del.client.config.Config;
|
|
|
26 |
import org.tela_botanica.del.client.gestionhistorique.ConstantesNavigation;
|
|
|
27 |
import org.tela_botanica.del.client.modeles.Image;
|
|
|
28 |
import org.tela_botanica.del.client.modeles.ModeRecherche;
|
|
|
29 |
import org.tela_botanica.del.client.modeles.MoyenneVote;
|
|
|
30 |
import org.tela_botanica.del.client.modeles.Observation;
|
|
|
31 |
import org.tela_botanica.del.client.modeles.ObservationServiceResultat;
|
|
|
32 |
import org.tela_botanica.del.client.modeles.Protocole;
|
|
|
33 |
import org.tela_botanica.del.client.modeles.ProtocoleServiceResultat;
|
|
|
34 |
import org.tela_botanica.del.client.modeles.VoteDetermination;
|
|
|
35 |
import org.tela_botanica.del.client.navigation.evenement.BusEvenementiel;
|
|
|
36 |
import org.tela_botanica.del.client.navigation.evenement.ajoutcommentaire.EvenementAjoutCommentaire;
|
|
|
37 |
import org.tela_botanica.del.client.navigation.evenement.ajoutcommentaire.GestionnaireEvenementAjoutCommentaire;
|
|
|
38 |
import org.tela_botanica.del.client.navigation.evenement.ajoutdetermination.EvenementAjoutDetermination;
|
|
|
39 |
import org.tela_botanica.del.client.navigation.evenement.ajoutdetermination.GestionnaireEvenementAjoutDetermination;
|
|
|
40 |
import org.tela_botanica.del.client.navigation.evenement.changementimagevalidation.EvenementChangementImageValidation;
|
|
|
41 |
import org.tela_botanica.del.client.navigation.evenement.changementimagevalidation.GestionnaireEvenementChangementImageValidation;
|
|
|
42 |
import org.tela_botanica.del.client.navigation.evenement.voteDetermination.EvenementVoteDetermination;
|
|
|
43 |
import org.tela_botanica.del.client.navigation.evenement.voteDetermination.GestionnaireEvenementVoteDetermination;
|
|
|
44 |
import org.tela_botanica.del.client.services.CalculVoteDeterminationService;
|
|
|
45 |
import org.tela_botanica.del.client.services.rest.CommentaireServiceConcret;
|
|
|
46 |
import org.tela_botanica.del.client.services.rest.ObservationService;
|
|
|
47 |
import org.tela_botanica.del.client.services.rest.PropositionDeterminationServiceConcret;
|
|
|
48 |
import org.tela_botanica.del.client.services.rest.ProtocoleService;
|
|
|
49 |
import org.tela_botanica.del.client.services.rest.async.ObservationsCallback;
|
|
|
50 |
import org.tela_botanica.del.client.services.rest.async.ProtocolesCallback;
|
|
|
51 |
import org.tela_botanica.del.client.utils.URLUtils;
|
|
|
52 |
import org.tela_botanica.del.client.vues.pictoflora.plateformedetermination.ligneProtocole.LigneProtocolePresenteur;
|
|
|
53 |
import org.tela_botanica.del.client.vues.pictoflora.plateformedetermination.ligneProtocole.LigneProtocoleVue;
|
|
|
54 |
|
|
|
55 |
import com.google.gwt.event.dom.client.ClickEvent;
|
|
|
56 |
import com.google.gwt.event.dom.client.ClickHandler;
|
|
|
57 |
import com.google.gwt.event.dom.client.HasClickHandlers;
|
|
|
58 |
import com.google.gwt.user.client.Window;
|
|
|
59 |
import com.google.gwt.user.client.ui.Button;
|
|
|
60 |
import com.google.gwt.user.client.ui.HasWidgets;
|
|
|
61 |
import com.google.gwt.user.client.ui.IsWidget;
|
|
|
62 |
import com.google.gwt.user.client.ui.Panel;
|
|
|
63 |
|
|
|
64 |
public class PictofloraDeterminationPresenteur extends Presenteur {
|
|
|
65 |
|
|
|
66 |
/**
|
|
|
67 |
* Vue de l'interface de détermination
|
|
|
68 |
* */
|
|
|
69 |
public interface Vue extends IsWidget {
|
|
|
70 |
public Panel getForum();
|
|
|
71 |
|
|
|
72 |
public Panel getDetailImageObservation();
|
|
|
73 |
|
|
|
74 |
public Panel getFormulaireRechercheEflore();
|
|
|
75 |
|
|
|
76 |
public Panel getVoteProtocole();
|
|
|
77 |
|
|
|
78 |
public Button getBoutonAjoutProposition();
|
|
|
79 |
|
|
|
80 |
public Button getBoutonAjoutCommentaire();
|
|
|
81 |
|
|
|
82 |
public Button getBoutonAjoutPropositionBas();
|
|
|
83 |
|
|
|
84 |
public Button getBoutonAjoutCommentaireBas();
|
|
|
85 |
|
|
|
86 |
public HasWidgets getMetadonnees();
|
|
|
87 |
|
|
|
88 |
public HasWidgets getNouvelleLigneProtocole();
|
|
|
89 |
|
|
|
90 |
public void afficherNomTaxonProbable(String nomTaxon);
|
|
|
91 |
|
|
|
92 |
public HasClickHandlers getLienOuvrages();
|
|
|
93 |
|
|
|
94 |
public HasClickHandlers getLienBonnier();
|
|
|
95 |
|
|
|
96 |
public HasClickHandlers getLienCles();
|
|
|
97 |
|
|
|
98 |
public HasClickHandlers getLienEflore();
|
|
|
99 |
|
|
|
100 |
public HasWidgets getZoneRss();
|
|
|
101 |
}
|
|
|
102 |
|
|
|
103 |
private Vue vue;
|
|
|
104 |
private FenetreOverlaySimplePresenteur fenetreOverlaySimplePresenteur;
|
|
|
105 |
|
|
|
106 |
// Déclaration des services à utiliser
|
|
|
107 |
private ProtocoleService protocoleService;
|
|
|
108 |
private ObservationService observationService;
|
|
|
109 |
|
|
|
110 |
private CacheClient cache = CacheClient.getInstance();
|
|
|
111 |
|
|
|
112 |
public PictofloraDeterminationPresenteur(Vue vue, ObservationService observationService, ProtocoleService protocoleService) {
|
|
|
113 |
this.vue = vue;
|
|
|
114 |
this.protocoleService = protocoleService;
|
|
|
115 |
this.observationService = observationService;
|
|
|
116 |
}
|
|
|
117 |
|
|
|
118 |
public void go(final HasWidgets composite) {
|
|
|
119 |
|
|
|
120 |
// TODO afficher une icone de chargement si le chargement devient trop
|
|
|
121 |
// long
|
|
|
122 |
// car tout l'écran est asynchrone ici
|
|
|
123 |
String observationId = URLUtils.getURLSpecialParameterValue();
|
|
|
124 |
|
|
|
125 |
observationService.getObservation(observationId, new ObservationsCallback() {
|
|
|
126 |
|
|
|
127 |
@Override
|
|
|
128 |
public void surRetour(ObservationServiceResultat objetRetour) {
|
|
|
129 |
afficherRss(cache.getObservationCourante());
|
|
|
130 |
// trouve l'image courante si elle n'est pas deja en cache
|
|
|
131 |
List<Image> listeImages = cache.getObservationCourante().getImages();
|
|
|
132 |
if (listeImages.size() > 0) {
|
|
|
133 |
CacheClient.getInstance().setImageCourante(listeImages.get(0));
|
|
|
134 |
} else {
|
|
|
135 |
CacheClient.getInstance().setImageCourante(null);
|
|
|
136 |
}
|
|
|
137 |
|
|
|
138 |
new MetadonneesPresenteur(new MetadonneesEnLigneVue(), cache.getObservationCourante(), ModeRecherche.MODE_OBSERVATION, false).go(vue.getMetadonnees());
|
1553 |
jpm |
139 |
new ObservationImagesPresenteur(new ObservationImagesVue(), cache.getObservationCourante(), CacheClient.getInstance().getImageCourante()).go(vue.getDetailImageObservation());
|
1196 |
gduche |
140 |
chargerEtAjouterLignesVotesProtocole();
|
|
|
141 |
new ForumPresenteur(new ForumVue()).go(vue.getForum());
|
|
|
142 |
new FormulaireRechercheEflorePresenteur().go(vue.getFormulaireRechercheEflore());
|
|
|
143 |
|
|
|
144 |
calculerEtAfficherVoteDeterminationPlusPopulaire();
|
|
|
145 |
composite.add(vue.asWidget());
|
|
|
146 |
|
|
|
147 |
}
|
|
|
148 |
|
|
|
149 |
@Override
|
|
|
150 |
public void surErreur(String messageErreur) {
|
|
|
151 |
Window.alert(messageErreur);
|
|
|
152 |
}
|
|
|
153 |
});
|
|
|
154 |
gererEvenements();
|
|
|
155 |
}
|
|
|
156 |
|
|
|
157 |
public void afficherRss(Observation observation) {
|
|
|
158 |
new RssPresenteur(new RssVue(), observation, "Suivre cette observation").go(vue.getZoneRss());
|
|
|
159 |
}
|
|
|
160 |
private void chargerEtAjouterLignesVotesProtocole() {
|
|
|
161 |
if (cache.getListeProtocoles() == null) {
|
|
|
162 |
protocoleService.getProtocoles(new ProtocolesCallback() {
|
|
|
163 |
|
|
|
164 |
@Override
|
|
|
165 |
public void surRetour(ProtocoleServiceResultat protocolesRecus) {
|
|
|
166 |
List<Protocole> listeProtocoles = protocolesRecus.getProtocoles();
|
|
|
167 |
ajouterLignesVotesProtocole(listeProtocoles);
|
|
|
168 |
}
|
|
|
169 |
});
|
|
|
170 |
} else {
|
|
|
171 |
List<Protocole> listeProtocoles = cache.getListeProtocoles();
|
|
|
172 |
ajouterLignesVotesProtocole(listeProtocoles);
|
|
|
173 |
}
|
|
|
174 |
}
|
|
|
175 |
|
|
|
176 |
private void ajouterLignesVotesProtocole(List<Protocole> listeProtocoles) {
|
|
|
177 |
for (Iterator<Protocole> iterator = listeProtocoles.iterator(); iterator.hasNext();) {
|
|
|
178 |
Protocole protocole = iterator.next();
|
|
|
179 |
LigneProtocolePresenteur presenteurLigneProtocole = new LigneProtocolePresenteur(protocole, new LigneProtocoleVue());
|
|
|
180 |
presenteurLigneProtocole.go(vue.getNouvelleLigneProtocole());
|
|
|
181 |
}
|
|
|
182 |
}
|
|
|
183 |
|
|
|
184 |
private void calculerEtAfficherVoteDeterminationPlusPopulaire() {
|
|
|
185 |
|
|
|
186 |
Observation observation = cache.getObservationCourante();
|
|
|
187 |
String nomTaxon = observation.getNomRetenu();
|
|
|
188 |
|
|
|
189 |
List<MoyenneVote> votesOrdonnes = CalculVoteDeterminationService.calculerVoteDeterminationPlusPopulaire(cache.getObservationCourante().getPropositionDeterminations());
|
|
|
190 |
if (votesOrdonnes.size() > 0) {
|
|
|
191 |
nomTaxon = votesOrdonnes.get(0).getIntituleAssocie();
|
|
|
192 |
}
|
|
|
193 |
|
|
|
194 |
vue.afficherNomTaxonProbable(nomTaxon);
|
|
|
195 |
}
|
|
|
196 |
|
|
|
197 |
public void gererEvenements() {
|
|
|
198 |
|
|
|
199 |
BusEvenementiel.getInstance().addHandler(EvenementVoteDetermination.TYPE, new GestionnaireEvenementVoteDetermination() {
|
|
|
200 |
@Override
|
|
|
201 |
public void onVoteDetermination(VoteDetermination event) {
|
|
|
202 |
calculerEtAfficherVoteDeterminationPlusPopulaire();
|
|
|
203 |
}
|
|
|
204 |
});
|
|
|
205 |
|
|
|
206 |
ClickHandler clicAjoutProposition = new ClickHandler() {
|
|
|
207 |
@Override
|
|
|
208 |
public void onClick(ClickEvent event) {
|
|
|
209 |
fenetreOverlaySimplePresenteur = new FenetreOverlaySimplePresenteur(new FenetreOverlayDefilanteVue());
|
|
|
210 |
fenetreOverlaySimplePresenteur.ouvrirFenetreModale(new FormulairePropositionPresenteur(new FormulairePropositionVue(), new PropositionDeterminationServiceConcret()));
|
|
|
211 |
}
|
|
|
212 |
};
|
|
|
213 |
vue.getBoutonAjoutProposition().addClickHandler(clicAjoutProposition);
|
|
|
214 |
vue.getBoutonAjoutPropositionBas().addClickHandler(clicAjoutProposition);
|
|
|
215 |
|
|
|
216 |
ClickHandler clicAjoutCommentaire = new ClickHandler() {
|
|
|
217 |
@Override
|
|
|
218 |
public void onClick(ClickEvent event) {
|
|
|
219 |
FormulaireCommentairePresenteur commentairePresenteur = new FormulaireCommentairePresenteur(cache.getObservationCourante(), new CommentaireServiceConcret(), new FormulaireCommentaireVue());
|
|
|
220 |
fenetreOverlaySimplePresenteur = new FenetreOverlaySimplePresenteur(new FenetreOverlayDefilanteVue());
|
|
|
221 |
fenetreOverlaySimplePresenteur.ouvrirFenetreModale(commentairePresenteur);
|
|
|
222 |
}
|
|
|
223 |
};
|
|
|
224 |
vue.getBoutonAjoutCommentaire().addClickHandler(clicAjoutCommentaire);
|
|
|
225 |
vue.getBoutonAjoutCommentaireBas().addClickHandler(clicAjoutCommentaire);
|
|
|
226 |
|
|
|
227 |
BusEvenementiel.getInstance().addHandler(EvenementAjoutDetermination.TYPE, new GestionnaireEvenementAjoutDetermination() {
|
|
|
228 |
@Override
|
|
|
229 |
public void onAjoutDetermination(EvenementAjoutDetermination event) {
|
|
|
230 |
if (fenetreOverlaySimplePresenteur != null && fenetreOverlaySimplePresenteur.fenetreModaleEstOuverte()) {
|
|
|
231 |
fenetreOverlaySimplePresenteur.fermerFenetreModale();
|
|
|
232 |
}
|
|
|
233 |
}
|
|
|
234 |
});
|
|
|
235 |
|
|
|
236 |
BusEvenementiel.getInstance().addHandler(EvenementAjoutCommentaire.TYPE, new GestionnaireEvenementAjoutCommentaire() {
|
|
|
237 |
|
|
|
238 |
@Override
|
|
|
239 |
public void onAjoutCommentaire(EvenementAjoutCommentaire event) {
|
|
|
240 |
if (fenetreOverlaySimplePresenteur != null && fenetreOverlaySimplePresenteur.fenetreModaleEstOuverte()) {
|
|
|
241 |
fenetreOverlaySimplePresenteur.fermerFenetreModale();
|
|
|
242 |
}
|
|
|
243 |
}
|
|
|
244 |
});
|
|
|
245 |
|
|
|
246 |
BusEvenementiel.getInstance().addHandler(EvenementChangementImageValidation.TYPE, new GestionnaireEvenementChangementImageValidation() {
|
|
|
247 |
|
|
|
248 |
@Override
|
|
|
249 |
public void onChangementImage(EvenementChangementImageValidation event) {
|
|
|
250 |
vue.getDetailImageObservation().clear();
|
|
|
251 |
vue.getVoteProtocole().clear();
|
1553 |
jpm |
252 |
new ObservationImagesPresenteur(new ObservationImagesVue(), cache.getObservationCourante(), CacheClient.getInstance().getImageCourante()).go(vue.getDetailImageObservation());
|
1196 |
gduche |
253 |
chargerEtAjouterLignesVotesProtocole();
|
|
|
254 |
}
|
|
|
255 |
});
|
|
|
256 |
|
|
|
257 |
|
|
|
258 |
vue.getLienOuvrages().addClickHandler(new ClickHandler() {
|
|
|
259 |
|
|
|
260 |
@Override
|
|
|
261 |
public void onClick(ClickEvent event) {
|
|
|
262 |
Config config = new Config();
|
1686 |
mathias |
263 |
Window.open(config.getUrl("ouvragesFlore"), "Flores numérisées", config.getInfo("popupOptions"));
|
1196 |
gduche |
264 |
}
|
|
|
265 |
});
|
|
|
266 |
|
|
|
267 |
vue.getLienBonnier().addClickHandler(new ClickHandler() {
|
|
|
268 |
|
|
|
269 |
@Override
|
|
|
270 |
public void onClick(ClickEvent event) {
|
|
|
271 |
Config config = new Config();
|
1686 |
mathias |
272 |
Window.open(config.getUrl("bonnierPda"), "Flore Bonnier PDA", config.getInfo("popupOptions"));
|
1196 |
gduche |
273 |
}
|
|
|
274 |
});
|
|
|
275 |
|
|
|
276 |
vue.getLienCles().addClickHandler(new ClickHandler() {
|
|
|
277 |
|
|
|
278 |
@Override
|
|
|
279 |
public void onClick(ClickEvent event) {
|
|
|
280 |
Config config = new Config();
|
1686 |
mathias |
281 |
Window.open(config.getUrl("clesDetermination"), "Clés de determination", config.getInfo("popupOptions"));
|
1196 |
gduche |
282 |
}
|
|
|
283 |
});
|
|
|
284 |
|
|
|
285 |
vue.getLienEflore().addClickHandler(new ClickHandler() {
|
|
|
286 |
|
|
|
287 |
@Override
|
|
|
288 |
public void onClick(ClickEvent event) {
|
|
|
289 |
Config config = new Config();
|
1686 |
mathias |
290 |
Window.open(config.getUrl("eflore"), "eFlore", config.getInfo("popupOptions"));
|
1196 |
gduche |
291 |
}
|
|
|
292 |
});
|
|
|
293 |
}
|
|
|
294 |
}
|