Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 602 Rev 604
Line 238... Line 238...
238
		String lignesPersonnel = ""; 
238
		String lignesPersonnel = ""; 
Line 239... Line 239...
239
		
239
		
240
		Iterator<String> it = personnel.keySet().iterator();
240
		Iterator<String> it = personnel.keySet().iterator();
241
		while (it.hasNext()) {
241
		while (it.hasNext()) {
242
			StructureAPersonne personne = personnel.get(it.next());
-
 
243
			GWT.log(personne.toString(), null);
242
			StructureAPersonne personne = personnel.get(it.next());
Line 244... Line 243...
244
			Params ligneParams = new Params();
243
			Params ligneParams = new Params();
245
			
244
			
246
			String fonction = construireTxtListeOntologie(personne.getFonction());
245
			String fonction = construireTxtListeOntologie(personne.getFonction());
Line 247... Line 246...
247
			String statut = construireTxtListeOntologie(personne.getStatut());
246
			String statut = construireTxtListeOntologie(personne.getStatut());
248
			String contact = formaterOuiNon(personne.getContact());
247
			String contact = formaterOuiNon(personne.getContact());
249
			
248
			
250
			ligneParams.set("fonction", fonction);
-
 
251
			ligneParams.set("prenom", personne.getPrenom());
249
			ligneParams.set("fonction", fonction);
252
			ligneParams.set("nom", personne.getNom());
250
			ligneParams.set("prenom", personne.getPrenom());
253
			GWT.log("Personne:"+personne.getNom()+"::"+personne.getTelephone(), null);
251
			ligneParams.set("nom", personne.getNom());
254
			ligneParams.set("tel_fix", personne.getTelephoneFixe());
252
			ligneParams.set("tel_fix", personne.getTelephoneFixe());
255
			ligneParams.set("tel_fax", personne.getFax());
253
			ligneParams.set("tel_fax", personne.getFax());