Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 500 → Rev 501

/trunk/src/org/tela_botanica/del/client/services/rest/VoteProtocoleService.java
8,7 → 8,7
 
public List<VoteProtocole> getVote(String idImage);
 
public List<VoteProtocole> getVoteByImageAndProtocol(String idImage, String protocolName);
public List<VoteProtocole> getVotePourImageEtProtocole(String idImage, String protocolName);
 
public void saveVote(String idImage, VoteProtocole voteProtocole);
 
/trunk/src/org/tela_botanica/del/client/services/rest/ObservationServiceConcret.java
8,7 → 8,7
 
public class ObservationServiceConcret implements ObservationService {
 
private String serverUrl = "./jrest/";
private String serverUrl = "/del/jrest/";
 
@Override
public ObservationServiceResultat getObservations(InformationsRecherche infos, int debut, int fin, ObservationsCallback callback) {
/trunk/src/org/tela_botanica/del/client/services/rest/ImageServiceConcret.java
7,7 → 7,7
 
public class ImageServiceConcret implements ImageService {
 
private String serverUrl = "./jrest/";
private String serverUrl = "/del/jrest/";
 
@Override
public void getImagesEfloreParTaxon(String taxon, ImagesParTaxonCallback callback) {