C# Class BB.UI.Web.MVC.Controllers.OrganisationsController

Inheritance: Controller
Afficher le fichier Open project: BeatBuddy/beatbuddy_webapp Class Usage Examples

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
Create ( ) : System.Web.Mvc.ActionResult
Create ( OrganisationViewModel organisation, System.Web.HttpPostedFileBase bannerImage ) : System.Web.Mvc.ActionResult
Delete ( long id ) : System.Web.Mvc.ActionResult

Method Details

AddCoOrganiser() public méthode

public AddCoOrganiser ( long organisation, string mail ) : System.Web.Mvc.ActionResult
organisation long
mail string
Résultat System.Web.Mvc.ActionResult

AddPlaylist() public méthode

public AddPlaylist ( long playlistId, string id ) : System.Web.Mvc.ActionResult
playlistId long
id string
Résultat System.Web.Mvc.ActionResult

Details() public méthode

public Details ( long id, int page ) : System.Web.Mvc.ActionResult
id long
page int
Résultat System.Web.Mvc.ActionResult

FollowOrganisation() public méthode

public FollowOrganisation ( long organisationId, string email ) : System.Web.Mvc.ActionResult
organisationId long
email string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

IsNameAvailable() public méthode

public IsNameAvailable ( string name ) : System.Web.Mvc.ActionResult
name string
Résultat System.Web.Mvc.ActionResult

LeaveOrganisation() public méthode

public LeaveOrganisation ( long organisationId, string email ) : System.Web.Mvc.ActionResult
organisationId long
email string
Résultat System.Web.Mvc.ActionResult

OrganisationsController() public méthode

public OrganisationsController ( IOrganisationManager organisationManager, IUserManager userManager, IPlaylistManager playlistManager ) : System.Collections.Generic
organisationManager IOrganisationManager
userManager IUserManager
playlistManager IPlaylistManager
Résultat System.Collections.Generic

SearchPlaylist() public méthode

public SearchPlaylist ( string q ) : System.Web.Mvc.JsonResult
q string
Résultat System.Web.Mvc.JsonResult

UnFollowOrganisation() public méthode

public UnFollowOrganisation ( long organisationId, string email ) : System.Web.Mvc.ActionResult
organisationId long
email string
Résultat System.Web.Mvc.ActionResult