C# Class Nop.Services.ExportImport.ExportManager

Export manager
Inheritance: IExportManager
Afficher le fichier Open project: emilianionascu/NopCommerce

Méthodes publiques

Méthode Description
ExportCategoriesToXml ( ) : string

Export category list to xml

ExportCustomersToXlsx ( Stream stream, IList customers ) : void

Export customer list to XLSX

ExportCustomersToXml ( IList customers ) : string

Export customer list to xml

ExportManager ( ICategoryService categoryService, IManufacturerService manufacturerService, IProductService productService, IPictureService pictureService, INewsLetterSubscriptionService newsLetterSubscriptionService, Nop.Core.Domain.StoreInformationSettings storeInformationSettings ) : System
ExportManufacturersToXml ( IList manufacturers ) : string

Export manufacturer list to xml

ExportOrdersToXlsx ( Stream stream, IList orders ) : void

Export orders to XLSX

ExportOrdersToXml ( IList orders ) : string

Export order list to xml

ExportProductsToXlsx ( Stream stream, IList products ) : void

Export products to XLSX

ExportProductsToXml ( IList products ) : string

Export product list to xml

Méthodes protégées

Méthode Description
WriteCategories ( XmlWriter xmlWriter, int parentCategoryId ) : void

Method Details

ExportCategoriesToXml() public méthode

Export category list to xml
public ExportCategoriesToXml ( ) : string
Résultat string

ExportCustomersToXlsx() public méthode

Export customer list to XLSX
public ExportCustomersToXlsx ( Stream stream, IList customers ) : void
stream Stream Stream
customers IList Customers
Résultat void

ExportCustomersToXml() public méthode

Export customer list to xml
public ExportCustomersToXml ( IList customers ) : string
customers IList Customers
Résultat string

ExportManager() public méthode

public ExportManager ( ICategoryService categoryService, IManufacturerService manufacturerService, IProductService productService, IPictureService pictureService, INewsLetterSubscriptionService newsLetterSubscriptionService, Nop.Core.Domain.StoreInformationSettings storeInformationSettings ) : System
categoryService ICategoryService
manufacturerService IManufacturerService
productService IProductService
pictureService IPictureService
newsLetterSubscriptionService INewsLetterSubscriptionService
storeInformationSettings Nop.Core.Domain.StoreInformationSettings
Résultat System

ExportManufacturersToXml() public méthode

Export manufacturer list to xml
public ExportManufacturersToXml ( IList manufacturers ) : string
manufacturers IList Manufacturers
Résultat string

ExportOrdersToXlsx() public méthode

Export orders to XLSX
public ExportOrdersToXlsx ( Stream stream, IList orders ) : void
stream Stream Stream
orders IList Orders
Résultat void

ExportOrdersToXml() public méthode

Export order list to xml
public ExportOrdersToXml ( IList orders ) : string
orders IList Orders
Résultat string

ExportProductsToXlsx() public méthode

Export products to XLSX
public ExportProductsToXlsx ( Stream stream, IList products ) : void
stream Stream Stream
products IList Products
Résultat void

ExportProductsToXml() public méthode

Export product list to xml
public ExportProductsToXml ( IList products ) : string
products IList Products
Résultat string

WriteCategories() protected méthode

protected WriteCategories ( XmlWriter xmlWriter, int parentCategoryId ) : void
xmlWriter System.Xml.XmlWriter
parentCategoryId int
Résultat void