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

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

Protected Properties

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

Méthodes publiques

Méthode Description
MrpReceivePlanBaseMgr ( IMrpReceivePlanDao entityDao ) : System

Private Methods

Méthode Description
CreateMrpReceivePlan ( MrpReceivePlan entity ) : void
DeleteMrpReceivePlan ( IList pkList ) : void
DeleteMrpReceivePlan ( IList entityList ) : void
DeleteMrpReceivePlan ( Int32 id ) : void
DeleteMrpReceivePlan ( MrpReceivePlan entity ) : void
GetAllMrpReceivePlan ( ) : IList
LoadMrpReceivePlan ( Int32 id ) : MrpReceivePlan
UpdateMrpReceivePlan ( MrpReceivePlan entity ) : void

Method Details

MrpReceivePlanBaseMgr() public méthode

public MrpReceivePlanBaseMgr ( IMrpReceivePlanDao entityDao ) : System
entityDao IMrpReceivePlanDao
Résultat System

Property Details

entityDao protected_oe property

protected IMrpReceivePlanDao entityDao
Résultat IMrpReceivePlanDao