Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 104 Rev 107
Line 308... Line 308...
308
 
308
 
Line 309... Line 309...
309
	public String getIdentifiant() {
309
	public String getIdentifiant() {
310
		
310
		
-
 
311
		return observationMediateur.getIdentifiant() ;
-
 
312
	}
-
 
313
 
-
 
314
 
-
 
315
 
-
 
316
	public void supprimerListeObservation(Rafraichissable r,
-
 
317
			String numObs) {
-
 
318
		ListeObservationAsynchroneDAO lioaDAO = new ListeObservationAsynchroneDAO(this);
-
 
319
		lioaDAO.supprimerListeObservation(r, observationMediateur.getIdentifiant(), numObs);
Line 311... Line 320...
311
		return observationMediateur.getIdentifiant() ;
320