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

Inheritance: SessionBase, IMrpReceivePlanBaseMgr
ファイルを表示 Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IMrpReceivePlanDao

Public Methods

Method Description
MrpReceivePlanBaseMgr ( IMrpReceivePlanDao entityDao ) : System

Private Methods

Method 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 method

public MrpReceivePlanBaseMgr ( IMrpReceivePlanDao entityDao ) : System
entityDao IMrpReceivePlanDao
return System

Property Details

entityDao protected_oe property

protected IMrpReceivePlanDao entityDao
return IMrpReceivePlanDao