simplification repartition class et constructeur et modif API
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user