Method | Description | |
---|---|---|
AddCoOrganiser ( long organisation, string mail ) : System.Web.Mvc.ActionResult | ||
AddPlaylist ( long playlistId, string id ) : System.Web.Mvc.ActionResult | ||
Details ( long id, int page ) : System.Web.Mvc.ActionResult | ||
FollowOrganisation ( long organisationId, string email ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
IsNameAvailable ( string name ) : System.Web.Mvc.ActionResult | ||
LeaveOrganisation ( long organisationId, string email ) : System.Web.Mvc.ActionResult | ||
OrganisationsController ( IOrganisationManager organisationManager, IUserManager userManager, IPlaylistManager playlistManager ) : System.Collections.Generic | ||
SearchPlaylist ( string q ) : System.Web.Mvc.JsonResult | ||
UnFollowOrganisation ( long organisationId, string email ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Create ( |
||
Delete ( long id ) : System.Web.Mvc.ActionResult |
public AddCoOrganiser ( long organisation, string mail ) : System.Web.Mvc.ActionResult | ||
organisation | long | |
string | ||
return | System.Web.Mvc.ActionResult |
public AddPlaylist ( long playlistId, string id ) : System.Web.Mvc.ActionResult | ||
playlistId | long | |
id | string | |
return | System.Web.Mvc.ActionResult |
public Details ( long id, int page ) : System.Web.Mvc.ActionResult | ||
id | long | |
page | int | |
return | System.Web.Mvc.ActionResult |
public FollowOrganisation ( long organisationId, string email ) : System.Web.Mvc.ActionResult | ||
organisationId | long | |
string | ||
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public IsNameAvailable ( string name ) : System.Web.Mvc.ActionResult | ||
name | string | |
return | System.Web.Mvc.ActionResult |
public LeaveOrganisation ( long organisationId, string email ) : System.Web.Mvc.ActionResult | ||
organisationId | long | |
string | ||
return | System.Web.Mvc.ActionResult |
public OrganisationsController ( IOrganisationManager organisationManager, IUserManager userManager, IPlaylistManager playlistManager ) : System.Collections.Generic | ||
organisationManager | IOrganisationManager | |
userManager | IUserManager | |
playlistManager | IPlaylistManager | |
return | System.Collections.Generic |
public SearchPlaylist ( string q ) : System.Web.Mvc.JsonResult | ||
q | string | |
return | System.Web.Mvc.JsonResult |
public UnFollowOrganisation ( long organisationId, string email ) : System.Web.Mvc.ActionResult | ||
organisationId | long | |
string | ||
return | System.Web.Mvc.ActionResult |