Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dailycodework/dream-shops
/ functions
Functions
146 in github.com/dailycodework/dream-shops
⨍
Functions
146
◇
Types & classes
55
Method
getAllCategories
()
src/main/java/com/dailycodework/dreamshops/controller/CategoryController.java:23
Method
getAllCategories
()
src/main/java/com/dailycodework/dreamshops/service/category/CategoryService.java:29
Method
getAllProducts
()
src/main/java/com/dailycodework/dreamshops/controller/ProductController.java:26
Method
getAllProducts
()
src/main/java/com/dailycodework/dreamshops/service/product/ProductService.java:91
Method
getCart
( @PathVariable Long cartId)
src/main/java/com/dailycodework/dreamshops/controller/CartController.java:22
Method
getCartByUserId
(Long userId)
src/main/java/com/dailycodework/dreamshops/service/cart/CartService.java:56
Method
getCartItem
(Long cartId, Long productId)
src/main/java/com/dailycodework/dreamshops/service/cart/ICartItemService.java:10
Method
getCategoryById
(@PathVariable Long id)
src/main/java/com/dailycodework/dreamshops/controller/CategoryController.java:43
Method
getCategoryByName
(@PathVariable String name)
src/main/java/com/dailycodework/dreamshops/controller/CategoryController.java:53
Method
getCategoryByName
(String name)
src/main/java/com/dailycodework/dreamshops/service/category/CategoryService.java:24
Method
getConvertedProducts
(List<Product> products)
src/main/java/com/dailycodework/dreamshops/service/product/ProductService.java:126
Method
getOrder
(Long orderId)
src/main/java/com/dailycodework/dreamshops/service/order/OrderService.java:75
Method
getOrderById
(@PathVariable Long orderId)
src/main/java/com/dailycodework/dreamshops/controller/OrderController.java:31
Method
getProductByBrandAndName
(@RequestParam String brandName, @RequestParam String productName)
src/main/java/com/dailycodework/dreamshops/controller/ProductController.java:76
Method
getProductByCategoryAndBrand
(@RequestParam String category, @RequestParam String brand)
src/main/java/com/dailycodework/dreamshops/controller/ProductController.java:90
Method
getProductById
(@PathVariable Long productId)
src/main/java/com/dailycodework/dreamshops/controller/ProductController.java:33
Method
getProductById
(Long id)
src/main/java/com/dailycodework/dreamshops/service/product/ProductService.java:57
Method
getProductByName
(@PathVariable String name)
src/main/java/com/dailycodework/dreamshops/controller/ProductController.java:104
Method
getProductsByBrand
(String brand)
src/main/java/com/dailycodework/dreamshops/service/product/ProductService.java:101
Method
getProductsByBrandAndName
(String brand, String name)
src/main/java/com/dailycodework/dreamshops/service/product/ProductService.java:116
Method
getProductsByCategory
(String category)
src/main/java/com/dailycodework/dreamshops/service/product/ProductService.java:96
Method
getProductsByCategoryAndBrand
(String category, String brand)
src/main/java/com/dailycodework/dreamshops/service/product/ProductService.java:106
Method
getProductsByName
(String name)
src/main/java/com/dailycodework/dreamshops/service/product/ProductService.java:111
Method
getTotalPrice
(Long id)
src/main/java/com/dailycodework/dreamshops/service/cart/CartService.java:41
Method
getUserById
(@PathVariable Long userId)
src/main/java/com/dailycodework/dreamshops/controller/UserController.java:25
Method
getUserById
(Long userId)
src/main/java/com/dailycodework/dreamshops/service/user/UserService.java:22
Method
getUserOrders
(@PathVariable Long userId)
src/main/java/com/dailycodework/dreamshops/controller/OrderController.java:41
Method
getUserOrders
(Long userId)
src/main/java/com/dailycodework/dreamshops/service/order/OrderService.java:82
Method
initializeNewCart
()
src/main/java/com/dailycodework/dreamshops/service/cart/CartService.java:47
Method
main
(String[] args)
src/main/java/com/dailycodework/dreamshops/DreamShopsApplication.java:9
Method
modelMapper
()
src/main/java/com/dailycodework/dreamshops/config/ShopConfig.java:10
Method
placeOrder
(Long userId)
src/main/java/com/dailycodework/dreamshops/service/order/OrderService.java:32
Method
removeItemFromCart
(@PathVariable Long cartId, @PathVariable Long itemId)
src/main/java/com/dailycodework/dreamshops/controller/CartItemController.java:37
Method
removeItemFromCart
(Long cartId, Long productId)
src/main/java/com/dailycodework/dreamshops/service/cart/CartItemService.java:51
Method
saveImages
(@RequestParam List<MultipartFile> files, @RequestParam Long productId)
src/main/java/com/dailycodework/dreamshops/controller/ImageController.java:32
Method
saveImages
( Long productId, List<MultipartFile> files)
src/main/java/com/dailycodework/dreamshops/service/image/ImageService.java:40
Method
updateCategory
(@PathVariable Long id, @RequestBody Category category)
src/main/java/com/dailycodework/dreamshops/controller/CategoryController.java:74
Method
updateCategory
(Category category, Long id)
src/main/java/com/dailycodework/dreamshops/service/category/CategoryService.java:41
Method
updateImage
(@PathVariable Long imageId, @RequestBody MultipartFile file)
src/main/java/com/dailycodework/dreamshops/controller/ImageController.java:52
Method
updateImage
(MultipartFile file, Long imageId)
src/main/java/com/dailycodework/dreamshops/service/image/ImageService.java:76
Method
updateItemQuantity
(@PathVariable Long cartId, @PathVariable Long item
src/main/java/com/dailycodework/dreamshops/controller/CartItemController.java:47
Method
updateItemQuantity
(Long cartId, Long productId, int quantity)
src/main/java/com/dailycodework/dreamshops/service/cart/CartItemService.java:59
Method
updateProduct
(@RequestBody ProductUpdateRequest request, @PathVariable Long productId)
src/main/java/com/dailycodework/dreamshops/controller/ProductController.java:55
Method
updateProduct
(ProductUpdateRequest request, Long productId)
src/main/java/com/dailycodework/dreamshops/service/product/ProductService.java:70
Method
updateUser
(@RequestBody UserUpdateRequest request, @PathVariable Long userId)
src/main/java/com/dailycodework/dreamshops/controller/UserController.java:46
Method
updateUser
(UserUpdateRequest request, Long userId)
src/main/java/com/dailycodework/dreamshops/service/user/UserService.java:42
← previous
101–146 of 146, ranked by callers