Méthode | Description | |
---|---|---|
AddTrackToPlaylist ( long playlistId, |
||
CheckIfReachedMaximumVotes ( long userId, long trackId ) : bool | ||
CheckIfUserCreatedPlaylist ( long playlistId, long userId ) : bool | ||
CreateComment ( long playlistId, string text, string userEmail ) : |
||
CreatePlaylistForOrganisation ( string name, string description, string key, int maxVotesPerUser, bool active, string imageUrl, |
||
CreatePlaylistForUser ( string name, string description, string key, int maxVotesPerUser, bool active, string imageUrl, |
||
CreateVote ( int score, long userId, long trackId ) : |
||
DeletePlaylist ( long playlistId ) : |
||
DeletePlaylistTrack ( long playlistTrackId ) : void | ||
DeleteVote ( |
||
DeleteVote ( long voteId ) : void | ||
DeleteVote ( long playlistTrackId, long userId ) : void | ||
MarkTrackAsPlayed ( long playlistTrackId, long playlistId ) : bool | ||
PlaylistManager ( IPlaylistRepository playlistRepository, IUserRepository userRepo ) : System | ||
ReadComments ( |
||
ReadPlaylist ( long playlistId ) : |
||
ReadPlaylist ( string name ) : |
||
ReadPlaylistByKey ( string key ) : |
||
ReadPlaylistTrack ( long playlistTrackId ) : |
||
ReadPlaylists ( ) : IEnumerable |
||
ReadPlaylists ( long userId ) : IEnumerable |
||
ReadPlaylistsForUser ( long userId ) : IEnumerable |
||
ReadTrack ( long trackId ) : |
||
ReadTracks ( ) : IEnumerable | ||
ReadVotesForUser ( |
||
UpdatePlayListTrack ( |
||
UpdatePlaylist ( |
||
UpdatePlaylist ( |
||
UpdateVote ( |
public AddTrackToPlaylist ( long playlistId, |
||
playlistId | long | |
track | ||
Résultat |
public CheckIfReachedMaximumVotes ( long userId, long trackId ) : bool | ||
userId | long | |
trackId | long | |
Résultat | bool |
public CheckIfUserCreatedPlaylist ( long playlistId, long userId ) : bool | ||
playlistId | long | |
userId | long | |
Résultat | bool |
public CreateComment ( long playlistId, string text, string userEmail ) : |
||
playlistId | long | |
text | string | |
userEmail | string | |
Résultat |
public CreatePlaylistForOrganisation ( string name, string description, string key, int maxVotesPerUser, bool active, string imageUrl, |
||
name | string | |
description | string | |
key | string | |
maxVotesPerUser | int | |
active | bool | |
imageUrl | string | |
createdBy | ||
organisationId | long | |
Résultat |
public CreatePlaylistForUser ( string name, string description, string key, int maxVotesPerUser, bool active, string imageUrl, |
||
name | string | |
description | string | |
key | string | |
maxVotesPerUser | int | |
active | bool | |
imageUrl | string | |
createdBy | ||
Résultat |
public CreateVote ( int score, long userId, long trackId ) : |
||
score | int | |
userId | long | |
trackId | long | |
Résultat |
public DeletePlaylist ( long playlistId ) : |
||
playlistId | long | |
Résultat |
public DeletePlaylistTrack ( long playlistTrackId ) : void | ||
playlistTrackId | long | |
Résultat | void |
public DeleteVote ( |
||
vote | ||
Résultat | void |
public DeleteVote ( long playlistTrackId, long userId ) : void | ||
playlistTrackId | long | |
userId | long | |
Résultat | void |
public MarkTrackAsPlayed ( long playlistTrackId, long playlistId ) : bool | ||
playlistTrackId | long | |
playlistId | long | |
Résultat | bool |
public PlaylistManager ( IPlaylistRepository playlistRepository, IUserRepository userRepo ) : System | ||
playlistRepository | IPlaylistRepository | |
userRepo | IUserRepository | |
Résultat | System |
public ReadComments ( |
||
playlist | ||
Résultat | IEnumerable |
public ReadPlaylist ( long playlistId ) : |
||
playlistId | long | |
Résultat |
public ReadPlaylist ( string name ) : |
||
name | string | |
Résultat |
public ReadPlaylistByKey ( string key ) : |
||
key | string | |
Résultat |
public ReadPlaylistTrack ( long playlistTrackId ) : |
||
playlistTrackId | long | |
Résultat |
public ReadPlaylists ( long userId ) : IEnumerable |
||
userId | long | |
Résultat | IEnumerable |
public ReadPlaylistsForUser ( long userId ) : IEnumerable |
||
userId | long | |
Résultat | IEnumerable |
public ReadTrack ( long trackId ) : |
||
trackId | long | |
Résultat |
public ReadVotesForUser ( |
||
user | ||
Résultat | IEnumerable |
public UpdatePlayListTrack ( |
||
playlistTrack | ||
Résultat |
public UpdatePlaylist ( |
||
playlist | ||
Résultat |
public UpdatePlaylist ( |
||
playlist | ||
string | ||
Résultat |
public UpdateVote ( |
||
vote | ||
Résultat |