app
app
/
com.musicplayer.openmusic.data.base
/
PlaylistDao
Playlist
Dao
public
interface
PlaylistDao
Functions
Functions
delete
Link copied to clipboard
public
abstract
Unit
delete
(
Playlist
playlist
)
get
Link copied to clipboard
public
abstract
Playlist
get
(
String
playlist_id
)
get
All
Link copied to clipboard
public
abstract
List
<
Playlist
>
getAll
(
)
get
Songs
Link copied to clipboard
public
abstract
List
<
Song
>
getSongs
(
String
playlist_id
)
insert
Link copied to clipboard
public
abstract
Unit
insert
(
Playlist
playlist
)
update
Link copied to clipboard
public
abstract
Unit
update
(
Playlist
playlist
)