GenerationResultLocalDataSource
internal class GenerationResultLocalDataSource(val dao: GenerationResultDao) : GenerationResultDataSource.Local(source)
Coordinates GenerationResultLocalDataSource behavior in the SDAI data layer.
Author
Dmitriy Moroz
Functions
Link copied to clipboard
Performs the SDAI side effect handled by deleteById.
Link copied to clipboard
Performs the SDAI side effect handled by deleteByIdList.
Link copied to clipboard
Performs the SDAI side effect handled by insert.
Link copied to clipboard
Loads SDAI data through observeCount.
Link copied to clipboard
Loads SDAI data through observePage.
Link copied to clipboard
Executes the queryAll step in the SDAI data layer.
Link copied to clipboard
Executes the queryById step in the SDAI data layer.
Link copied to clipboard
Executes the queryByIdList step in the SDAI data layer.