C# Класс Nop.Plugin.Feed.Froogle.Controllers.FeedFroogleController

Наследование: BasePluginController
Показать файл Открыть проект

Открытые методы

Метод Описание
Configure ( ) : System.Web.Mvc.ActionResult
FeedFroogleController ( IGoogleService googleService, IProductService productService, ICurrencyService currencyService, ILocalizationService localizationService, IPluginFinder pluginFinder, ILogger logger, IWebHelper webHelper, IScheduleTaskService scheduleTaskService, FroogleSettings froogleSettings, ISettingService settingService ) : System

Приватные методы

Метод Описание
Configure ( FeedFroogleModel model ) : System.Web.Mvc.ActionResult
FindScheduledTask ( ) : ScheduleTask
GenerateFeed ( FeedFroogleModel model ) : System.Web.Mvc.ActionResult
GoogleProductList ( GridCommand command ) : System.Web.Mvc.ActionResult
GoogleProductUpdate ( GridCommand command, FeedFroogleModel model ) : System.Web.Mvc.ActionResult

Описание методов

Configure() публичный Метод

public Configure ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

FeedFroogleController() публичный Метод

public FeedFroogleController ( IGoogleService googleService, IProductService productService, ICurrencyService currencyService, ILocalizationService localizationService, IPluginFinder pluginFinder, ILogger logger, IWebHelper webHelper, IScheduleTaskService scheduleTaskService, FroogleSettings froogleSettings, ISettingService settingService ) : System
googleService IGoogleService
productService IProductService
currencyService ICurrencyService
localizationService ILocalizationService
pluginFinder IPluginFinder
logger ILogger
webHelper IWebHelper
scheduleTaskService IScheduleTaskService
froogleSettings FroogleSettings
settingService ISettingService
Результат System