kalium
common
persistence
/
com.wire.kalium.persistence.dao
/
TeamDAO
Team
DAO
interface
TeamDAO
Inheritors
TeamDAOImpl
Members
Functions
get
Team
By
Id
Link copied to clipboard
abstract
suspend
fun
getTeamById
(
teamId
:
String
)
:
<Error class: unknown class>
<
TeamEntity
?
>
insert
Team
Link copied to clipboard
abstract
suspend
fun
insertTeam
(
team
:
TeamEntity
)
insert
Teams
Link copied to clipboard
abstract
suspend
fun
insertTeams
(
teams
:
List
<
TeamEntity
>
)
update
Team
Link copied to clipboard
abstract
suspend
fun
updateTeam
(
team
:
TeamEntity
)