OrganizationRepository

interface OrganizationRepository

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getOrganization
Link copied to clipboard
abstract suspend fun getOrganization(sessionUserId: SessionUserId, refresh: Boolean = false): Organization
getOrganizationFlow
Link copied to clipboard
abstract fun getOrganizationFlow(sessionUserId: SessionUserId, refresh: Boolean = false): Flow<DataResult<Organization>>
getOrganizationKeys
Link copied to clipboard
abstract suspend fun getOrganizationKeys(sessionUserId: SessionUserId, refresh: Boolean = false): OrganizationKeys
getOrganizationKeysFlow
Link copied to clipboard
abstract fun getOrganizationKeysFlow(sessionUserId: SessionUserId, refresh: Boolean = false): Flow<DataResult<OrganizationKeys>>
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String