GenerationResultRepositoryImpl
internal class GenerationResultRepositoryImpl(preferenceManager: PreferenceManager, mediaStoreGateway: MediaStoreGateway, val localDataSource: GenerationResultDataSource.Local) : CoreMediaStoreRepository, GenerationResultRepository(source)
Implements GenerationResultRepository behavior in the SDAI data layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(preferenceManager: PreferenceManager, mediaStoreGateway: MediaStoreGateway, localDataSource: GenerationResultDataSource.Local)
Properties
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
Executes the exportAsync step in the SDAI data layer.
Link copied to clipboard
Executes the exportToMediaStoreAsync step in the SDAI data layer.
Link copied to clipboard
Loads SDAI data through getAll.
Link copied to clipboard
Loads SDAI data through getById.
Link copied to clipboard
Loads SDAI data through getInfoAsync.
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
Converts SDAI data with toggleVisibility.