C# Class VirtoCommerce.MerchandisingModule.Web.Controllers.MerchandisingModuleCategoryController

Inheritance: ApiController
Mostra file Open project: VirtoCommerce/vc-internal

Public Methods

Method Description
MerchandisingModuleCategoryController ( ICatalogSearchService searchService, ICategoryService categoryService, IPropertyService propertyService, IStoreService storeService, CacheManager cacheManager, IBlobUrlResolver blobUrlResolver ) : System.Linq

Private Methods

Method Description
GetCategoryByCode ( string store, [ code, string language = "en-us" ) : IHttpActionResult
GetCategoryById ( string category, string store, string language = "en-us" ) : IHttpActionResult
GetCategoryByKeyword ( string store, [ keyword, string language = "en-us" ) : IHttpActionResult
GetStoreById ( string storeId ) : VirtoCommerce.Domain.Store.Model.Store
SearchCategory ( string store, string language = "en-us", [ parentId = null ) : IHttpActionResult

Method Details

MerchandisingModuleCategoryController() public method

public MerchandisingModuleCategoryController ( ICatalogSearchService searchService, ICategoryService categoryService, IPropertyService propertyService, IStoreService storeService, CacheManager cacheManager, IBlobUrlResolver blobUrlResolver ) : System.Linq
searchService ICatalogSearchService
categoryService ICategoryService
propertyService IPropertyService
storeService IStoreService
cacheManager CacheManager
blobUrlResolver IBlobUrlResolver
return System.Linq