Uses of Class
edu.ucsb.cs156.example.entities.MenuItemReview
Packages that use MenuItemReview
-
Uses of MenuItemReview in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return MenuItemReviewModifier and TypeMethodDescriptionGet a single review by idMenuItemReviewController.postitemreview
(String reviewerEmail, int stars, String comments, LocalDateTime dateReviewed) MenuItemReviewController.updateMenuItemReview
(Long id, @Valid MenuItemReview incoming) Update a single reviewMethods in edu.ucsb.cs156.example.controllers that return types with arguments of type MenuItemReviewMethods in edu.ucsb.cs156.example.controllers with parameters of type MenuItemReviewModifier and TypeMethodDescriptionMenuItemReviewController.updateMenuItemReview
(Long id, @Valid MenuItemReview incoming) Update a single review