Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 101 Rev 104
Line 293... Line 293...
293
		exoDAO.exporterObservations(observationMediateur.getIdentifiant(), criteres) ;
293
		exoDAO.exporterObservations(observationMediateur.getIdentifiant(), criteres) ;
Line 294... Line 294...
294
				
294
				
Line -... Line 295...
-
 
295
		
-
 
296
	}
-
 
297
 
-
 
298
 
-
 
299
 
-
 
300
	public void supprimerLiaisonImages(String idImg, String idObs) {
-
 
301
		
-
 
302
		LienImageAsynchroneDAO lienDAO = new LienImageAsynchroneDAO(this) ;
-
 
303
		lienDAO.supprimerLienImageObservation(idImg, idObs) ;		
-
 
304
		
-
 
305
	}
-
 
306
 
-
 
307
 
-
 
308
 
-
 
309
	public String getIdentifiant() {
-
 
310
		
295
		
311
		return observationMediateur.getIdentifiant() ;