Package service

Interface ICoursServiceClient

    • Method Detail

      • getAllCours

        java.util.List<Cours> getAllCours()
      • getCoursById

        Cours getCoursById​(java.lang.Long id)
      • createCours

        javax.ws.rs.core.Response createCours​(Cours cours)
      • updateCours

        javax.ws.rs.core.Response updateCours​(java.lang.Long id,
                                              Cours cours)
      • deleteCours

        javax.ws.rs.core.Response deleteCours​(java.lang.Long id)