C# 클래스 Nop.Plugin.Feed.Froogle.Controllers.FeedFroogleController

상속: BasePluginController
파일 보기 프로젝트 열기: emilianionascu/NopCommerce

공개 메소드들

메소드 설명
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