Uses of Class
com.malay.shortyshoe.exception.BusinessException
Packages that use BusinessException
-
Uses of BusinessException in com.malay.shortyshoe.controller
Methods in com.malay.shortyshoe.controller that throw BusinessExceptionModifier 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
Methods in com.malay.shortyshoe.service that throw BusinessExceptionModifier and TypeMethodDescriptionvoidPurchaseReportService.deletePurchaseReport(int id) voidShoeService.delShoe(int id) UserService.getUserById(int id) ShoeService.updateShoe(int id, Shoe shoe) UserService.updateUser(int id, Customer user)