C# Class Bukimedia.PrestaSharp.Factories.ProductSupplierFactory

Inheritance: RestSharpFactory
Afficher le fichier Open project: Bukimedia/PrestaSharp Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Entities ProductSupplier ) : Entities.product_supplier
AddList ( List ProductSuppliers ) : List
Delete ( Entities ProductSupplier ) : void
Delete ( long ProductSupplierId ) : void
Get ( long ProductSupplierId ) : Entities.product_supplier
GetAll ( ) : List

Get all product suppliers.

GetByFilter ( string>.Dictionary Filter, string Sort, string Limit ) : List

More information about filtering: http://doc.prestashop.com/display/PS14/Chapter+8+-+Advanced+Use

GetIds ( ) : List
GetIdsByFilter ( string>.Dictionary Filter, string Sort, string Limit ) : List

More information about filtering: http://doc.prestashop.com/display/PS14/Chapter+8+-+Advanced+Use

ProductSupplierFactory ( string BaseUrl, string Account, string SecretKey ) : System
Update ( Entities ProductSupplier ) : void

Method Details

Add() public méthode

public Add ( Entities ProductSupplier ) : Entities.product_supplier
ProductSupplier Entities
Résultat Entities.product_supplier

AddList() public méthode

public AddList ( List ProductSuppliers ) : List
ProductSuppliers List
Résultat List

Delete() public méthode

public Delete ( Entities ProductSupplier ) : void
ProductSupplier Entities
Résultat void

Delete() public méthode

public Delete ( long ProductSupplierId ) : void
ProductSupplierId long
Résultat void

Get() public méthode

public Get ( long ProductSupplierId ) : Entities.product_supplier
ProductSupplierId long
Résultat Entities.product_supplier

GetAll() public méthode

Get all product suppliers.
public GetAll ( ) : List
Résultat List

GetByFilter() public méthode

More information about filtering: http://doc.prestashop.com/display/PS14/Chapter+8+-+Advanced+Use
public GetByFilter ( string>.Dictionary Filter, string Sort, string Limit ) : List
Filter string>.Dictionary Example: key:name value:Apple
Sort string Field_ASC or Field_DESC. Example: name_ASC or name_DESC
Limit string Example: 5 limit to 5. 9,5 Only include the first 5 elements starting from the 10th element.
Résultat List

GetIds() public méthode

public GetIds ( ) : List
Résultat List

GetIdsByFilter() public méthode

More information about filtering: http://doc.prestashop.com/display/PS14/Chapter+8+-+Advanced+Use
public GetIdsByFilter ( string>.Dictionary Filter, string Sort, string Limit ) : List
Filter string>.Dictionary Example: key:name value:Apple
Sort string Field_ASC or Field_DESC. Example: name_ASC or name_DESC
Limit string Example: 5 limit to 5. 9,5 Only include the first 5 elements starting from the 10th element.
Résultat List

ProductSupplierFactory() public méthode

public ProductSupplierFactory ( string BaseUrl, string Account, string SecretKey ) : System
BaseUrl string
Account string
SecretKey string
Résultat System

Update() public méthode

public Update ( Entities ProductSupplier ) : void
ProductSupplier Entities
Résultat void