Uses of Class
com.finconsgroup.itserr.marketplace.usercommunication.dm.dto.OutputConversationMessageSummaryDto
Packages that use OutputConversationMessageSummaryDto
Package
Description
-
Uses of OutputConversationMessageSummaryDto in com.finconsgroup.itserr.marketplace.usercommunication.dm.repository
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.repository that return types with arguments of type OutputConversationMessageSummaryDtoModifier and TypeMethodDescriptionChatMessageRepository.countByConversationId(Set<UUID> conversationIds) Find the count of messages by conversation id for the provided ids.ChatMessageRepository.countUnreadByConversationIdIn(UUID userId, Set<UUID> conversationIds) Count the unread messages for a provided conversationsMessageReadReceiptRepository.countUnreadByConversationIdIn(UUID userId, Set<UUID> conversationIds) Count the unread messages for a specific conversation, ordered by creation timestamp -
Uses of OutputConversationMessageSummaryDto in com.finconsgroup.itserr.marketplace.usercommunication.dm.service
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.service that return types with arguments of type OutputConversationMessageSummaryDtoModifier and TypeMethodDescriptionChatMessageService.getConversationMessageSummary(UUID userId, List<Conversation> conversations) Get message summary for each conversation for the conversations -
Uses of OutputConversationMessageSummaryDto in com.finconsgroup.itserr.marketplace.usercommunication.dm.service.impl
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.service.impl that return types with arguments of type OutputConversationMessageSummaryDtoModifier and TypeMethodDescriptionChatMessageServiceImpl.getConversationMessageSummary(UUID userId, List<Conversation> conversations)