Uses of Class
com.malay.shortyshoe.model.Category
Package
Description
-
Uses of Category in com.malay.shortyshoe.controller
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Category>
CategoryController.CreateCategory
(Category category) CategoryController.getAllCtegory()
org.springframework.http.ResponseEntity<Category>
CategoryController.updateCategory
(int id, Category updatedCategory) Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Category>
CategoryController.CreateCategory
(Category category) org.springframework.http.ResponseEntity<Category>
CategoryController.updateCategory
(int id, Category updatedCategory) -
Uses of Category in com.malay.shortyshoe.model
-
Uses of Category in com.malay.shortyshoe.service
Modifier and TypeMethodDescriptionCategoryService.createCategory
(Category newCategory) CategoryService.getCategoryById
(Integer id) CategoryService.updateCategory
(Integer id, Category updatedCategory) Modifier and TypeMethodDescriptionCategoryService.createCategory
(Category newCategory) CategoryService.updateCategory
(Integer id, Category updatedCategory)