Uses of Class
domaine.Cours
-
Packages that use Cours Package Description domaine service -
-
Uses of Cours in domaine
Methods in domaine that return Cours Modifier and Type Method Description Cours
Etudiant. getCours()
Methods in domaine with parameters of type Cours Modifier and Type Method Description void
Etudiant. setCours(Cours cours)
Constructors in domaine with parameters of type Cours Constructor Description Etudiant(java.lang.String first_name, java.lang.String last_name, java.lang.String mail, java.lang.String address, java.lang.String phone, java.util.Date dob, Cours cours)
-
Uses of Cours in service
Methods in service that return Cours Modifier and Type Method Description Cours
CoursServiceClient. getCoursById(java.lang.Long id)
Cours
ICoursServiceClient. getCoursById(java.lang.Long id)
Methods in service that return types with arguments of type Cours Modifier and Type Method Description java.util.List<Cours>
CoursServiceClient. getAllCours()
java.util.List<Cours>
ICoursServiceClient. getAllCours()
Methods in service with parameters of type Cours Modifier and Type Method Description javax.ws.rs.core.Response
CoursServiceClient. createCours(Cours cours)
javax.ws.rs.core.Response
ICoursServiceClient. createCours(Cours cours)
javax.ws.rs.core.Response
CoursServiceClient. updateCours(java.lang.Long id, Cours cours)
javax.ws.rs.core.Response
ICoursServiceClient. updateCours(java.lang.Long id, Cours cours)
-