Subversion Repositories eFlore/Applications.cel

Rev

Rev 66 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 66 Rev 74
Line 162... Line 162...
162
		ObservationAsynchroneDAO obsDAO=new ObservationAsynchroneDAO(this);
162
		ObservationAsynchroneDAO obsDAO=new ObservationAsynchroneDAO(this);
163
		obsDAO.ajouter(r, observationMediateur.getIdentifiant(), obs);
163
		obsDAO.ajouter(r, observationMediateur.getIdentifiant(), obs);
Line 164... Line 164...
164
			
164
			
Line -... Line 165...
-
 
165
	}
-
 
166
 
-
 
167
	/**
-
 
168
	 *  
-
 
169
	 * Lance la creation d'une observation  
-
 
170
	 * @param r : la vue demandeuse de donnee
-
 
171
	 * @param critere : les criteres de selection
-
 
172
	 */
-
 
173
	
-
 
174
	public void modifierObservation(Rafraichissable r, Observation obs, String numeroOrdre) {
-
 
175
		
-
 
176
		ObservationAsynchroneDAO obsDAO=new ObservationAsynchroneDAO(this);
-
 
177
		obsDAO.modifier(r, observationMediateur.getIdentifiant(), obs,  numeroOrdre);
Line 165... Line 178...
165
	}
178