메소드 | 설명 | |
---|---|---|
Index ( int id ) : IHttpActionResult | ||
PageNotFound ( ) : ActionResult | ||
RemoteSong ( string RemoteEntityId ) : ActionResult |
Imports a new song from remote api if it doesn't exist in our database
|
|
ShareSong ( int TrackId, string RemoteTrackId = "" ) : ActionResult | ||
SharedSongs ( ) : ActionResult |
The shared songs page for user's profile
|
|
SongController ( ILocalizationService localizationService, IPictureService pictureService, ICustomerService customerService, IDateTimeHelper dateTimeHelper, CustomerSettings customerSettings, |
메소드 | 설명 | |
---|---|---|
CanDelete ( |
||
CanEdit ( |
||
DeleteSong ( int SongId ) : ActionResult | ||
GetReceivedSongs ( int Count = 15, int Page = 1 ) : ActionResult | ||
GetSharedSongs ( int Count = 15, int Page = 1 ) : ActionResult | ||
GetSimilarSongs ( string RemoteTrackId, int Count = 5 ) : ActionResult | ||
GetSongPreviewUrl ( string TrackId, int SongId ) : ActionResult | ||
SaveRemoteSongToDB ( string songJson ) : |
||
SaveSong ( |
||
Search ( string Term, int Count = 15, int Page = 1, bool SearchDescriptions = false, bool SearchArtists = false, string ArtistName = "" ) : ActionResult | ||
ShareSong ( int TrackId, int CustomerIds, string Message = "", string RemoteTrackId = "" ) : ActionResult | ||
SongEditor ( int ArtistPageId ) : ActionResult | ||
UpdateSongData ( FormCollection Parameters ) : ActionResult | ||
UploadPicture ( int SongId, IEnumerable |
||
UploadSongFile ( int SongId, string FieldName, System.Web.HttpPostedFileBase File ) : ActionResult |
public RemoteSong ( string RemoteEntityId ) : ActionResult | ||
RemoteEntityId | string | |
리턴 | ActionResult |
public ShareSong ( int TrackId, string RemoteTrackId = "" ) : ActionResult | ||
TrackId | int | |
RemoteTrackId | string | |
리턴 | ActionResult |
public SongController ( ILocalizationService localizationService, IPictureService pictureService, ICustomerService customerService, IDateTimeHelper dateTimeHelper, CustomerSettings customerSettings, |
||
localizationService | ILocalizationService | |
pictureService | IPictureService | |
customerService | ICustomerService | |
dateTimeHelper | IDateTimeHelper | |
customerSettings | CustomerSettings | |
mediaSettings | ||
artistPageService | IArtistPageService | |
artistPageApiService | IArtistPageAPIService | |
songService | ISongService | |
musicService | IMusicService | |
mobSocialSettings | mobSocialSettings | |
mobSocialService | IMobSocialService | |
workContext | IWorkContext | |
mobsocialMessageService | IMobSocialMessageService | |
sharedSongService | ISharedSongService | |
storeContext | IStoreContext | |
productService | IProductService | |
downloadService | IDownloadService | |
priceFormatter | IPriceFormatter | |
리턴 | System |