Uses of Enum Class
com.finconsgroup.itserr.marketplace.usercommunication.dm.enums.MessageType
Packages that use MessageType
Package
Description
-
Uses of MessageType in com.finconsgroup.itserr.marketplace.usercommunication.dm.api
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.api with parameters of type MessageTypeModifier and TypeMethodDescriptionvoidWebSocketChatApi.sendUserNotification(UUID userId, String content, MessageType messageType) -
Uses of MessageType in com.finconsgroup.itserr.marketplace.usercommunication.dm.controller
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.controller with parameters of type MessageTypeModifier and TypeMethodDescriptionvoidWebSocketChatController.sendUserNotification(UUID userId, String content, MessageType messageType) Send notification to a specific user -
Uses of MessageType in com.finconsgroup.itserr.marketplace.usercommunication.dm.entity
Constructors in com.finconsgroup.itserr.marketplace.usercommunication.dm.entity with parameters of type MessageTypeModifierConstructorDescriptionOfflineMessage(UUID messageId, UUID recipientUserId, UUID conversationId, UUID senderId, String content, MessageType messageType, Instant createdAt) -
Uses of MessageType in com.finconsgroup.itserr.marketplace.usercommunication.dm.enums
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.enums that return MessageTypeModifier and TypeMethodDescriptionstatic MessageTypeReturns the enum constant of this class with the specified name.static MessageType[]MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MessageType in com.finconsgroup.itserr.marketplace.usercommunication.dm.service
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.service with parameters of type MessageTypeModifier and TypeMethodDescriptionPreConditionService.checkUserAndConversationAndMessage(UUID userId, UUID conversationId, MessageType messageType) Checks if the user is allowed to send the message of messageType to the conversation.voidChatMessageProducer.sendUserNotification(UUID userId, String content, MessageType messageType) Sends a user notification messageWebSocketService.sendUserNotification(UUID userId, String content, MessageType messageType) Send notification to a specific user -
Uses of MessageType in com.finconsgroup.itserr.marketplace.usercommunication.dm.service.impl
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.service.impl with parameters of type MessageTypeModifier and TypeMethodDescriptionDefaultPreConditionService.checkUserAndConversationAndMessage(UUID userId, UUID conversationId, MessageType messageType) DefaultWebSocketService.sendUserNotification(UUID userId, String content, MessageType messageType)