Uses of Class
com.malay.shortyshoe.model.Customer
Packages that use Customer
Package
Description
-
Uses of Customer in com.malay.shortyshoe.controller
Methods in com.malay.shortyshoe.controller that return types with arguments of type CustomerModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Customer>UserController.createUser(Customer user) UserController.getAllUsers()UserController.getUserById(int id) org.springframework.http.ResponseEntity<Customer>UserController.updateUser(int id, Customer updatedUser) Methods in com.malay.shortyshoe.controller with parameters of type CustomerModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Customer>UserController.createUser(Customer user) org.springframework.http.ResponseEntity<Customer>UserController.updateUser(int id, Customer updatedUser) -
Uses of Customer in com.malay.shortyshoe.model
Constructors in com.malay.shortyshoe.model with parameters of type Customer -
Uses of Customer in com.malay.shortyshoe.service
Methods in com.malay.shortyshoe.service that return CustomerModifier and TypeMethodDescriptionUserService.createSingleUser(Customer user) UserService.updateUser(int id, Customer user) Methods in com.malay.shortyshoe.service that return types with arguments of type CustomerMethods in com.malay.shortyshoe.service with parameters of type CustomerModifier and TypeMethodDescriptionUserService.createSingleUser(Customer user) UserService.updateUser(int id, Customer user) Method parameters in com.malay.shortyshoe.service with type arguments of type Customer