-
- All Implemented Interfaces:
-
com.google.android.horologist.media.data.database.dao.PlaylistDao
@Generated(value = androidx.room.RoomProcessor) public final class PlaylistDao_Impl implements PlaylistDao
-
-
Constructor Summary
Constructors Constructor Description PlaylistDao_Impl(RoomDatabase __db)
-
Method Summary
Modifier and Type Method Description Objectupsert(PlaylistEntity playlistEntity, List<MediaEntity> mediaEntityList, List<PlaylistMediaEntity> playlistMediaEntityList, Continuation<out Object> $completion)ObjectgetPopulated(String playlistId, Continuation<out Object> $completion)Flow<PopulatedPlaylist>getPopulatedStream(String playlistId)Flow<List<PopulatedPlaylist>>getAllPopulated()Flow<List<PopulatedPlaylist>>getAllDownloaded()voiddelete(List<String> playlistIds)static List<Class<out Object>>getRequiredConverters()-
Methods inherited from class com.google.android.horologist.media.data.database.dao.PlaylistDao
delete, getAllDownloaded, getAllPopulated, getPopulated, getPopulatedStream, upsert -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PlaylistDao_Impl
PlaylistDao_Impl(RoomDatabase __db)
-
-
Method Detail
-
upsert
Object upsert(PlaylistEntity playlistEntity, List<MediaEntity> mediaEntityList, List<PlaylistMediaEntity> playlistMediaEntityList, Continuation<out Object> $completion)
-
getPopulated
Object getPopulated(String playlistId, Continuation<out Object> $completion)
-
getPopulatedStream
Flow<PopulatedPlaylist> getPopulatedStream(String playlistId)
-
getAllPopulated
Flow<List<PopulatedPlaylist>> getAllPopulated()
-
getAllDownloaded
Flow<List<PopulatedPlaylist>> getAllDownloaded()
-
getRequiredConverters
@NonNull() static List<Class<out Object>> getRequiredConverters()
-
-
-
-