ConnectionDAO

interface ConnectionDAO

Inheritors

Functions

Link copied to clipboard
abstract suspend fun deleteConnectionDataAndConversation(conversationId: QualifiedIDEntity)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun getConnectionRequests(): <Error class: unknown class><List<ConnectionEntity>>
Link copied to clipboard
abstract suspend fun getConnectionRequestsForNotification(): <Error class: unknown class><List<ConnectionEntity>>
Link copied to clipboard
abstract suspend fun getConnections(): <Error class: unknown class><List<ConnectionEntity>>
Link copied to clipboard
abstract suspend fun insertConnection(connectionEntity: ConnectionEntity)
Link copied to clipboard
abstract suspend fun insertConnections(users: List<ConnectionEntity>)
Link copied to clipboard
abstract suspend fun setAllConnectionsAsNotified()
Link copied to clipboard
abstract suspend fun updateConnectionLastUpdatedTime(lastUpdate: String, id: String)
Link copied to clipboard
abstract suspend fun updateNotificationFlag(flag: Boolean, userId: QualifiedIDEntity)