C# Class com.Sconit.Persistence.MRP.NH.NHMrpShipPlanBaseDao

Inheritance: NHDaoBase, IMrpShipPlanBaseDao
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

Méthode Description
CreateMrpShipPlan ( MrpShipPlan entity ) : void
DeleteMrpShipPlan ( IList pkList ) : void
DeleteMrpShipPlan ( IList entityList ) : void
DeleteMrpShipPlan ( Int32 id ) : void
DeleteMrpShipPlan ( MrpShipPlan entity ) : void
GetAllMrpShipPlan ( ) : IList
LoadMrpShipPlan ( Int32 id ) : MrpShipPlan
NHMrpShipPlanBaseDao ( ISessionManager sessionManager ) : System
UpdateMrpShipPlan ( MrpShipPlan entity ) : void

Method Details

CreateMrpShipPlan() public méthode

public CreateMrpShipPlan ( MrpShipPlan entity ) : void
entity com.Sconit.Entity.MRP.MrpShipPlan
Résultat void

DeleteMrpShipPlan() public méthode

public DeleteMrpShipPlan ( IList pkList ) : void
pkList IList
Résultat void

DeleteMrpShipPlan() public méthode

public DeleteMrpShipPlan ( IList entityList ) : void
entityList IList
Résultat void

DeleteMrpShipPlan() public méthode

public DeleteMrpShipPlan ( Int32 id ) : void
id System.Int32
Résultat void

DeleteMrpShipPlan() public méthode

public DeleteMrpShipPlan ( MrpShipPlan entity ) : void
entity com.Sconit.Entity.MRP.MrpShipPlan
Résultat void

GetAllMrpShipPlan() public méthode

public GetAllMrpShipPlan ( ) : IList
Résultat IList

LoadMrpShipPlan() public méthode

public LoadMrpShipPlan ( Int32 id ) : MrpShipPlan
id System.Int32
Résultat com.Sconit.Entity.MRP.MrpShipPlan

NHMrpShipPlanBaseDao() public méthode

public NHMrpShipPlanBaseDao ( ISessionManager sessionManager ) : System
sessionManager ISessionManager
Résultat System

UpdateMrpShipPlan() public méthode

public UpdateMrpShipPlan ( MrpShipPlan entity ) : void
entity com.Sconit.Entity.MRP.MrpShipPlan
Résultat void