Uses of Class
edu.ucsb.cs156.example.entities.UCSBMenuItemReview
Packages that use UCSBMenuItemReview
-
Uses of UCSBMenuItemReview in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return UCSBMenuItemReviewModifier and TypeMethodDescriptionGet a single UCSBMenuItemReview by idUCSBMenuItemReviewController.postUCSBMenuItemReview(long itemId, String reviewerEmail, int stars, LocalDateTime dateReviewed, String comments) Create a new UCSB menu item reviewUCSBMenuItemReviewController.updateUCSBMenuItemReview(Long id, @Valid UCSBMenuItemReview incoming) Update a single UCSBMenuItemReviewMethods in edu.ucsb.cs156.example.controllers that return types with arguments of type UCSBMenuItemReviewModifier and TypeMethodDescriptionUCSBMenuItemReviewController.allUCSBMenuItemRevies()List all UCSB menu item reviewsMethods in edu.ucsb.cs156.example.controllers with parameters of type UCSBMenuItemReviewModifier and TypeMethodDescriptionUCSBMenuItemReviewController.updateUCSBMenuItemReview(Long id, @Valid UCSBMenuItemReview incoming) Update a single UCSBMenuItemReview