C# Class Nop.Plugin.Feed.Froogle.FroogleService

Inheritance: Nop.Core.Plugins.BasePlugin, IMiscPlugin
Afficher le fichier Open project: emilianionascu/NopCommerce

Méthodes publiques

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

Private Methods

Méthode Description
FindScheduledTask ( ) : Nop.Core.Domain.Tasks.ScheduleTask
GetCategoryBreadCrumb ( Category category ) : IList
GetUsedCurrency ( ) : Currency
StripInvalidChars ( string input, bool isHtmlEncoded ) : string

Removes invalid characters

Method Details

FroogleService() public méthode

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

GenerateFeed() public méthode

Generate a feed
public GenerateFeed ( Stream stream ) : void
stream Stream Stream
Résultat void

GenerateStaticFile() public méthode

Generate a static file for froogle
public GenerateStaticFile ( ) : void
Résultat void

GetConfigurationRoute() public méthode

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

Install() public méthode

Install plugin
public Install ( ) : void
Résultat void

Uninstall() public méthode

Uninstall plugin
public Uninstall ( ) : void
Résultat void