Uses of Class
com.malay.shortyshoe.exception.BusinessException
-
Uses of BusinessException in com.malay.shortyshoe.controller
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>
CategoryController.deleteCategory
(int id) org.springframework.http.ResponseEntity<Void>
ShoeController.deleteShoe
(int id) org.springframework.http.ResponseEntity<Void>
PurchaseReportController.delPr
(int id) UserController.getAllUsers()
UserController.getUserById
(int id) org.springframework.http.ResponseEntity<Category>
CategoryController.updateCategory
(int id, Category updatedCategory) org.springframework.http.ResponseEntity<Shoe>
ShoeController.updateShoe
(int id, Shoe shoe) org.springframework.http.ResponseEntity<Customer>
UserController.updateUser
(int id, Customer updatedUser) -
Uses of BusinessException in com.malay.shortyshoe.service
Modifier and TypeMethodDescriptionvoid
PurchaseReportService.deletePurchaseReport
(int id) void
ShoeService.delShoe
(int id) UserService.getUserById
(int id) ShoeService.updateShoe
(int id, Shoe shoe) UserService.updateUser
(int id, Customer user)