Uses of Class
edu.ucsb.cs156.example.entities.MenuItemReview
-
Uses of MenuItemReview in edu.ucsb.cs156.example.controllers
Modifier and TypeMethodDescriptionGet a single date by idMenuItemReviewController.postMenuItemReview
(Long itemId, String reviewerEmail, int stars, String comments, LocalDateTime dateReviewed) Create a new reviewMenuItemReviewController.updateMenuItemReview
(Long id, @Valid MenuItemReview incoming) Update a single dateModifier and TypeMethodDescriptionMenuItemReviewController.allMenuReviews()
List all MeuItemReviewsModifier and TypeMethodDescriptionMenuItemReviewController.updateMenuItemReview
(Long id, @Valid MenuItemReview incoming) Update a single date