Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 101 Rev 104
Line 292... Line 292...
292
		ExportObservationsDAO exoDAO = new ExportObservationsDAO(this) ;
292
		ExportObservationsDAO exoDAO = new ExportObservationsDAO(this) ;
293
		exoDAO.exporterObservations(observationMediateur.getIdentifiant(), criteres) ;
293
		exoDAO.exporterObservations(observationMediateur.getIdentifiant(), criteres) ;
Line 294... Line 294...
294
				
294
				
-
 
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
		
Line 295... Line 311...
295
		
311
		return observationMediateur.getIdentifiant() ;