C# 클래스 Nop.Plugin.WebApi.MobSocial.Controllers.CustomerProfileApiController

상속: BaseMobApiController
파일 보기 프로젝트 열기: mobsoftware/mobsocial

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AddFavoriteSong ( CustomerFavoriteSong favoriteSong ) : void
DeleteFavoriteSong ( int id ) : void
SaveCustomerProfile ( CustomerProfileModel customerProfile ) : void
SetPictureAs ( EntitySetImageModel model ) : IHttpActionResult
UpdateFavoriteSongOrder ( int favoriteSongId, int displayOrder ) : void
UploadPicture ( ) : IHttpActionResult

메소드 상세

CustomerProfileApiController() 공개 메소드

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
리턴 System