ConversationFolderDAOImpl

class ConversationFolderDAOImpl(conversationFoldersQueries: ConversationFoldersQueries, readDispatcher: ReadDispatcher, writeDispatcher: WriteDispatcher) : ConversationFolderDAO

Constructors

Link copied to clipboard
internal constructor(conversationFoldersQueries: ConversationFoldersQueries, readDispatcher: ReadDispatcher, writeDispatcher: WriteDispatcher)

Functions

Link copied to clipboard
open suspend override fun addConversationToFolder(conversationId: QualifiedIDEntity, folderId: String)
Link copied to clipboard
open suspend override fun addFolder(folder: ConversationFolderEntity)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun observeConversationListFromFolder(folderId: String): <Error class: unknown class><List<ConversationDetailsWithEventsEntity>>
Link copied to clipboard
open suspend override fun observeFolders(): <Error class: unknown class><List<ConversationFolderEntity>>
Link copied to clipboard
open suspend override fun removeConversationFromFolder(conversationId: QualifiedIDEntity, folderId: String)
Link copied to clipboard
open suspend override fun removeFolder(folderId: String)
Link copied to clipboard
open suspend override fun updateConversationFolders(folderWithConversationsList: List<FolderWithConversationsEntity>): <Error class: unknown class>