Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 74 Rev 77
Line 176... Line 176...
176
		ObservationAsynchroneDAO obsDAO=new ObservationAsynchroneDAO(this);
176
		ObservationAsynchroneDAO obsDAO=new ObservationAsynchroneDAO(this);
177
		obsDAO.modifier(r, observationMediateur.getIdentifiant(), obs,  numeroOrdre);
177
		obsDAO.modifier(r, observationMediateur.getIdentifiant(), obs,  numeroOrdre);
Line 178... Line 178...
178
			
178
			
Line -... Line 179...
-
 
179
	}
-
 
180
	
-
 
181
	public void supprimerObservation(Rafraichissable r, String numeroOrdre) {
-
 
182
		
-
 
183
		ObservationAsynchroneDAO obsDao = new ObservationAsynchroneDAO(this) ;
-
 
184
		obsDao.supprimer(r,observationMediateur.getIdentifiant(),numeroOrdre) ;
-
 
185
		
-
 
186
		
Line 179... Line 187...
179
	}
187
	}
180
	
188
	
Line 231... Line 239...
231
 
239
 
232
	    ListeEntiteGeographiqueObservationAsynchroneDAO entDAO = new ListeEntiteGeographiqueObservationAsynchroneDAO(this);
240
	    ListeEntiteGeographiqueObservationAsynchroneDAO entDAO = new ListeEntiteGeographiqueObservationAsynchroneDAO(this);
Line 233... Line 241...
233
	    entDAO.obtenirListeEntitesGeographiques(r, observationMediateur.getIdentifiant());
241
	    entDAO.obtenirListeEntitesGeographiques(r, observationMediateur.getIdentifiant());
234
 
-
 
235
	}
-
 
236
 
-
 
237
	
-
 
Line 238... Line 242...
238
 
242