Uses of Class
com.malay.shortyshoe.model.Category
Packages that use Category
Package
Description
-
Uses of Category in com.malay.shortyshoe.controller
Methods in com.malay.shortyshoe.controller that return CategoryMethods in com.malay.shortyshoe.controller that return types with arguments of type CategoryModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Category>CategoryController.CreateCategory(Category category) CategoryController.getAllCtegory()org.springframework.http.ResponseEntity<Category>CategoryController.updateCategory(int id, Category updatedCategory) Methods in com.malay.shortyshoe.controller with parameters of type CategoryModifier 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
Constructors in com.malay.shortyshoe.model with parameters of type Category -
Uses of Category in com.malay.shortyshoe.service
Methods in com.malay.shortyshoe.service that return CategoryModifier and TypeMethodDescriptionCategoryService.createCategory(Category newCategory) CategoryService.getCategoryById(Integer id) CategoryService.updateCategory(Integer id, Category updatedCategory) Methods in com.malay.shortyshoe.service that return types with arguments of type CategoryMethods in com.malay.shortyshoe.service with parameters of type CategoryModifier and TypeMethodDescriptionCategoryService.createCategory(Category newCategory) CategoryService.updateCategory(Integer id, Category updatedCategory)