Uses of Class
com.malay.shortyshoe.model.Shoe
Package
Description
-
Uses of Shoe in com.malay.shortyshoe.controller
Modifier 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) Modifier 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
-
Uses of Shoe in com.malay.shortyshoe.service
Modifier and TypeMethodDescriptionShoeService.CreateShoe
(Shoe shoe) ShoeService.updateShoe
(int id, Shoe shoe) Modifier and TypeMethodDescriptionShoeService.CreateShoe
(Shoe shoe) ShoeService.updateShoe
(int id, Shoe shoe)