C# Class com.Sconit.Service.MRP.Impl.MrpShipPlanBaseMgr

Inheritance: SessionBase, IMrpShipPlanBaseMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Protected Properties

Свойство Type Description
entityDao IMrpShipPlanDao

Méthodes publiques

Méthode Description
MrpShipPlanBaseMgr ( IMrpShipPlanDao entityDao ) : System

Private Methods

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
UpdateMrpShipPlan ( MrpShipPlan entity ) : void

Method Details

MrpShipPlanBaseMgr() public méthode

public MrpShipPlanBaseMgr ( IMrpShipPlanDao entityDao ) : System
entityDao IMrpShipPlanDao
Résultat System

Property Details

entityDao protected_oe property

protected IMrpShipPlanDao entityDao
Résultat IMrpShipPlanDao