Uses of Class
com.nadiyar.kiwi.model.Message
Packages that use Message
Package
Description
-
Uses of Message in com.nadiyar.kiwi
Methods in com.nadiyar.kiwi that return MessageModifier and TypeMethodDescriptionMessageService.saveMessage(String content, String sentBy) Write a message to databaseMessageMapper.toMessage(MessageDTO msgDTO) Convert fromMessageDTOtoMessageand returns an object of type MessageDTOMethods in com.nadiyar.kiwi that return types with arguments of type MessageModifier and TypeMethodDescriptionMessageService.getAllMessages()Return all messages saved in the database in jsonMethods in com.nadiyar.kiwi with parameters of type MessageModifier and TypeMethodDescriptionMessageMapper.toMessageDTO(Message msg) Convert fromMessagetoMessageDTOand returns the Message -
Uses of Message in com.nadiyar.kiwi.controller
Methods in com.nadiyar.kiwi.controller that return types with arguments of type MessageModifier and TypeMethodDescriptionMessageHistoryController.getCompeleteHistory()REST API returning all previously sent messages -
Uses of Message in com.nadiyar.kiwi.model
Methods in com.nadiyar.kiwi.model that return Message -
Uses of Message in com.nadiyar.kiwi.repository
Methods in com.nadiyar.kiwi.repository that return types with arguments of type MessageModifier and TypeMethodDescriptionMessageRepository.findAllByOrderBySentAtAsc()Retrieves allMessageentities ordered by theirsentAttimestamp in ascending order.