Uses of Class
com.malay.shortyshoe.model.Shoe
Packages that use Shoe
Package
Description
-
Uses of Shoe in com.malay.shortyshoe.controller
Methods in com.malay.shortyshoe.controller that return types with arguments of type ShoeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Shoe>
ShoeController.createShoe
(Shoe shoe) ShoeController.getAllShoe()
org.springframework.http.ResponseEntity<Shoe>
ShoeController.searchShoeById
(int id) org.springframework.http.ResponseEntity<Shoe>
ShoeController.updateShoe
(int id, Shoe shoe) Methods in com.malay.shortyshoe.controller with parameters of type ShoeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Shoe>
ShoeController.createShoe
(Shoe shoe) org.springframework.http.ResponseEntity<Shoe>
ShoeController.updateShoe
(int id, Shoe shoe) -
Uses of Shoe in com.malay.shortyshoe.model
Constructor parameters in com.malay.shortyshoe.model with type arguments of type Shoe -
Uses of Shoe in com.malay.shortyshoe.service
Methods in com.malay.shortyshoe.service that return ShoeModifier and TypeMethodDescriptionShoeService.CreateShoe
(Shoe shoe) ShoeService.updateShoe
(int id, Shoe shoe) Methods in com.malay.shortyshoe.service that return types with arguments of type ShoeMethods in com.malay.shortyshoe.service with parameters of type ShoeModifier and TypeMethodDescriptionShoeService.CreateShoe
(Shoe shoe) ShoeService.updateShoe
(int id, Shoe shoe)