Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 379 Rev 389
Line 338... Line 338...
338
						String idStr = "" ;
338
						String idStr = "" ;
339
						Iterator<Personne> itPersonne = personneSelection.iterator();
339
						Iterator<Personne> itPersonne = personneSelection.iterator();
340
						while (itPersonne.hasNext()) {
340
						while (itPersonne.hasNext()) {
341
							Personne personneCourante = itPersonne.next();
341
							Personne personneCourante = itPersonne.next();
342
							idStr += personneCourante.getId();
342
							idStr += personneCourante.getId();
343
							
-
 
344
							if (itPersonne.hasNext())	{
-
 
345
								idStr +=", ";
343
							idStr +=",";
346
							}
-
 
347
						}
344
						}
348
						modele.supprimerPersonne(vue, idStr);  
345
						modele.supprimerPersonne(vue, idStr);  
349
					}
346
					}
350
				}
347
				}
351
			};
348
			};
Line 358... Line 355...
358
 
355
 
359
	public void selectionnerPersonneParNomComplet(Rafraichissable vue, String projetId, String nomComplet) {
356
	public void selectionnerPersonneParNomComplet(Rafraichissable vue, String projetId, String nomComplet) {
360
		modele.selectionnerPersonne(vue, null, projetId, nomComplet);
357
		modele.selectionnerPersonne(vue, null, projetId, nomComplet);
Line -... Line 358...
-
 
358
	}
-
 
359
	
-
 
360
	public void enregistrerPersonne(Rafraichissable vue, Personne personne){
-
 
361
			modele.enregistrerPersonne(vue, personne);
361
	}
362
	}
362
	
363
	
363
	//+----------------------------------------------------------------------------------------------------------------+
364
	//+----------------------------------------------------------------------------------------------------------------+
Line 364... Line 365...
364
	//												GESTION DES VALEURS ET LISTES
365
	//												GESTION DES VALEURS ET LISTES