Class ProductsServices
java.lang.Object
io.github.mspr4_2025.products_service.service.ProductsServices
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProduct
(ProductCreateDto productCreateDto) void
deleteProduct
(UUID uid) getProductById
(UUID uid) updateProduct
(UUID uid, ProductCreateDto productUpdateDto)
-
Constructor Details
-
ProductsServices
public ProductsServices()
-
-
Method Details
-
getAllProducts
-
getProductById
-
createProduct
-
updateProduct
-
deleteProduct
-