Package com.malay.shortyshoe.service
Class ShoeService
java.lang.Object
com.malay.shortyshoe.service.ShoeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreateShoe(Shoe shoe) voiddelShoe(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
-