Uses of Class
edu.ucsb.cs156.rec.entities.RecommendationRequest
-
Uses of RecommendationRequest in edu.ucsb.cs156.rec.controllers
Modifier 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 requestModifier 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
Modifier and TypeMethodDescriptionRecommendationRequestRepository.findAllByRequesterId
(long requesterId) This method returns all the RecommendationRequests with a given requesterId.