Subversion Repositories eFlore/Applications.del

Rev

Rev 445 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 445 Rev 1672
Line 1... Line 1...
1
package org.tela_botanica.del.client.services.rest;
1
package org.tela_botanica.del.client.services.rest;
Line -... Line 2...
-
 
2
 
2
 
3
import org.tela_botanica.del.client.modeles.Image;
3
import org.tela_botanica.del.client.modeles.InformationsRecherche;
4
import org.tela_botanica.del.client.modeles.InformationsRecherche;
-
 
5
import org.tela_botanica.del.client.services.rest.async.ImagesParTaxonCallback;
Line 4... Line 6...
4
import org.tela_botanica.del.client.services.rest.async.ImagesParTaxonCallback;
6
import org.tela_botanica.del.client.services.rest.async.SuppressionImageCallback;
Line 5... Line 7...
5
 
7
 
Line 6... Line 8...
6
public interface ImageService {
8
public interface ImageService {
Line 7... Line 9...
7
 
9
 
-
 
10
	public void getImagesEfloreParTaxon(String nomTaxon, ImagesParTaxonCallback callback);
-
 
11
 
Line 8... Line 12...
8
	public void getImagesEfloreParTaxon(String nomTaxon, ImagesParTaxonCallback callback);
12
	public void getImagesParTaxon(InformationsRecherche informationsRecherche, int debut, int fin, ImagesParTaxonCallback callback);