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

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

Protected Properties

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

Méthodes publiques

Méthode Description
MrpRunLogBaseMgr ( IMrpRunLogDao entityDao ) : System

Private Methods

Méthode 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 méthode

public MrpRunLogBaseMgr ( IMrpRunLogDao entityDao ) : System
entityDao IMrpRunLogDao
Résultat System

Property Details

entityDao protected_oe property

protected IMrpRunLogDao entityDao
Résultat IMrpRunLogDao