C# Class Nop.Plugin.WebApi.MobSocial.Controllers.EventPageController

Inheritance: Nop.Web.Controllers.BasePublicController
Afficher le fichier Open project: mobsoftware/mobsocial

Méthodes publiques

Méthode Description
EventPageController ( IForumService forumService, ILocalizationService localizationService, IPictureService pictureService, ICountryService countryService, ICustomerService customerService, IDateTimeHelper dateTimeHelper, Nop.Core.Domain.Forums.ForumSettings forumSettings, CustomerSettings customerSettings, Nop.Core.Domain.Media.MediaSettings mediaSettings, IEventPageService eventPageService, mobSocialSettings mobSocialSettings, IEventPageAttendanceService eventPageAttendanceService, IMobSocialService mobSocialService, IWorkContext workContext ) : System
EventPageSearchAutoComplete ( string term ) : System.Web.Mvc.ActionResult
Index ( int id, int page ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
GetAttendance ( int start, int count, int attendanceStatusId ) : System.Web.Mvc.ActionResult
GetCustomerAttendanceStatus ( int eventPageId ) : System.Web.Mvc.ActionResult
GetGoing ( int eventPageId ) : System.Web.Mvc.ActionResult
GetInvited ( int eventPageId ) : System.Web.Mvc.ActionResult
GetMaybe ( int eventPageId ) : System.Web.Mvc.ActionResult
GetNotGoing ( int eventPageId ) : System.Web.Mvc.ActionResult
GetUninvitedFriends ( int eventPageId, int index ) : System.Web.Mvc.ActionResult
InviteFriends ( int eventPageId, int customerIds ) : System.Web.Mvc.ActionResult
UpdateAttendanceStatus ( int eventPageId, int attendanceStatusId ) : System.Web.Mvc.ActionResult

Method Details

EventPageController() public méthode

public EventPageController ( IForumService forumService, ILocalizationService localizationService, IPictureService pictureService, ICountryService countryService, ICustomerService customerService, IDateTimeHelper dateTimeHelper, Nop.Core.Domain.Forums.ForumSettings forumSettings, CustomerSettings customerSettings, Nop.Core.Domain.Media.MediaSettings mediaSettings, IEventPageService eventPageService, mobSocialSettings mobSocialSettings, IEventPageAttendanceService eventPageAttendanceService, IMobSocialService mobSocialService, IWorkContext workContext ) : System
forumService IForumService
localizationService ILocalizationService
pictureService IPictureService
countryService ICountryService
customerService ICustomerService
dateTimeHelper IDateTimeHelper
forumSettings Nop.Core.Domain.Forums.ForumSettings
customerSettings Nop.Core.Domain.Customers.CustomerSettings
mediaSettings Nop.Core.Domain.Media.MediaSettings
eventPageService IEventPageService
mobSocialSettings mobSocialSettings
eventPageAttendanceService IEventPageAttendanceService
mobSocialService IMobSocialService
workContext IWorkContext
Résultat System

EventPageSearchAutoComplete() public méthode

public EventPageSearchAutoComplete ( string term ) : System.Web.Mvc.ActionResult
term string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

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