Uses of Class
domaine.Etudiant
-
Packages that use Etudiant Package Description domaine service -
-
Uses of Etudiant in domaine
Methods in domaine that return types with arguments of type Etudiant Modifier and Type Method Description java.util.Collection<Etudiant>
Cours. getEtudiants()
Method parameters in domaine with type arguments of type Etudiant Modifier and Type Method Description void
Cours. setEtudiants(java.util.Collection<Etudiant> etudiants)
-
Uses of Etudiant in service
Methods in service that return Etudiant Modifier and Type Method Description Etudiant
IStudentServiceClient. getStudentById(java.lang.Long id)
Etudiant
StudentServiceClient. getStudentById(java.lang.Long id)
Methods in service that return types with arguments of type Etudiant Modifier and Type Method Description java.util.List<Etudiant>
IStudentServiceClient. getListStudent()
java.util.List<Etudiant>
StudentServiceClient. getListStudent()
java.util.List<Etudiant>
IStudentServiceClient. getStudentByFirstAndLastName(java.lang.String first_name, java.lang.String last_name)
java.util.List<Etudiant>
StudentServiceClient. getStudentByFirstAndLastName(java.lang.String first_name, java.lang.String last_name)
Methods in service with parameters of type Etudiant Modifier and Type Method Description javax.ws.rs.core.Response
IStudentServiceClient. createStudent(Etudiant student)
javax.ws.rs.core.Response
StudentServiceClient. createStudent(Etudiant student)
javax.ws.rs.core.Response
IStudentServiceClient. updateStudent(java.lang.Long id, Etudiant etudiant)
javax.ws.rs.core.Response
StudentServiceClient. updateStudent(java.lang.Long id, Etudiant etudiant)
-