QueryChannelsRepository

Repository for queries of channels.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun clear()

Clear QueryChannels of this repository.

Link copied to clipboard
abstract suspend fun insertQueryChannels(queryChannelsSpec: QueryChannelsSpec)

Inserts a query channels.

Link copied to clipboard
abstract suspend fun selectBy(filter: FilterObject, querySort: QuerySorter<Channel>): QueryChannelsSpec?

Selects by a filter and query sort.