41 |
aurelien |
1 |
package org.tela_botanica.del.client.vues.plateformedetermination;
|
|
|
2 |
|
629 |
aurelien |
3 |
import java.util.Iterator;
|
170 |
aurelien |
4 |
import java.util.List;
|
|
|
5 |
|
181 |
benjamin |
6 |
import org.tela_botanica.del.client.cache.CacheClient;
|
648 |
benjamin |
7 |
import org.tela_botanica.del.client.composants.fenetreoverlay.FenetreOverlayDefilanteVue;
|
|
|
8 |
import org.tela_botanica.del.client.composants.fenetreoverlay.FenetreOverlaySimplePresenteur;
|
688 |
aurelien |
9 |
import org.tela_botanica.del.client.composants.formulaires.formulairecommentaire.FormulaireCommentairePresenteur;
|
|
|
10 |
import org.tela_botanica.del.client.composants.formulaires.formulairecommentaire.FormulaireCommentaireVue;
|
648 |
benjamin |
11 |
import org.tela_botanica.del.client.composants.formulaires.formulaireproposition.FormulairePropositionPresenteur;
|
|
|
12 |
import org.tela_botanica.del.client.composants.formulaires.formulaireproposition.FormulairePropositionVue;
|
625 |
gduche |
13 |
import org.tela_botanica.del.client.composants.metadonnees.MetadonneesEnLigneVue;
|
447 |
gduche |
14 |
import org.tela_botanica.del.client.composants.metadonnees.MetadonneesPresenteur;
|
477 |
benjamin |
15 |
import org.tela_botanica.del.client.composants.observations.ObservationImagesPresenteur;
|
|
|
16 |
import org.tela_botanica.del.client.composants.observations.ObservationImagesVue;
|
262 |
aurelien |
17 |
import org.tela_botanica.del.client.composants.presenteur.Presenteur;
|
1006 |
benjamin |
18 |
import org.tela_botanica.del.client.modeles.Image;
|
552 |
benjamin |
19 |
import org.tela_botanica.del.client.modeles.ModeRecherche;
|
170 |
aurelien |
20 |
import org.tela_botanica.del.client.modeles.MoyenneVote;
|
966 |
gduche |
21 |
import org.tela_botanica.del.client.modeles.Observation;
|
847 |
aurelien |
22 |
import org.tela_botanica.del.client.modeles.ObservationServiceResultat;
|
629 |
aurelien |
23 |
import org.tela_botanica.del.client.modeles.Protocole;
|
814 |
aurelien |
24 |
import org.tela_botanica.del.client.modeles.ProtocoleServiceResultat;
|
248 |
aurelien |
25 |
import org.tela_botanica.del.client.modeles.VoteDetermination;
|
|
|
26 |
import org.tela_botanica.del.client.navigation.evenement.BusEvenementiel;
|
658 |
benjamin |
27 |
import org.tela_botanica.del.client.navigation.evenement.ajoutcommentaire.EvenementAjoutCommentaire;
|
|
|
28 |
import org.tela_botanica.del.client.navigation.evenement.ajoutcommentaire.GestionnaireEvenementAjoutCommentaire;
|
248 |
aurelien |
29 |
import org.tela_botanica.del.client.navigation.evenement.ajoutdetermination.EvenementAjoutDetermination;
|
|
|
30 |
import org.tela_botanica.del.client.navigation.evenement.ajoutdetermination.GestionnaireEvenementAjoutDetermination;
|
1006 |
benjamin |
31 |
import org.tela_botanica.del.client.navigation.evenement.changementimagevalidation.EvenementChangementImageValidation;
|
|
|
32 |
import org.tela_botanica.del.client.navigation.evenement.changementimagevalidation.GestionnaireEvenementChangementImageValidation;
|
248 |
aurelien |
33 |
import org.tela_botanica.del.client.navigation.evenement.voteDetermination.EvenementVoteDetermination;
|
|
|
34 |
import org.tela_botanica.del.client.navigation.evenement.voteDetermination.GestionnaireEvenementVoteDetermination;
|
170 |
aurelien |
35 |
import org.tela_botanica.del.client.services.CalculVoteDeterminationService;
|
960 |
benjamin |
36 |
import org.tela_botanica.del.client.services.rest.CommentaireServiceConcret;
|
847 |
aurelien |
37 |
import org.tela_botanica.del.client.services.rest.ObservationService;
|
960 |
benjamin |
38 |
import org.tela_botanica.del.client.services.rest.PropositionDeterminationServiceConcret;
|
629 |
aurelien |
39 |
import org.tela_botanica.del.client.services.rest.ProtocoleService;
|
847 |
aurelien |
40 |
import org.tela_botanica.del.client.services.rest.async.ObservationsCallback;
|
814 |
aurelien |
41 |
import org.tela_botanica.del.client.services.rest.async.ProtocolesCallback;
|
72 |
aurelien |
42 |
import org.tela_botanica.del.client.vues.plateformedetermination.formulairerechercheeflore.FormulaireRechercheEflorePresenteur;
|
46 |
aurelien |
43 |
import org.tela_botanica.del.client.vues.plateformedetermination.forum.ForumPresenteur;
|
303 |
aurelien |
44 |
import org.tela_botanica.del.client.vues.plateformedetermination.forum.ForumVue;
|
650 |
gduche |
45 |
import org.tela_botanica.del.client.vues.plateformedetermination.ligneProtocole.LigneProtocolePresenteur;
|
|
|
46 |
import org.tela_botanica.del.client.vues.plateformedetermination.ligneProtocole.LigneProtocoleVue;
|
41 |
aurelien |
47 |
|
262 |
aurelien |
48 |
import com.google.gwt.event.dom.client.ClickEvent;
|
|
|
49 |
import com.google.gwt.event.dom.client.ClickHandler;
|
939 |
benjamin |
50 |
import com.google.gwt.user.client.Window;
|
303 |
aurelien |
51 |
import com.google.gwt.user.client.ui.Button;
|
41 |
aurelien |
52 |
import com.google.gwt.user.client.ui.HasWidgets;
|
303 |
aurelien |
53 |
import com.google.gwt.user.client.ui.IsWidget;
|
625 |
gduche |
54 |
import com.google.gwt.user.client.ui.Panel;
|
41 |
aurelien |
55 |
|
262 |
aurelien |
56 |
public class DeterminationPresenteur extends Presenteur {
|
135 |
gduche |
57 |
|
966 |
gduche |
58 |
/**
|
|
|
59 |
* Vue de l'interface de détermination
|
|
|
60 |
* */
|
602 |
aurelien |
61 |
public interface Vue extends IsWidget {
|
625 |
gduche |
62 |
public Panel getForum();
|
1006 |
benjamin |
63 |
|
625 |
gduche |
64 |
public Panel getDetailImageObservation();
|
1006 |
benjamin |
65 |
|
625 |
gduche |
66 |
public Panel getFormulaireRechercheEflore();
|
1006 |
benjamin |
67 |
|
625 |
gduche |
68 |
public Panel getVoteProtocole();
|
1006 |
benjamin |
69 |
|
303 |
aurelien |
70 |
public Button getBoutonAjoutProposition();
|
1006 |
benjamin |
71 |
|
658 |
benjamin |
72 |
public Button getBoutonAjoutCommentaire();
|
1006 |
benjamin |
73 |
|
947 |
gduche |
74 |
public Button getBoutonAjoutPropositionBas();
|
1006 |
benjamin |
75 |
|
947 |
gduche |
76 |
public Button getBoutonAjoutCommentaireBas();
|
1006 |
benjamin |
77 |
|
447 |
gduche |
78 |
public HasWidgets getMetadonnees();
|
1006 |
benjamin |
79 |
|
649 |
gduche |
80 |
public HasWidgets getNouvelleLigneProtocole();
|
1006 |
benjamin |
81 |
|
645 |
gduche |
82 |
public void afficherNomTaxonProbable(String nomTaxon);
|
303 |
aurelien |
83 |
}
|
436 |
benjamin |
84 |
|
303 |
aurelien |
85 |
private Vue vue;
|
966 |
gduche |
86 |
private FenetreOverlaySimplePresenteur fenetreOverlaySimplePresenteur;
|
436 |
benjamin |
87 |
|
966 |
gduche |
88 |
// Déclaration des services à utiliser
|
957 |
benjamin |
89 |
private ProtocoleService protocoleService;
|
|
|
90 |
private ObservationService observationService;
|
183 |
gduche |
91 |
|
966 |
gduche |
92 |
private CacheClient cache = CacheClient.getInstance();
|
1006 |
benjamin |
93 |
|
957 |
benjamin |
94 |
public DeterminationPresenteur(Vue vue, ObservationService observationService, ProtocoleService protocoleService) {
|
303 |
aurelien |
95 |
this.vue = vue;
|
966 |
gduche |
96 |
this.protocoleService = protocoleService;
|
957 |
benjamin |
97 |
this.observationService = observationService;
|
41 |
aurelien |
98 |
}
|
135 |
gduche |
99 |
|
847 |
aurelien |
100 |
public void go(final HasWidgets composite) {
|
939 |
benjamin |
101 |
|
1006 |
benjamin |
102 |
// TODO afficher une icone de chargement si le chargement devient trop
|
|
|
103 |
// long
|
854 |
aurelien |
104 |
// car tout l'écran est asynchrone ici
|
1006 |
benjamin |
105 |
final Observation observationCourante = cache.getObservationCourante();
|
966 |
gduche |
106 |
observationService.getObservation(observationCourante.getId(), new ObservationsCallback() {
|
939 |
benjamin |
107 |
|
|
|
108 |
@Override
|
|
|
109 |
public void surRetour(ObservationServiceResultat objetRetour) {
|
|
|
110 |
|
1006 |
benjamin |
111 |
// trouve l'image courante si elle n'est pas deja en cache
|
|
|
112 |
List<Image> listeImages = cache.getObservationCourante().getImages();
|
|
|
113 |
if (listeImages.size() > 0) {
|
|
|
114 |
CacheClient.getInstance().setImageCourante(listeImages.get(0));
|
|
|
115 |
} else {
|
|
|
116 |
CacheClient.getInstance().setImageCourante(null);
|
|
|
117 |
}
|
|
|
118 |
|
967 |
aurelien |
119 |
new MetadonneesPresenteur(new MetadonneesEnLigneVue(), cache.getObservationCourante(), ModeRecherche.MODE_OBSERVATION).go(vue.getMetadonnees());
|
1006 |
benjamin |
120 |
new ObservationImagesPresenteur(new ObservationImagesVue(), cache.getObservationCourante(), CacheClient.getInstance().getImageCourante()).go(vue.getDetailImageObservation());
|
847 |
aurelien |
121 |
chargerEtAjouterLignesVotesProtocole();
|
|
|
122 |
new ForumPresenteur(new ForumVue()).go(vue.getForum());
|
|
|
123 |
new FormulaireRechercheEflorePresenteur().go(vue.getFormulaireRechercheEflore());
|
629 |
aurelien |
124 |
|
847 |
aurelien |
125 |
calculerEtAfficherVoteDeterminationPlusPopulaire();
|
|
|
126 |
composite.add(vue.asWidget());
|
939 |
benjamin |
127 |
|
847 |
aurelien |
128 |
}
|
939 |
benjamin |
129 |
|
|
|
130 |
@Override
|
|
|
131 |
public void surErreur(String messageErreur) {
|
|
|
132 |
Window.alert(messageErreur);
|
|
|
133 |
}
|
|
|
134 |
});
|
248 |
aurelien |
135 |
gererEvenements();
|
41 |
aurelien |
136 |
}
|
645 |
gduche |
137 |
|
814 |
aurelien |
138 |
private void chargerEtAjouterLignesVotesProtocole() {
|
966 |
gduche |
139 |
if (cache.getListeProtocoles() == null) {
|
814 |
aurelien |
140 |
protocoleService.getProtocoles(new ProtocolesCallback() {
|
939 |
benjamin |
141 |
|
814 |
aurelien |
142 |
@Override
|
939 |
benjamin |
143 |
public void surRetour(ProtocoleServiceResultat protocolesRecus) {
|
814 |
aurelien |
144 |
List<Protocole> listeProtocoles = protocolesRecus.getProtocoles();
|
|
|
145 |
ajouterLignesVotesProtocole(listeProtocoles);
|
|
|
146 |
}
|
|
|
147 |
});
|
|
|
148 |
} else {
|
966 |
gduche |
149 |
List<Protocole> listeProtocoles = cache.getListeProtocoles();
|
814 |
aurelien |
150 |
ajouterLignesVotesProtocole(listeProtocoles);
|
|
|
151 |
}
|
|
|
152 |
}
|
939 |
benjamin |
153 |
|
814 |
aurelien |
154 |
private void ajouterLignesVotesProtocole(List<Protocole> listeProtocoles) {
|
|
|
155 |
for (Iterator<Protocole> iterator = listeProtocoles.iterator(); iterator.hasNext();) {
|
649 |
gduche |
156 |
Protocole protocole = iterator.next();
|
|
|
157 |
LigneProtocolePresenteur presenteurLigneProtocole = new LigneProtocolePresenteur(protocole, new LigneProtocoleVue());
|
|
|
158 |
presenteurLigneProtocole.go(vue.getNouvelleLigneProtocole());
|
629 |
aurelien |
159 |
}
|
|
|
160 |
}
|
939 |
benjamin |
161 |
|
170 |
aurelien |
162 |
private void calculerEtAfficherVoteDeterminationPlusPopulaire() {
|
1006 |
benjamin |
163 |
|
966 |
gduche |
164 |
Observation observation = cache.getObservationCourante();
|
|
|
165 |
String nomTaxon = observation.getNomRetenu();
|
1006 |
benjamin |
166 |
|
966 |
gduche |
167 |
List<MoyenneVote> votesOrdonnes = CalculVoteDeterminationService.calculerVoteDeterminationPlusPopulaire(cache.getObservationCourante().getPropositionDeterminations());
|
183 |
gduche |
168 |
if (votesOrdonnes.size() > 0) {
|
966 |
gduche |
169 |
nomTaxon = votesOrdonnes.get(0).getIntituleAssocie();
|
170 |
aurelien |
170 |
}
|
1006 |
benjamin |
171 |
|
966 |
gduche |
172 |
vue.afficherNomTaxonProbable(nomTaxon);
|
170 |
aurelien |
173 |
}
|
436 |
benjamin |
174 |
|
248 |
aurelien |
175 |
public void gererEvenements() {
|
|
|
176 |
BusEvenementiel.getInstance().addHandler(EvenementVoteDetermination.TYPE, new GestionnaireEvenementVoteDetermination() {
|
|
|
177 |
@Override
|
|
|
178 |
public void onVoteDetermination(VoteDetermination event) {
|
|
|
179 |
calculerEtAfficherVoteDeterminationPlusPopulaire();
|
|
|
180 |
}
|
|
|
181 |
});
|
436 |
benjamin |
182 |
|
947 |
gduche |
183 |
ClickHandler clicAjoutProposition = new ClickHandler() {
|
262 |
aurelien |
184 |
@Override
|
|
|
185 |
public void onClick(ClickEvent event) {
|
602 |
aurelien |
186 |
fenetreOverlaySimplePresenteur = new FenetreOverlaySimplePresenteur(new FenetreOverlayDefilanteVue());
|
960 |
benjamin |
187 |
fenetreOverlaySimplePresenteur.ouvrirFenetreModale(new FormulairePropositionPresenteur(new FormulairePropositionVue(), new PropositionDeterminationServiceConcret()));
|
262 |
aurelien |
188 |
}
|
947 |
gduche |
189 |
};
|
|
|
190 |
vue.getBoutonAjoutProposition().addClickHandler(clicAjoutProposition);
|
|
|
191 |
vue.getBoutonAjoutPropositionBas().addClickHandler(clicAjoutProposition);
|
1006 |
benjamin |
192 |
|
947 |
gduche |
193 |
ClickHandler clicAjoutCommentaire = new ClickHandler() {
|
658 |
benjamin |
194 |
@Override
|
|
|
195 |
public void onClick(ClickEvent event) {
|
966 |
gduche |
196 |
FormulaireCommentairePresenteur commentairePresenteur = new FormulaireCommentairePresenteur(cache.getObservationCourante(), new CommentaireServiceConcret(), new FormulaireCommentaireVue());
|
658 |
benjamin |
197 |
fenetreOverlaySimplePresenteur = new FenetreOverlaySimplePresenteur(new FenetreOverlayDefilanteVue());
|
|
|
198 |
fenetreOverlaySimplePresenteur.ouvrirFenetreModale(commentairePresenteur);
|
|
|
199 |
}
|
947 |
gduche |
200 |
};
|
|
|
201 |
vue.getBoutonAjoutCommentaire().addClickHandler(clicAjoutCommentaire);
|
|
|
202 |
vue.getBoutonAjoutCommentaireBas().addClickHandler(clicAjoutCommentaire);
|
436 |
benjamin |
203 |
|
262 |
aurelien |
204 |
BusEvenementiel.getInstance().addHandler(EvenementAjoutDetermination.TYPE, new GestionnaireEvenementAjoutDetermination() {
|
|
|
205 |
@Override
|
|
|
206 |
public void onAjoutDetermination(EvenementAjoutDetermination event) {
|
602 |
aurelien |
207 |
if (fenetreOverlaySimplePresenteur != null && fenetreOverlaySimplePresenteur.fenetreModaleEstOuverte()) {
|
|
|
208 |
fenetreOverlaySimplePresenteur.fermerFenetreModale();
|
262 |
aurelien |
209 |
}
|
|
|
210 |
}
|
|
|
211 |
});
|
939 |
benjamin |
212 |
|
658 |
benjamin |
213 |
BusEvenementiel.getInstance().addHandler(EvenementAjoutCommentaire.TYPE, new GestionnaireEvenementAjoutCommentaire() {
|
|
|
214 |
|
|
|
215 |
@Override
|
|
|
216 |
public void onAjoutCommentaire(EvenementAjoutCommentaire event) {
|
|
|
217 |
if (fenetreOverlaySimplePresenteur != null && fenetreOverlaySimplePresenteur.fenetreModaleEstOuverte()) {
|
|
|
218 |
fenetreOverlaySimplePresenteur.fermerFenetreModale();
|
|
|
219 |
}
|
|
|
220 |
}
|
|
|
221 |
});
|
1006 |
benjamin |
222 |
|
|
|
223 |
BusEvenementiel.getInstance().addHandler(EvenementChangementImageValidation.TYPE, new GestionnaireEvenementChangementImageValidation() {
|
|
|
224 |
|
|
|
225 |
@Override
|
|
|
226 |
public void onChangementImage(EvenementChangementImageValidation event) {
|
|
|
227 |
vue.getDetailImageObservation().clear();
|
|
|
228 |
vue.getVoteProtocole().clear();
|
|
|
229 |
new ObservationImagesPresenteur(new ObservationImagesVue(), cache.getObservationCourante(), CacheClient.getInstance().getImageCourante()).go(vue.getDetailImageObservation());
|
|
|
230 |
chargerEtAjouterLignesVotesProtocole();
|
|
|
231 |
}
|
|
|
232 |
});
|
248 |
aurelien |
233 |
}
|
41 |
aurelien |
234 |
}
|