C# Class com.Sconit.Service.Batch.Impl.BatchRunLogBaseMgr

Inheritance: SessionBase, IBatchRunLogBaseMgr
Exibir arquivo Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IBatchRunLogDao

Public Methods

Method Description
BatchRunLogBaseMgr ( IBatchRunLogDao entityDao ) : System

Private Methods

Method Description
CreateBatchRunLog ( BatchRunLog entity ) : void
DeleteBatchRunLog ( BatchRunLog entity ) : void
DeleteBatchRunLog ( IList entityList ) : void
DeleteBatchRunLog ( IList pkList ) : void
DeleteBatchRunLog ( Int32 id ) : void
GetAllBatchRunLog ( ) : IList
LoadBatchRunLog ( Int32 id ) : BatchRunLog
UpdateBatchRunLog ( BatchRunLog entity ) : void

Method Details

BatchRunLogBaseMgr() public method

public BatchRunLogBaseMgr ( IBatchRunLogDao entityDao ) : System
entityDao IBatchRunLogDao
return System

Property Details

entityDao protected_oe property

protected IBatchRunLogDao entityDao
return IBatchRunLogDao