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 record from the table; use the value passed in as a @RequestParam to do a lookup by id.MenuItemReviewController.postMenuItemReview(Long itemId, String reviewerEmail, int stars, LocalDateTime dateReviewed, String comments) MenuItemReviewController.updateMenuItemReview(Long id, @Valid MenuItemReview incoming) Get a single record from the table; use the value passed in as a @RequestParam to do a lookup by id.Methods 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) Get a single record from the table; use the value passed in as a @RequestParam to do a lookup by id.