Uses of Class
edu.ucsb.cs156.rec.entities.RecommendationRequest
Packages that use RecommendationRequest
-
Uses of RecommendationRequest in edu.ucsb.cs156.rec.controllers
Methods in edu.ucsb.cs156.rec.controllers that return RecommendationRequestModifier and TypeMethodDescriptionGet a single request by id CHECK if recommendation request belongs to userRecommendationRequestController.postRecommendationRequest
(Long professorId, String requestType, String details, LocalDateTime neededByDate) Create a new recommendation requestMethods in edu.ucsb.cs156.rec.controllers that return types with arguments of type RecommendationRequestModifier and TypeMethodDescriptionRecommendationRequestController.allRecommendationRequests()
List all recommendation requestsRecommendationRequestController.getAllCurrentUser()
List all recommendation requests created by a user with requesterId -
Uses of RecommendationRequest in edu.ucsb.cs156.rec.repositories
Methods in edu.ucsb.cs156.rec.repositories that return types with arguments of type RecommendationRequestModifier and TypeMethodDescriptionRecommendationRequestRepository.findAllByRequesterId
(long requesterId) This method returns all the RecommendationRequests with a given requesterId.