Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProductService #6

Closed
6 tasks done
Waldisurfer opened this issue Jul 16, 2023 · 0 comments · Fixed by #9
Closed
6 tasks done

ProductService #6

Waldisurfer opened this issue Jul 16, 2023 · 0 comments · Fixed by #9
Assignees

Comments

@Waldisurfer
Copy link
Collaborator

Waldisurfer commented Jul 16, 2023

  • #getProducts(Pageable pageable) -> Collection<Product>
  • #getProductById(long id) -> Optional<Product>
  • #getProductsByCategory(String category) -> productRepository.findByCategory(category)
  • #create(@Validate ProductAddDTO dto) -> Product
  • #update(long id, ProductUpdateDTO dto) -> Product
  • #deleteProduct(long productId) -> void
@Waldisurfer Waldisurfer self-assigned this Jul 16, 2023
@stachu540 stachu540 linked a pull request Jul 23, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants