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

Inheritance: BaseMobApiController
Afficher le fichier Open project: mobsoftware/mobsocial

Méthodes publiques

Méthode Description
CustomerProfileApiController ( CustomerProfileService customerProfileService, CustomerProfileViewService customerProfileViewService, ICustomerService customerService, IMobSocialService mobSocialService, ICustomerFavoriteSongService customerFavoriteSongService, IMusicService musicService, IWorkContext workContext, IFriendService friendService, IPictureService pictureService, mobSocialSettings mobSocialSettings, Nop.Core.Domain.Media.MediaSettings mediaSettings, IGenericAttributeService genericAttributeService, ICustomerFollowService customerFollowService ) : System

Private Methods

Méthode Description
AddFavoriteSong ( CustomerFavoriteSong favoriteSong ) : void
DeleteFavoriteSong ( int id ) : void
SaveCustomerProfile ( CustomerProfileModel customerProfile ) : void
SetPictureAs ( EntitySetImageModel model ) : IHttpActionResult
UpdateFavoriteSongOrder ( int favoriteSongId, int displayOrder ) : void
UploadPicture ( ) : IHttpActionResult

Method Details

CustomerProfileApiController() public méthode

public CustomerProfileApiController ( CustomerProfileService customerProfileService, CustomerProfileViewService customerProfileViewService, ICustomerService customerService, IMobSocialService mobSocialService, ICustomerFavoriteSongService customerFavoriteSongService, IMusicService musicService, IWorkContext workContext, IFriendService friendService, IPictureService pictureService, mobSocialSettings mobSocialSettings, Nop.Core.Domain.Media.MediaSettings mediaSettings, IGenericAttributeService genericAttributeService, ICustomerFollowService customerFollowService ) : System
customerProfileService CustomerProfileService
customerProfileViewService CustomerProfileViewService
customerService ICustomerService
mobSocialService IMobSocialService
customerFavoriteSongService ICustomerFavoriteSongService
musicService IMusicService
workContext IWorkContext
friendService IFriendService
pictureService IPictureService
mobSocialSettings mobSocialSettings
mediaSettings Nop.Core.Domain.Media.MediaSettings
genericAttributeService IGenericAttributeService
customerFollowService ICustomerFollowService
Résultat System