Uses of Class
vaultWeb.models.PrivateChat
Packages that use PrivateChat
-
Uses of PrivateChat in vaultWeb.models
Methods in vaultWeb.models that return PrivateChatModifier and TypeMethodDescriptionPollContext.privateChat()Returns the value of theprivateChatrecord component.Constructors in vaultWeb.models with parameters of type PrivateChatModifierConstructorDescriptionPollContext(Group group, PrivateChat privateChat) Creates an instance of aPollContextrecord class. -
Uses of PrivateChat in vaultWeb.repositories
Methods in vaultWeb.repositories that return types with arguments of type PrivateChatModifier and TypeMethodDescriptionPrivateChatRepository.findByUser1AndUser2(User user1, User user2) PrivateChatRepository.findByUser1OrUser2(User user1, User user2) PrivateChatRepository.findByUser2AndUser1(User user1, User user2) Methods in vaultWeb.repositories with parameters of type PrivateChatModifier and TypeMethodDescriptionintChatMessageRepository.deleteByPrivateChat(PrivateChat privateChat) ChatMessageRepository.findTop1ByPrivateChatOrderByTimestampDesc(PrivateChat privateChat) -
Uses of PrivateChat in vaultWeb.services
Methods in vaultWeb.services that return PrivateChatModifier and TypeMethodDescriptionPrivateChatService.getOrCreatePrivateChat(String username1, String username2) Retrieves an existing private chat between two users or creates a new one if none exists.Methods in vaultWeb.services that return types with arguments of type PrivateChat