Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 77 Rev 79
Line 603... Line 603...
603
		observationMediateur.ajouterObservation(obs);
603
		observationMediateur.ajouterObservation(obs);
604
	}
604
	}
Line 605... Line 605...
605
	
605
	
Line 606... Line 606...
606
	private void modifierObservation() {
606
	private void modifierObservation() {
-
 
607
		
607
		
608
		Observation obs=new Observation(espece.getText(),numeroNom,commune.getText(),departement,lieudit.getText(),station.getText(),milieu.getText(), comment.getText(),date.getText());
Line 608... Line 609...
608
		Observation obs=new Observation(espece.getText(),numeroNom,commune.getText(),departement,lieudit.getText(),station.getText(),milieu.getText(), comment.getText(),date.getRawValue());	
609
		obs.setNumeroOrdre(numeroOrdre);
Line 609... Line 610...
609
		observationMediateur.modifierObservation(obs,numeroOrdre);
610
		observationMediateur.modifierObservation(obs);