Uses of Class
org.miage.tpae.entities.Compte
Packages that use Compte
-
Uses of Compte in org.miage.tpae.entities
Constructors in org.miage.tpae.entities with parameters of type CompteModifierConstructorDescriptionOperationCompte(Compte compte, OperationCompte.OperationType operationType, double valeur) Constructeur -
Uses of Compte in org.miage.tpae.exposition
Methods in org.miage.tpae.exposition that return CompteModifier and TypeMethodDescriptionRestClient.ouvrirCompte(long idClient, Compte compte) Permet de créer un compte pour ce client POST sur http://localhost:8080/api/clients/1/comptes Note : c'est dans ce contrôleur car la ressource est ici considéré comme une sous-ressourceMethods in org.miage.tpae.exposition that return types with arguments of type CompteModifier and TypeMethodDescriptionRestClient.listerComptes(long idClient) Permet de récupérer la liste des comptes d'un client donné GET sur http://localhost:8080/api/clients/1/comptesMethods in org.miage.tpae.exposition with parameters of type CompteModifier and TypeMethodDescriptionRestClient.ouvrirCompte(long idClient, Compte compte) Permet de créer un compte pour ce client POST sur http://localhost:8080/api/clients/1/comptes Note : c'est dans ce contrôleur car la ressource est ici considéré comme une sous-ressource -
Uses of Compte in org.miage.tpae.metier
Methods in org.miage.tpae.metier that return Compte