Subversion Repositories eFlore/Applications.del

Rev

Rev 445 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 445 Rev 453
Line 3... Line 3...
3
import java.util.List;
3
import java.util.List;
Line 4... Line 4...
4
 
4
 
5
import org.tela_botanica.del.client.cache.CacheClient;
5
import org.tela_botanica.del.client.cache.CacheClient;
6
import org.tela_botanica.del.client.composants.moteurrecherche.MoteurRecherchePresenteur;
6
import org.tela_botanica.del.client.composants.moteurrecherche.MoteurRecherchePresenteur;
-
 
7
import org.tela_botanica.del.client.composants.moteurrecherche.MoteurRechercheVue;
7
import org.tela_botanica.del.client.composants.moteurrecherche.MoteurRechercheVue;
8
import org.tela_botanica.del.client.modeles.ModeRecherche;
8
import org.tela_botanica.del.client.modeles.Protocole;
9
import org.tela_botanica.del.client.modeles.Protocole;
9
import org.tela_botanica.del.client.navigation.evenement.BusEvenementiel;
10
import org.tela_botanica.del.client.navigation.evenement.BusEvenementiel;
10
import org.tela_botanica.del.client.navigation.evenement.changementprotocole.EvenementChangementProtocole;
11
import org.tela_botanica.del.client.navigation.evenement.changementprotocole.EvenementChangementProtocole;
11
import org.tela_botanica.del.client.services.rest.ImageServiceConcret;
12
import org.tela_botanica.del.client.services.rest.ImageServiceConcret;
Line 33... Line 34...
33
		public int getIdProtocolSelectionne();
34
		public int getIdProtocolSelectionne();
34
	}
35
	}
Line 35... Line 36...
35
 
36
 
Line 36... Line -...
36
	private Vue vue;
-
 
37
 
37
	private Vue vue;
38
	// private final ImageService imageService = MockDatasource.getInstance();
38
 
Line 39... Line 39...
39
	private final ProtocoleService protocoleService = MockDatasource.getInstance();
39
	private final ProtocoleService protocoleService = MockDatasource.getInstance();
40
	private List<Protocole> protocoles;
40
	private List<Protocole> protocoles;
Line 86... Line 86...
86
			}
86
			}
87
		});
87
		});
88
	}
88
	}
Line 89... Line 89...
89
 
89
 
90
	public void chargerMoteurRechercheAvancee() {
90
	public void chargerMoteurRechercheAvancee() {
91
		MoteurRecherchePresenteur presenteurRecherche = new MoteurRecherchePresenteur(new MoteurRechercheVue(""), true, false) {
91
		MoteurRecherchePresenteur presenteurRecherche = new MoteurRecherchePresenteur(new MoteurRechercheVue(""), ModeRecherche.MODE_IMAGE) {
92
			public void lancerRecherche() {
92
			public void lancerRecherche() {
93
				chercherImages();
93
				chercherImages();
94
			}
94
			}
95
		};
95
		};