Method | Description | |
---|---|---|
CreateOrganisation ( string name, string bannerUrl, |
||
DeleteOrganisation ( long organisationId ) : |
||
OrganisationManager ( IOrganisationRepository organisationRepository ) : System.Collections.Generic | ||
ReadOrganisation ( long organisationId ) : |
||
ReadOrganisation ( string organisationName ) : |
||
ReadOrganisationForPlaylist ( long playlistId ) : |
||
ReadOrganisations ( ) : IEnumerable |
||
ReadOrganisationsForUser ( long userId ) : IEnumerable |
||
ReadTotalTimeOfPlaylistsInMinutes ( long organisationId ) : double | ||
ReadTotalVotesForOrganisation ( long organisationId ) : double | ||
SearchOrganisations ( string prefix ) : IEnumerable |
||
UpdateOrganisation ( |
public CreateOrganisation ( string name, string bannerUrl, |
||
name | string | |
bannerUrl | string | |
organisator | ||
return |
public DeleteOrganisation ( long organisationId ) : |
||
organisationId | long | |
return |
public OrganisationManager ( IOrganisationRepository organisationRepository ) : System.Collections.Generic | ||
organisationRepository | IOrganisationRepository | |
return | System.Collections.Generic |
public ReadOrganisation ( long organisationId ) : |
||
organisationId | long | |
return |
public ReadOrganisation ( string organisationName ) : |
||
organisationName | string | |
return |
public ReadOrganisationForPlaylist ( long playlistId ) : |
||
playlistId | long | |
return |
public ReadOrganisationsForUser ( long userId ) : IEnumerable |
||
userId | long | |
return | IEnumerable |
public ReadTotalTimeOfPlaylistsInMinutes ( long organisationId ) : double | ||
organisationId | long | |
return | double |
public ReadTotalVotesForOrganisation ( long organisationId ) : double | ||
organisationId | long | |
return | double |
public SearchOrganisations ( string prefix ) : IEnumerable |
||
prefix | string | |
return | IEnumerable |
public UpdateOrganisation ( |
||
organisation | ||
return |