C# Класс Nop.Plugin.Feed.Froogle.FroogleService

Наследование: Nop.Core.Plugins.BasePlugin, IMiscPlugin
Показать файл Открыть проект

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

Метод Описание
FroogleService ( IScheduleTaskService scheduleTaskService, IGoogleService googleService, IProductService productService, ICategoryService categoryService, IManufacturerService manufacturerService, IPictureService pictureService, ICurrencyService currencyService, IWebHelper webHelper, ISettingService settingService, IWorkContext workContext, IMeasureService measureService, Nop.Core.Domain.Directory.MeasureSettings measureSettings, Nop.Core.Domain.StoreInformationSettings storeInformationSettings, FroogleSettings froogleSettings, Nop.Core.Domain.Directory.CurrencySettings currencySettings, GoogleProductObjectContext objectContext ) : System
GenerateFeed ( Stream stream ) : void

Generate a feed

GenerateStaticFile ( ) : void

Generate a static file for froogle

GetConfigurationRoute ( string &actionName, string &controllerName, RouteValueDictionary &routeValues ) : void

Gets a route for provider configuration

Install ( ) : void

Install plugin

Uninstall ( ) : void

Uninstall plugin

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

Метод Описание
FindScheduledTask ( ) : Nop.Core.Domain.Tasks.ScheduleTask
GetCategoryBreadCrumb ( Category category ) : IList
GetUsedCurrency ( ) : Currency
StripInvalidChars ( string input, bool isHtmlEncoded ) : string

Removes invalid characters

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

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

public FroogleService ( IScheduleTaskService scheduleTaskService, IGoogleService googleService, IProductService productService, ICategoryService categoryService, IManufacturerService manufacturerService, IPictureService pictureService, ICurrencyService currencyService, IWebHelper webHelper, ISettingService settingService, IWorkContext workContext, IMeasureService measureService, Nop.Core.Domain.Directory.MeasureSettings measureSettings, Nop.Core.Domain.StoreInformationSettings storeInformationSettings, FroogleSettings froogleSettings, Nop.Core.Domain.Directory.CurrencySettings currencySettings, GoogleProductObjectContext objectContext ) : System
scheduleTaskService IScheduleTaskService
googleService IGoogleService
productService IProductService
categoryService ICategoryService
manufacturerService IManufacturerService
pictureService IPictureService
currencyService ICurrencyService
webHelper IWebHelper
settingService ISettingService
workContext IWorkContext
measureService IMeasureService
measureSettings Nop.Core.Domain.Directory.MeasureSettings
storeInformationSettings Nop.Core.Domain.StoreInformationSettings
froogleSettings FroogleSettings
currencySettings Nop.Core.Domain.Directory.CurrencySettings
objectContext GoogleProductObjectContext
Результат System

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

Generate a feed
public GenerateFeed ( Stream stream ) : void
stream Stream Stream
Результат void

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

Generate a static file for froogle
public GenerateStaticFile ( ) : void
Результат void

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

Gets a route for provider configuration
public GetConfigurationRoute ( string &actionName, string &controllerName, RouteValueDictionary &routeValues ) : void
actionName string Action name
controllerName string Controller name
routeValues RouteValueDictionary Route values
Результат void

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

Install plugin
public Install ( ) : void
Результат void

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

Uninstall plugin
public Uninstall ( ) : void
Результат void