C# 클래스 VirtoCommerce.Content.Web.Controllers.Api.ThemeController

상속: ApiController
파일 보기 프로젝트 열기: VirtoCommerce/vc-internal

공개 메소드들

메소드 설명
ThemeController ( IThemeService>.Func factory, ISettingsManager manager, ISecurityService securityService, IPermissionScopeService permissionScopeService, string pathForMultipart, string pathForFiles, string defaultThemePath ) : System

비공개 메소드들

메소드 설명
CreateDefaultTheme ( string storeId ) : IHttpActionResult
CreateNewTheme ( string storeId, string themeFileUrl, string themeName ) : IHttpActionResult
DeleteAssets ( string storeId, string themeId, [ assetIds ) : IHttpActionResult
DeleteTheme ( string storeId, string themeId ) : IHttpActionResult
GetThemeAsset ( string assetId, string storeId, string themeId ) : IHttpActionResult
GetThemeAssets ( string storeId, string themeId ) : IHttpActionResult
GetThemes ( string storeId ) : IHttpActionResult
SaveItem ( VirtoCommerce.Content.Web.Models.ThemeAsset asset, string storeId, string themeId ) : IHttpActionResult
SearchThemeAssets ( string storeId, string themeId, [ criteria ) : IHttpActionResult

메소드 상세

ThemeController() 공개 메소드

public ThemeController ( IThemeService>.Func factory, ISettingsManager manager, ISecurityService securityService, IPermissionScopeService permissionScopeService, string pathForMultipart, string pathForFiles, string defaultThemePath ) : System
factory IThemeService>.Func
manager ISettingsManager
securityService ISecurityService
permissionScopeService IPermissionScopeService
pathForMultipart string
pathForFiles string
defaultThemePath string
리턴 System