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

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

공개 메소드들

메소드 설명
CommonController ( ICategoryService categoryService, IProductService productService, IManufacturerService manufacturerService, ITopicService topicService, ILanguageService languageService, ICurrencyService currencyService, ILocalizationService localizationService, IWorkContext workContext, IStoreContext storeContext, IQueuedEmailService queuedEmailService, IEmailAccountService emailAccountService, ISitemapGenerator sitemapGenerator, IThemeContext themeContext, IThemeProvider themeProvider, IForumService forumService, IGenericAttributeService genericAttributeService, IWebHelper webHelper, IPermissionService permissionService, ICacheManager cacheManager, ICustomerActivityService customerActivityService, IVendorService vendorService, IContactUsService contactUsService, CustomerSettings customerSettings, Nop.Core.Domain.Tax.TaxSettings taxSettings, Nop.Core.Domain.Catalog.CatalogSettings catalogSettings, Nop.Core.Domain.StoreInformationSettings storeInformationSettings, Nop.Core.Domain.Messages.EmailAccountSettings emailAccountSettings, CommonSettings commonSettings, Nop.Core.Domain.Blogs.BlogSettings blogSettings, Nop.Core.Domain.News.NewsSettings newsSettings, Nop.Core.Domain.Forums.ForumSettings forumSettings, Nop.Core.Domain.Localization.LocalizationSettings localizationSettings, Nop.Web.Framework.UI.Captcha.CaptchaSettings captchaSettings, VendorSettings vendorSettings ) : System
GenericUrl ( ) : System.Web.Mvc.ActionResult
PageNotFound ( ) : System.Web.Mvc.ActionResult
SetStoreTheme ( string themeName, string returnUrl = "" ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
AdminHeaderLinks ( ) : System.Web.Mvc.ActionResult
ContactUs ( ) : System.Web.Mvc.ActionResult
ContactUsSend ( Nop.Web.Models.Common.ContactUsModel model, bool captchaValid ) : System.Web.Mvc.ActionResult
ContactVendor ( int vendorId ) : System.Web.Mvc.ActionResult
ContactVendorSend ( Nop.Web.Models.Common.ContactVendorModel model, bool captchaValid ) : System.Web.Mvc.ActionResult
CurrencySelector ( ) : System.Web.Mvc.ActionResult
EuCookieLaw ( ) : System.Web.Mvc.ActionResult
EuCookieLawAccept ( ) : System.Web.Mvc.ActionResult
Favicon ( ) : System.Web.Mvc.ActionResult
Footer ( ) : System.Web.Mvc.ActionResult
GetUnreadPrivateMessages ( ) : int
HeaderLinks ( ) : System.Web.Mvc.ActionResult
JavaScriptDisabledWarning ( ) : System.Web.Mvc.ActionResult
LanguageSelector ( ) : System.Web.Mvc.ActionResult
RobotsTextFile ( ) : System.Web.Mvc.ActionResult
SetCurrency ( int customerCurrency, string returnUrl = "" ) : System.Web.Mvc.ActionResult
SetLanguage ( int langid, string returnUrl = "" ) : System.Web.Mvc.ActionResult
SetTaxType ( int customerTaxType, string returnUrl = "" ) : System.Web.Mvc.ActionResult
Sitemap ( ) : System.Web.Mvc.ActionResult
SitemapXml ( ) : System.Web.Mvc.ActionResult
StoreClosed ( ) : System.Web.Mvc.ActionResult
StoreThemeSelector ( ) : System.Web.Mvc.ActionResult
TaxTypeSelector ( ) : System.Web.Mvc.ActionResult

메소드 상세

CommonController() 공개 메소드

public CommonController ( ICategoryService categoryService, IProductService productService, IManufacturerService manufacturerService, ITopicService topicService, ILanguageService languageService, ICurrencyService currencyService, ILocalizationService localizationService, IWorkContext workContext, IStoreContext storeContext, IQueuedEmailService queuedEmailService, IEmailAccountService emailAccountService, ISitemapGenerator sitemapGenerator, IThemeContext themeContext, IThemeProvider themeProvider, IForumService forumService, IGenericAttributeService genericAttributeService, IWebHelper webHelper, IPermissionService permissionService, ICacheManager cacheManager, ICustomerActivityService customerActivityService, IVendorService vendorService, IContactUsService contactUsService, CustomerSettings customerSettings, Nop.Core.Domain.Tax.TaxSettings taxSettings, Nop.Core.Domain.Catalog.CatalogSettings catalogSettings, Nop.Core.Domain.StoreInformationSettings storeInformationSettings, Nop.Core.Domain.Messages.EmailAccountSettings emailAccountSettings, CommonSettings commonSettings, Nop.Core.Domain.Blogs.BlogSettings blogSettings, Nop.Core.Domain.News.NewsSettings newsSettings, Nop.Core.Domain.Forums.ForumSettings forumSettings, Nop.Core.Domain.Localization.LocalizationSettings localizationSettings, Nop.Web.Framework.UI.Captcha.CaptchaSettings captchaSettings, VendorSettings vendorSettings ) : System
categoryService ICategoryService
productService IProductService
manufacturerService IManufacturerService
topicService ITopicService
languageService ILanguageService
currencyService ICurrencyService
localizationService ILocalizationService
workContext IWorkContext
storeContext IStoreContext
queuedEmailService IQueuedEmailService
emailAccountService IEmailAccountService
sitemapGenerator ISitemapGenerator
themeContext IThemeContext
themeProvider IThemeProvider
forumService IForumService
genericAttributeService IGenericAttributeService
webHelper IWebHelper
permissionService IPermissionService
cacheManager ICacheManager
customerActivityService ICustomerActivityService
vendorService IVendorService
contactUsService IContactUsService
customerSettings Nop.Core.Domain.Customers.CustomerSettings
taxSettings Nop.Core.Domain.Tax.TaxSettings
catalogSettings Nop.Core.Domain.Catalog.CatalogSettings
storeInformationSettings Nop.Core.Domain.StoreInformationSettings
emailAccountSettings Nop.Core.Domain.Messages.EmailAccountSettings
commonSettings Nop.Core.Domain.Common.CommonSettings
blogSettings Nop.Core.Domain.Blogs.BlogSettings
newsSettings Nop.Core.Domain.News.NewsSettings
forumSettings Nop.Core.Domain.Forums.ForumSettings
localizationSettings Nop.Core.Domain.Localization.LocalizationSettings
captchaSettings Nop.Web.Framework.UI.Captcha.CaptchaSettings
vendorSettings VendorSettings
리턴 System

GenericUrl() 공개 메소드

public GenericUrl ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

PageNotFound() 공개 메소드

public PageNotFound ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

SetStoreTheme() 공개 메소드

public SetStoreTheme ( string themeName, string returnUrl = "" ) : System.Web.Mvc.ActionResult
themeName string
returnUrl string
리턴 System.Web.Mvc.ActionResult