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 TypeMethodDescriptionUCSBRecommendationRequestController.postUCSBRecommendationRequest(String requesterEmail, String professorEmail, String explanation, LocalDateTime dateRequested, LocalDateTime dateNeeded, boolean done) UCSBRecommendationRequestController.updateUCSBRecommendationRequest(Long id, @Valid UCSBRecommendationRequest incoming) Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type UCSBRecommendationRequestModifier and TypeMethodDescriptionUCSBRecommendationRequestController.allUCSBRecommendationRequests()Methods in edu.ucsb.cs156.example.controllers with parameters of type UCSBRecommendationRequestModifier and TypeMethodDescriptionUCSBRecommendationRequestController.updateUCSBRecommendationRequest(Long id, @Valid UCSBRecommendationRequest incoming)