Uses of Class
edu.ucsb.cs156.example.entities.UCSBRecommendationRequest
Packages that use UCSBRecommendationRequest
-
Uses of UCSBRecommendationRequest in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return UCSBRecommendationRequestModifier and TypeMethodDescriptionGet a single item on the menu by idRecommendationRequestController.postRecommendationRequest
(String requesterEmail, String professorEmail, String explanation, Boolean done, LocalDateTime dateRequested, LocalDateTime dateNeeded) Create a new recRecommendationRequestController.updateRecommendationRequest
(Long id, @Valid UCSBRecommendationRequest incoming) Update a single recommendation requestMethods in edu.ucsb.cs156.example.controllers that return types with arguments of type UCSBRecommendationRequestModifier and TypeMethodDescriptionRecommendationRequestController.allUCSBRecommendationRequestRepository()
List all UCSB datesMethods in edu.ucsb.cs156.example.controllers with parameters of type UCSBRecommendationRequestModifier and TypeMethodDescriptionRecommendationRequestController.updateRecommendationRequest
(Long id, @Valid UCSBRecommendationRequest incoming) Update a single recommendation request