Package com.malay.shortyshoe.service
Class ShoeService
java.lang.Object
com.malay.shortyshoe.service.ShoeService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreateShoe
(Shoe shoe) void
delShoe
(int id) findShoeById
(int id) updateShoe
(int id, Shoe shoe)
-
Constructor Details
-
ShoeService
public ShoeService()
-
-
Method Details
-
getAllShoe
-
findShoeById
-
CreateShoe
-
updateShoe
- Throws:
BusinessException
-
delShoe
- Throws:
BusinessException
-