Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1616 Rev 1623
Line 1514... Line 1514...
1514
		modelTypePersonnes.addField("cp_prenom");
1514
		modelTypePersonnes.addField("cp_prenom");
1515
		modelTypePersonnes.addField("cp_truk_courriel");
1515
		modelTypePersonnes.addField("cp_truk_courriel");
1516
		modelTypePersonnes.addField("cp_truk_telephone");
1516
		modelTypePersonnes.addField("cp_truk_telephone");
1517
		modelTypePersonnes.addField("cp_ce_truk_specialite");
1517
		modelTypePersonnes.addField("cp_ce_truk_specialite");
1518
		modelTypePersonnes.addField("cp_id_personne");
1518
		modelTypePersonnes.addField("cp_id_personne");
1519
		// ici !!!!!!!!!!!!!!!!!!!!!!! ici !!!!!!!!!!!!!!!!!
-
 
Line 1520... Line 1519...
1520
		
1519
		
1521
		String displayNamePersonnes = "cp_fmt_nom_complet";
1520
		String displayNamePersonnes = "cp_fmt_nom_complet";
Line 1522... Line 1521...
1522
		ProxyPersonnes<ModelData> proxyPersonnes = new ProxyPersonnes<ModelData>(null);
1521
		ProxyPersonnes<ModelData> proxyPersonnes = new ProxyPersonnes<ModelData>(null);
Line 2303... Line 2302...
2303
		grillePersonnel.startEditing(0, 0);
2302
		grillePersonnel.startEditing(0, 0);
2304
	}
2303
	}
Line 2305... Line 2304...
2305
	
2304
	
2306
	private void initialiserGrillePersonnelEnAjout() {
2305
	private void initialiserGrillePersonnelEnAjout() {
2307
		personnelGrilleMagazin.removeAll();
-
 
2308
		StructureAPersonne conservateurDesCollections = new StructureAPersonne(StructureAPersonne.FONCTION_CONSERVATEUR, StructureAPersonne.ROLE_EQUIPE, StructureAPersonne.ETAT_AJOUTE);
-
 
2309
		ajouterMembreAGrillePersonnel(conservateurDesCollections);
-
 
2310
		StructureAPersonne directeurDuPersonnel = new StructureAPersonne(StructureAPersonne.FONCTION_DIRECTEUR, StructureAPersonne.ROLE_EQUIPE, StructureAPersonne.ETAT_AJOUTE);
-
 
2311
		ajouterMembreAGrillePersonnel(directeurDuPersonnel);
2306
		personnelGrilleMagazin.removeAll();
2312
		personnelOnglet.layout();
2307
		personnelOnglet.layout();
Line 2313... Line 2308...
2313
	}
2308
	}
2314
	
2309