C# Class AJH.CMS.Core.Data.SupplierManager

Afficher le fichier Open project: ajhCMS/AJH.CMS.WEB.UI

Méthodes publiques

Méthode Description
Add ( Supplier supplier ) : int
AddOtherLanguage ( Supplier AddOtherLanguage ) : void
Delete ( int id ) : void
DeleteLogical ( int id ) : void
GetSupplier ( int id, int portalID, int languageID ) : Supplier
GetSuppliers ( int portalID, int languageID ) : List
Update ( Supplier supplier ) : void

Method Details

Add() public static méthode

public static Add ( Supplier supplier ) : int
supplier AJH.CMS.Core.Entities.Supplier
Résultat int

AddOtherLanguage() public static méthode

public static AddOtherLanguage ( Supplier AddOtherLanguage ) : void
AddOtherLanguage AJH.CMS.Core.Entities.Supplier
Résultat void

Delete() public static méthode

public static Delete ( int id ) : void
id int
Résultat void

DeleteLogical() public static méthode

public static DeleteLogical ( int id ) : void
id int
Résultat void

GetSupplier() public static méthode

public static GetSupplier ( int id, int portalID, int languageID ) : Supplier
id int
portalID int
languageID int
Résultat AJH.CMS.Core.Entities.Supplier

GetSuppliers() public static méthode

public static GetSuppliers ( int portalID, int languageID ) : List
portalID int
languageID int
Résultat List

Update() public static méthode

public static Update ( Supplier supplier ) : void
supplier AJH.CMS.Core.Entities.Supplier
Résultat void