Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1290 Rev 1314
Line 526... Line 526...
526
				
526
				
527
				if(!motsClesEnCours.endsWith(";") && !motsClesEnCours.startsWith(";")) {
527
				if(!motsClesEnCours.endsWith(";") && !motsClesEnCours.startsWith(";")) {
528
					motsCles += ";";
528
					motsCles += ";";
Line 529... Line -...
529
				}
-
 
530
				
529
				}
Line 531... Line 530...
531
				obsAlier += ","+idsObsALier[i];
530
				
Line 532... Line 531...
532
				motsCles += motsClesEnCours;
531
				motsCles += motsClesEnCours;
-
 
532
				
Line 533... Line 533...
533
				
533
				nbObs++;
534
				nbObs++;
534
				
535
				
535
				Observation m = cacheObservation.get(idsObsALier[i]);
Line 712... Line 712...
712
	}
712
	}
Line 713... Line 713...
713
 
713
 
714
	public ListeObservation getCacheObservation() {
714
	public ListeObservation getCacheObservation() {
715
		return cacheObservation ;
715
		return cacheObservation ;
-
 
716
	}
-
 
717
	
-
 
718
	public String getIdPourOrdreObs(String ordreObs) {
-
 
719
		return (cacheObservation.get(ordreObs) != null) ? cacheObservation.get(ordreObs).getId() : null;
Line 716... Line 720...
716
	}
720
	}
717
 
721
 
718
	public void obtenirInformationCommune(Rafraichissable r, String nomCommune, String codePostal) {
722
	public void obtenirInformationCommune(Rafraichissable r, String nomCommune, String codePostal) {
719
		InformationCommuneDAO infocommune = new InformationCommuneDAO(r);
723
		InformationCommuneDAO infocommune = new InformationCommuneDAO(r);