Subversion Repositories eFlore/Applications.del

Rev

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

Rev 335 Rev 359
Line 1... Line 1...
1
package org.tela_botanica.del.client.services.rest;
1
package org.tela_botanica.del.client.services.rest;
Line 2... Line -...
2
 
-
 
3
import java.util.List;
-
 
4
 
2
 
5
import org.tela_botanica.del.client.modeles.InformationsRecherche;
3
import org.tela_botanica.del.client.modeles.InformationsRecherche;
Line 6... Line 4...
6
import org.tela_botanica.del.client.modeles.Observation;
4
import org.tela_botanica.del.client.modeles.ObservationServiceResultat;
Line 7... Line 5...
7
 
5
 
8
public interface ObservationService {
-
 
9
 
-
 
Line 10... Line 6...
10
	public List<Observation> getObservations(InformationsRecherche informationsRecherche);
6
public interface ObservationService {
11
 
7