Uses of Class
edu.ucsb.cs156.gauchoride.entities.DriverChat
-
Uses of DriverChat in edu.ucsb.cs156.gauchoride.controllers
Modifier and TypeMethodDescriptionDriverChatController.getMessageById
(Long id) DriverChatController.postNewMessage
(String messageContent) DriverChatController.updateMessageByAdmin
(Long id, String messageContent) DriverChatController.updateMessageByDriver
(Long id, String messageContent) Modifier and TypeMethodDescriptionDriverChatController.getAllMessages()
DriverChatController.getRecentMessage
(int limit) -
Uses of DriverChat in edu.ucsb.cs156.gauchoride.repositories
Modifier and TypeMethodDescriptionDriverChatRepository.findAllByOrderByTimeStampDesc
(org.springframework.data.domain.Pageable pageable) DriverChatRepository.findByIdAndSender
(long id, User user)