Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 157 Rev 172
Line 95... Line 95...
95
		structureDao.supprimer(vue, idUtilisateur, idStr);
95
		structureDao.supprimer(vue, idUtilisateur, idStr);
96
	}
96
	}
Line 97... Line 97...
97
	
97
	
98
	public void modifierStructure(Rafraichissable vue, String utilisateurId, Structure structure) {
98
	public void modifierStructure(Rafraichissable vue, String utilisateurId, Structure structure) {
99
		StructureAsyncDao structureDao = new StructureAsyncDao();
99
		StructureAsyncDao structureDao = new StructureAsyncDao();
100
		structureDao.ajouter(vue, utilisateurId, structure);
100
		structureDao.modifier(vue, utilisateurId, structure);
Line 101... Line 101...
101
	}
101
	}
102
	
102
	
103
	public void obtenirListeProjets ()	{
103
	public void obtenirListeProjets ()	{