simplification repartition class et constructeur et modif API

This commit is contained in:
2022-12-01 19:58:40 +01:00
parent b926dc4d32
commit 35696d3b14
16 changed files with 449 additions and 1217 deletions

View File

@@ -120,4 +120,10 @@ public interface AbstractGroupeFactory {
*/
public boolean changeNameGroupe(Groupe g, String name);
/**
* refresh le Groupe ainsi que ses etudiants
* @param g le groupe
* @return le groupe refresh/un parent si il a été refresh
*/
public Groupe refreshALL(Groupe g);
}