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

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

Protected Properties

Property Type Description
entityDao IMrpRunLogDao

Public Methods

Method Description
MrpRunLogBaseMgr ( IMrpRunLogDao entityDao ) : System

Private Methods

Method Description
CreateMrpRunLog ( MrpRunLog entity ) : void
DeleteMrpRunLog ( IList pkList ) : void
DeleteMrpRunLog ( IList entityList ) : void
DeleteMrpRunLog ( Int32 id ) : void
DeleteMrpRunLog ( MrpRunLog entity ) : void
GetAllMrpRunLog ( ) : IList
LoadMrpRunLog ( Int32 id ) : MrpRunLog
UpdateMrpRunLog ( MrpRunLog entity ) : void

Method Details

MrpRunLogBaseMgr() public method

public MrpRunLogBaseMgr ( IMrpRunLogDao entityDao ) : System
entityDao IMrpRunLogDao
return System

Property Details

entityDao protected_oe property

protected IMrpRunLogDao entityDao
return IMrpRunLogDao