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