Playlist
Interface
| Class | Description |
|---|---|
| PlaylistResource | |
| CreatePlaylistRequest | |
| UpdatePlaylistRequest | |
| ReorderSongsRequest | |
| AddSongRequest | |
| PlaylistController |
Application
| Class | Description |
|---|---|
| PlaylistPortInterface | |
| RemoveSongHandler | |
| UpdatePlaylistHandler | |
| CreatePlaylistHandler | |
| AddSongHandler | |
| UpdatePlaylistCommand | |
| RemoveSongCommand | |
| CreatePlaylistCommand | |
| AddSongCommand |
Infrastructure
| Class | Description |
|---|---|
| PlaylistService | |
| PlaylistRepository |
Domain
| Class | Description |
|---|---|
| PlaylistRepositoryInterface | |
| SmartPlaylistSynced | |
| PlaylistCreated | |
| PlaylistSong | |
| SmartPlaylist | |
| Playlist |