C# Class Nop.Plugin.Feed.Froogle.Controllers.FeedFroogleController

Inheritance: BasePluginController
Datei anzeigen Open project: emilianionascu/NopCommerce

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Configure() public method

public Configure ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

FeedFroogleController() public method

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
return System