C# 클래스 Nop.Web.Controllers.CatalogController

상속: Nop.Web.Controllers.BasePublicController
파일 보기 프로젝트 열기: grandnode/grandnode

공개 메소드들

메소드 설명
CatalogController ( ICategoryService categoryService, IManufacturerService manufacturerService, IProductService productService, IVendorService vendorService, ICategoryTemplateService categoryTemplateService, IManufacturerTemplateService manufacturerTemplateService, IWorkContext workContext, IStoreContext storeContext, ITaxService taxService, ICurrencyService currencyService, IPictureService pictureService, ILocalizationService localizationService, IPriceCalculationService priceCalculationService, IPriceFormatter priceFormatter, IWebHelper webHelper, ISpecificationAttributeService specificationAttributeService, IProductTagService productTagService, IGenericAttributeService genericAttributeService, IAclService aclService, IStoreMappingService storeMappingService, IPermissionService permissionService, ICustomerActivityService customerActivityService, ITopicService topicService, IEventPublisher eventPublisher, ISearchTermService searchTermService, Nop.Core.Domain.Media.MediaSettings mediaSettings, Nop.Core.Domain.Catalog.CatalogSettings catalogSettings, VendorSettings vendorSettings, Nop.Core.Domain.Blogs.BlogSettings blogSettings, Nop.Core.Domain.Forums.ForumSettings forumSettings, ICacheManager cacheManager ) : System
SearchTermAutoComplete ( string term ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Category ( int categoryId, Nop.Web.Models.Catalog.CatalogPagingFilteringModel command ) : System.Web.Mvc.ActionResult
CategoryNavigation ( int currentCategoryId, int currentProductId ) : System.Web.Mvc.ActionResult
GetChildCategoryIds ( int parentCategoryId ) : List
HomepageCategories ( ) : System.Web.Mvc.ActionResult
Manufacturer ( int manufacturerId, Nop.Web.Models.Catalog.CatalogPagingFilteringModel command ) : System.Web.Mvc.ActionResult
ManufacturerAll ( ) : System.Web.Mvc.ActionResult
ManufacturerNavigation ( int currentManufacturerId ) : System.Web.Mvc.ActionResult
PopularProductTags ( ) : System.Web.Mvc.ActionResult
PrepareCategorySimpleModels ( int rootCategoryId, bool loadSubCategories = true, IList allCategories = null ) : IList
PreparePageSizeOptions ( Nop.Web.Models.Catalog.CatalogPagingFilteringModel pagingFilteringModel, Nop.Web.Models.Catalog.CatalogPagingFilteringModel command, bool allowCustomersToSelectPageSize, string pageSizeOptions, int fixedPageSize ) : void
PrepareProductOverviewModels ( IEnumerable products, bool preparePriceModel = true, bool preparePictureModel = true, int productThumbPictureSize = null, bool prepareSpecificationAttributes = false, bool forceRedirectionAfterAddingToCart = false ) : IEnumerable
PrepareSortingOptions ( Nop.Web.Models.Catalog.CatalogPagingFilteringModel pagingFilteringModel, Nop.Web.Models.Catalog.CatalogPagingFilteringModel command ) : void
PrepareViewModes ( Nop.Web.Models.Catalog.CatalogPagingFilteringModel pagingFilteringModel, Nop.Web.Models.Catalog.CatalogPagingFilteringModel command ) : void
ProductTagsAll ( ) : System.Web.Mvc.ActionResult
ProductsByTag ( int productTagId, Nop.Web.Models.Catalog.CatalogPagingFilteringModel command ) : System.Web.Mvc.ActionResult
Search ( SearchModel model, Nop.Web.Models.Catalog.CatalogPagingFilteringModel command ) : System.Web.Mvc.ActionResult
SearchBox ( ) : System.Web.Mvc.ActionResult
TopMenu ( ) : System.Web.Mvc.ActionResult
Vendor ( int vendorId, Nop.Web.Models.Catalog.CatalogPagingFilteringModel command ) : System.Web.Mvc.ActionResult
VendorAll ( ) : System.Web.Mvc.ActionResult
VendorNavigation ( ) : System.Web.Mvc.ActionResult

메소드 상세

CatalogController() 공개 메소드

public CatalogController ( ICategoryService categoryService, IManufacturerService manufacturerService, IProductService productService, IVendorService vendorService, ICategoryTemplateService categoryTemplateService, IManufacturerTemplateService manufacturerTemplateService, IWorkContext workContext, IStoreContext storeContext, ITaxService taxService, ICurrencyService currencyService, IPictureService pictureService, ILocalizationService localizationService, IPriceCalculationService priceCalculationService, IPriceFormatter priceFormatter, IWebHelper webHelper, ISpecificationAttributeService specificationAttributeService, IProductTagService productTagService, IGenericAttributeService genericAttributeService, IAclService aclService, IStoreMappingService storeMappingService, IPermissionService permissionService, ICustomerActivityService customerActivityService, ITopicService topicService, IEventPublisher eventPublisher, ISearchTermService searchTermService, Nop.Core.Domain.Media.MediaSettings mediaSettings, Nop.Core.Domain.Catalog.CatalogSettings catalogSettings, VendorSettings vendorSettings, Nop.Core.Domain.Blogs.BlogSettings blogSettings, Nop.Core.Domain.Forums.ForumSettings forumSettings, ICacheManager cacheManager ) : System
categoryService ICategoryService
manufacturerService IManufacturerService
productService IProductService
vendorService IVendorService
categoryTemplateService ICategoryTemplateService
manufacturerTemplateService IManufacturerTemplateService
workContext IWorkContext
storeContext IStoreContext
taxService ITaxService
currencyService ICurrencyService
pictureService IPictureService
localizationService ILocalizationService
priceCalculationService IPriceCalculationService
priceFormatter IPriceFormatter
webHelper IWebHelper
specificationAttributeService ISpecificationAttributeService
productTagService IProductTagService
genericAttributeService IGenericAttributeService
aclService IAclService
storeMappingService IStoreMappingService
permissionService IPermissionService
customerActivityService ICustomerActivityService
topicService ITopicService
eventPublisher IEventPublisher
searchTermService ISearchTermService
mediaSettings Nop.Core.Domain.Media.MediaSettings
catalogSettings Nop.Core.Domain.Catalog.CatalogSettings
vendorSettings Nop.Core.Domain.Vendors.VendorSettings
blogSettings Nop.Core.Domain.Blogs.BlogSettings
forumSettings Nop.Core.Domain.Forums.ForumSettings
cacheManager ICacheManager
리턴 System

SearchTermAutoComplete() 공개 메소드

public SearchTermAutoComplete ( string term ) : System.Web.Mvc.ActionResult
term string
리턴 System.Web.Mvc.ActionResult