C# Class Nop.Web.Controllers.CommonController

Inheritance: Nop.Web.Controllers.BasePublicController
Afficher le fichier Open project: grandnode/grandnode

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CommonController() public méthode

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
Résultat System

GenericUrl() public méthode

public GenericUrl ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

PageNotFound() public méthode

public PageNotFound ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

SetStoreTheme() public méthode

public SetStoreTheme ( string themeName, string returnUrl = "" ) : System.Web.Mvc.ActionResult
themeName string
returnUrl string
Résultat System.Web.Mvc.ActionResult