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;
|
|
|
9 |
import org.tela_botanica.del.client.composants.formulaires.formulaireproposition.FormulairePropositionPresenteur;
|
|
|
10 |
import org.tela_botanica.del.client.composants.formulaires.formulaireproposition.FormulairePropositionVue;
|
625 |
gduche |
11 |
import org.tela_botanica.del.client.composants.metadonnees.MetadonneesEnLigneVue;
|
447 |
gduche |
12 |
import org.tela_botanica.del.client.composants.metadonnees.MetadonneesPresenteur;
|
477 |
benjamin |
13 |
import org.tela_botanica.del.client.composants.observations.ObservationImagesPresenteur;
|
|
|
14 |
import org.tela_botanica.del.client.composants.observations.ObservationImagesVue;
|
262 |
aurelien |
15 |
import org.tela_botanica.del.client.composants.presenteur.Presenteur;
|
647 |
gduche |
16 |
import org.tela_botanica.del.client.composants.votes.moyennevotes.MoyenneVotePresenteur;
|
|
|
17 |
import org.tela_botanica.del.client.composants.votes.moyennevotes.MoyenneVoteVue;
|
629 |
aurelien |
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;
|
629 |
aurelien |
21 |
import org.tela_botanica.del.client.modeles.Protocole;
|
248 |
aurelien |
22 |
import org.tela_botanica.del.client.modeles.VoteDetermination;
|
|
|
23 |
import org.tela_botanica.del.client.navigation.evenement.BusEvenementiel;
|
658 |
benjamin |
24 |
import org.tela_botanica.del.client.navigation.evenement.ajoutcommentaire.EvenementAjoutCommentaire;
|
|
|
25 |
import org.tela_botanica.del.client.navigation.evenement.ajoutcommentaire.GestionnaireEvenementAjoutCommentaire;
|
248 |
aurelien |
26 |
import org.tela_botanica.del.client.navigation.evenement.ajoutdetermination.EvenementAjoutDetermination;
|
|
|
27 |
import org.tela_botanica.del.client.navigation.evenement.ajoutdetermination.GestionnaireEvenementAjoutDetermination;
|
|
|
28 |
import org.tela_botanica.del.client.navigation.evenement.voteDetermination.EvenementVoteDetermination;
|
|
|
29 |
import org.tela_botanica.del.client.navigation.evenement.voteDetermination.GestionnaireEvenementVoteDetermination;
|
170 |
aurelien |
30 |
import org.tela_botanica.del.client.services.CalculVoteDeterminationService;
|
629 |
aurelien |
31 |
import org.tela_botanica.del.client.services.rest.ProtocoleService;
|
|
|
32 |
import org.tela_botanica.del.client.utils.MockDatasource;
|
658 |
benjamin |
33 |
import org.tela_botanica.del.client.vues.plateformedetermination.formulairecommentaire.FormulaireCommentairePresenteur;
|
|
|
34 |
import org.tela_botanica.del.client.vues.plateformedetermination.formulairecommentaire.FormulaireCommentaireVue;
|
72 |
aurelien |
35 |
import org.tela_botanica.del.client.vues.plateformedetermination.formulairerechercheeflore.FormulaireRechercheEflorePresenteur;
|
46 |
aurelien |
36 |
import org.tela_botanica.del.client.vues.plateformedetermination.forum.ForumPresenteur;
|
303 |
aurelien |
37 |
import org.tela_botanica.del.client.vues.plateformedetermination.forum.ForumVue;
|
650 |
gduche |
38 |
import org.tela_botanica.del.client.vues.plateformedetermination.ligneProtocole.LigneProtocolePresenteur;
|
|
|
39 |
import org.tela_botanica.del.client.vues.plateformedetermination.ligneProtocole.LigneProtocoleVue;
|
41 |
aurelien |
40 |
|
262 |
aurelien |
41 |
import com.google.gwt.event.dom.client.ClickEvent;
|
|
|
42 |
import com.google.gwt.event.dom.client.ClickHandler;
|
303 |
aurelien |
43 |
import com.google.gwt.user.client.ui.Button;
|
41 |
aurelien |
44 |
import com.google.gwt.user.client.ui.HasWidgets;
|
303 |
aurelien |
45 |
import com.google.gwt.user.client.ui.IsWidget;
|
625 |
gduche |
46 |
import com.google.gwt.user.client.ui.Panel;
|
41 |
aurelien |
47 |
|
262 |
aurelien |
48 |
public class DeterminationPresenteur extends Presenteur {
|
135 |
gduche |
49 |
|
602 |
aurelien |
50 |
public interface Vue extends IsWidget {
|
625 |
gduche |
51 |
public Panel getForum();
|
|
|
52 |
public Panel getDetailImageObservation();
|
|
|
53 |
public Panel getFormulaireRechercheEflore();
|
|
|
54 |
public Panel getVoteProtocole();
|
303 |
aurelien |
55 |
public Button getBoutonAjoutProposition();
|
658 |
benjamin |
56 |
public Button getBoutonAjoutCommentaire();
|
447 |
gduche |
57 |
public HasWidgets getMetadonnees();
|
645 |
gduche |
58 |
//public void ajouterLigneVoteProtocole(IsWidget vue);
|
649 |
gduche |
59 |
//public void ajouterLigneVoteProtocole(String nom, IsWidget vue);
|
|
|
60 |
public HasWidgets getNouvelleLigneProtocole();
|
645 |
gduche |
61 |
public void afficherNomTaxonProbable(String nomTaxon);
|
303 |
aurelien |
62 |
}
|
436 |
benjamin |
63 |
|
303 |
aurelien |
64 |
private Vue vue;
|
436 |
benjamin |
65 |
|
602 |
aurelien |
66 |
FenetreOverlaySimplePresenteur fenetreOverlaySimplePresenteur;
|
629 |
aurelien |
67 |
|
|
|
68 |
private ProtocoleService protocoleService = MockDatasource.getInstance();
|
183 |
gduche |
69 |
|
303 |
aurelien |
70 |
public DeterminationPresenteur(Vue vue) {
|
|
|
71 |
this.vue = vue;
|
41 |
aurelien |
72 |
}
|
135 |
gduche |
73 |
|
41 |
aurelien |
74 |
public void go(HasWidgets composite) {
|
436 |
benjamin |
75 |
|
332 |
gduche |
76 |
if (CacheClient.getInstance().getImageCourante() != null) {
|
625 |
gduche |
77 |
new MetadonneesPresenteur(new MetadonneesEnLigneVue(), CacheClient.getInstance().getObservationCourante(), ModeRecherche.MODE_OBSERVATION).go(vue.getMetadonnees());
|
436 |
benjamin |
78 |
new ObservationImagesPresenteur(new ObservationImagesVue(), CacheClient.getInstance().getObservationCourante()).go(vue.getDetailImageObservation());
|
629 |
aurelien |
79 |
|
|
|
80 |
ajouterLignesVotesProtocole();
|
332 |
gduche |
81 |
}
|
303 |
aurelien |
82 |
new ForumPresenteur(new ForumVue()).go(vue.getForum());
|
|
|
83 |
new FormulaireRechercheEflorePresenteur().go(vue.getFormulaireRechercheEflore());
|
183 |
gduche |
84 |
|
170 |
aurelien |
85 |
calculerEtAfficherVoteDeterminationPlusPopulaire();
|
183 |
gduche |
86 |
|
303 |
aurelien |
87 |
composite.add(vue.asWidget());
|
436 |
benjamin |
88 |
|
248 |
aurelien |
89 |
gererEvenements();
|
41 |
aurelien |
90 |
}
|
645 |
gduche |
91 |
|
629 |
aurelien |
92 |
private void ajouterLignesVotesProtocole() {
|
|
|
93 |
List<Protocole> tousLesProtocoles = protocoleService.getProtocoles();
|
|
|
94 |
Image imageCourante = CacheClient.getInstance().getImageCourante();
|
|
|
95 |
for (Iterator<Protocole> iterator = tousLesProtocoles.iterator(); iterator.hasNext();) {
|
649 |
gduche |
96 |
|
|
|
97 |
Protocole protocole = iterator.next();
|
|
|
98 |
LigneProtocolePresenteur presenteurLigneProtocole = new LigneProtocolePresenteur(protocole, new LigneProtocoleVue());
|
|
|
99 |
presenteurLigneProtocole.go(vue.getNouvelleLigneProtocole());
|
629 |
aurelien |
100 |
}
|
|
|
101 |
}
|
645 |
gduche |
102 |
|
170 |
aurelien |
103 |
private void calculerEtAfficherVoteDeterminationPlusPopulaire() {
|
183 |
gduche |
104 |
|
658 |
benjamin |
105 |
List<MoyenneVote> votesOrdonnes = CalculVoteDeterminationService.calculerVoteDeterminationPlusPopulaire(CacheClient.getInstance().getObservationCourante().getPropositionDeterminations());
|
183 |
gduche |
106 |
if (votesOrdonnes.size() > 0) {
|
645 |
gduche |
107 |
String nomTaxon = votesOrdonnes.get(0).getIntituleAssocie();
|
|
|
108 |
vue.afficherNomTaxonProbable(nomTaxon);
|
170 |
aurelien |
109 |
}
|
|
|
110 |
}
|
436 |
benjamin |
111 |
|
248 |
aurelien |
112 |
public void gererEvenements() {
|
|
|
113 |
BusEvenementiel.getInstance().addHandler(EvenementVoteDetermination.TYPE, new GestionnaireEvenementVoteDetermination() {
|
|
|
114 |
@Override
|
|
|
115 |
public void onVoteDetermination(VoteDetermination event) {
|
|
|
116 |
calculerEtAfficherVoteDeterminationPlusPopulaire();
|
|
|
117 |
}
|
|
|
118 |
});
|
436 |
benjamin |
119 |
|
|
|
120 |
vue.getBoutonAjoutProposition().addClickHandler(new ClickHandler() {
|
262 |
aurelien |
121 |
@Override
|
|
|
122 |
public void onClick(ClickEvent event) {
|
602 |
aurelien |
123 |
fenetreOverlaySimplePresenteur = new FenetreOverlaySimplePresenteur(new FenetreOverlayDefilanteVue());
|
|
|
124 |
fenetreOverlaySimplePresenteur.ouvrirFenetreModale(new FormulairePropositionPresenteur(new FormulairePropositionVue()));
|
262 |
aurelien |
125 |
}
|
|
|
126 |
});
|
658 |
benjamin |
127 |
|
|
|
128 |
vue.getBoutonAjoutCommentaire().addClickHandler(new ClickHandler() {
|
|
|
129 |
@Override
|
|
|
130 |
public void onClick(ClickEvent event) {
|
|
|
131 |
FormulaireCommentairePresenteur commentairePresenteur = new FormulaireCommentairePresenteur(CacheClient.getInstance().getObservationCourante(), new FormulaireCommentaireVue());
|
|
|
132 |
fenetreOverlaySimplePresenteur = new FenetreOverlaySimplePresenteur(new FenetreOverlayDefilanteVue());
|
|
|
133 |
fenetreOverlaySimplePresenteur.ouvrirFenetreModale(commentairePresenteur);
|
|
|
134 |
}
|
|
|
135 |
});
|
436 |
benjamin |
136 |
|
262 |
aurelien |
137 |
BusEvenementiel.getInstance().addHandler(EvenementAjoutDetermination.TYPE, new GestionnaireEvenementAjoutDetermination() {
|
|
|
138 |
@Override
|
|
|
139 |
public void onAjoutDetermination(EvenementAjoutDetermination event) {
|
602 |
aurelien |
140 |
if (fenetreOverlaySimplePresenteur != null && fenetreOverlaySimplePresenteur.fenetreModaleEstOuverte()) {
|
|
|
141 |
fenetreOverlaySimplePresenteur.fermerFenetreModale();
|
262 |
aurelien |
142 |
}
|
|
|
143 |
}
|
|
|
144 |
});
|
658 |
benjamin |
145 |
|
|
|
146 |
BusEvenementiel.getInstance().addHandler(EvenementAjoutCommentaire.TYPE, new GestionnaireEvenementAjoutCommentaire() {
|
|
|
147 |
|
|
|
148 |
@Override
|
|
|
149 |
public void onAjoutCommentaire(EvenementAjoutCommentaire event) {
|
|
|
150 |
if (fenetreOverlaySimplePresenteur != null && fenetreOverlaySimplePresenteur.fenetreModaleEstOuverte()) {
|
|
|
151 |
fenetreOverlaySimplePresenteur.fermerFenetreModale();
|
|
|
152 |
}
|
|
|
153 |
}
|
|
|
154 |
});
|
248 |
aurelien |
155 |
}
|
41 |
aurelien |
156 |
}
|