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 idHelpRequestsController.postHelpRequest(String requesterEmail, String teamId, String tableOrBreakoutRoom, String explanation, boolean solved, LocalDateTime requestTime) Create a new help requestHelpRequestsController.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 TypeMethodDescriptionHelpRequestsController.allHelpRequests()List all help requestsMethods in edu.ucsb.cs156.example.controllers with parameters of type HelpRequestModifier and TypeMethodDescriptionHelpRequestsController.updateHelpRequest(Long id, @Valid HelpRequest incoming) Update a single help_request