Uses of Class
edu.ucsb.cs156.example.entities.HelpRequest
Packages that use HelpRequest
-
Uses of HelpRequest in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return HelpRequestModifier and TypeMethodDescriptionGet a single help request by idHelpRequestController.postHelpRequest
(String requesterEmail, String teamId, String tableOrBreakoutRoom, LocalDateTime requestTime, String explanation, Boolean solved) Create a new help requestHelpRequestController.updateHelpRequest
(Long id, @Valid HelpRequest incoming) Update a single help requestMethods in edu.ucsb.cs156.example.controllers that return types with arguments of type HelpRequestModifier and TypeMethodDescriptionHelpRequestController.allHelpRequests()
List all Help Requests.Methods in edu.ucsb.cs156.example.controllers with parameters of type HelpRequestModifier and TypeMethodDescriptionHelpRequestController.updateHelpRequest
(Long id, @Valid HelpRequest incoming) Update a single help request