MeetingDao

interface MeetingDao

Inheritors

Functions

Link copied to clipboard
abstract fun getMeetingOccurrenceDetailsFlow(occurrenceId: String): <Error class: unknown class><MeetingOccurrenceDetailsEntity?>
Link copied to clipboard
abstract fun getPaginatedMeetingOccurrenceDetails(pagingConfig: <Error class: unknown class>, startingOffset: Long, from: <Error class: unknown class>): KaliumPager<MeetingOccurrenceDetailsEntity>
Link copied to clipboard
abstract suspend fun insertMissingOccurrences(generateOccurrencesWindow: MeetingOccurrencesGenerator.GenerationLimit.Window)
Link copied to clipboard
abstract suspend fun removeOutdatedMeetings(olderThan: <Error class: unknown class>)
Link copied to clipboard
abstract suspend fun upsertMeetings(meetings: List<MeetingEntity>, generateOccurrencesWindow: MeetingOccurrencesGenerator.GenerationLimit.Window)