Uses of Class
org.miage.tpae.entities.Client
Packages that use Client
-
Uses of Client in org.miage.tpae.dao
Methods in org.miage.tpae.dao that return types with arguments of type ClientModifier and TypeMethodDescriptionClientRepository.findByPrenomAndNom(String prenom, String nom) Recherche des clients par prénom et nom -
Uses of Client in org.miage.tpae.exposition
Methods in org.miage.tpae.exposition that return ClientModifier and TypeMethodDescriptionRestClient.creerClient(Client client) Permet de créer un nouveau client POST sur http://localhost:8080/api/clientsRestClient.getClient(long idClient) Permet de récupérer les détails d'un client GET sur http://localhost:8080/api/clients/1Methods in org.miage.tpae.exposition with parameters of type ClientModifier and TypeMethodDescriptionRestClient.creerClient(Client client) Permet de créer un nouveau client POST sur http://localhost:8080/api/clients -
Uses of Client in org.miage.tpae.metier
Methods in org.miage.tpae.metier that return ClientModifier and TypeMethodDescriptionServiceClient.creerClient(String prenom, String nom) Demande la création d'un nouveau client Si le client existe déjà on le retourneServiceClient.recupererClient(long idClient) Permet de récupérer les infos d'un client