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

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

Protected Properties

Property Type Description
entityDao IBatchJobDetailDao

Public Methods

Method Description
BatchJobDetailBaseMgr ( IBatchJobDetailDao entityDao ) : System

Private Methods

Method Description
CreateBatchJobDetail ( BatchJobDetail entity ) : void
DeleteBatchJobDetail ( BatchJobDetail entity ) : void
DeleteBatchJobDetail ( IList entityList ) : void
DeleteBatchJobDetail ( IList pkList ) : void
DeleteBatchJobDetail ( Int32 id ) : void
GetAllBatchJobDetail ( ) : IList
LoadBatchJobDetail ( Int32 id ) : BatchJobDetail
UpdateBatchJobDetail ( BatchJobDetail entity ) : void

Method Details

BatchJobDetailBaseMgr() public method

public BatchJobDetailBaseMgr ( IBatchJobDetailDao entityDao ) : System
entityDao IBatchJobDetailDao
return System

Property Details

entityDao protected_oe property

protected IBatchJobDetailDao entityDao
return IBatchJobDetailDao