C# Class com.Sconit.Persistence.MRP.NH.NHMrpRunLogBaseDao

Inheritance: NHDaoBase, IMrpRunLogBaseDao
Mostra file Open project: Novthirteen/yfkey-scms

Public 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
NHMrpRunLogBaseDao ( ISessionManager sessionManager ) : System
UpdateMrpRunLog ( MrpRunLog entity ) : void

Method Details

CreateMrpRunLog() public method

public CreateMrpRunLog ( MrpRunLog entity ) : void
entity MrpRunLog
return void

DeleteMrpRunLog() public method

public DeleteMrpRunLog ( IList pkList ) : void
pkList IList
return void

DeleteMrpRunLog() public method

public DeleteMrpRunLog ( IList entityList ) : void
entityList IList
return void

DeleteMrpRunLog() public method

public DeleteMrpRunLog ( Int32 id ) : void
id System.Int32
return void

DeleteMrpRunLog() public method

public DeleteMrpRunLog ( MrpRunLog entity ) : void
entity MrpRunLog
return void

GetAllMrpRunLog() public method

public GetAllMrpRunLog ( ) : IList
return IList

LoadMrpRunLog() public method

public LoadMrpRunLog ( Int32 id ) : MrpRunLog
id System.Int32
return MrpRunLog

NHMrpRunLogBaseDao() public method

public NHMrpRunLogBaseDao ( ISessionManager sessionManager ) : System
sessionManager ISessionManager
return System

UpdateMrpRunLog() public method

public UpdateMrpRunLog ( MrpRunLog entity ) : void
entity MrpRunLog
return void