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

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

Protected Properties

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

Méthodes publiques

Méthode Description
BatchJobDetailBaseMgr ( IBatchJobDetailDao entityDao ) : System

Private Methods

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

public BatchJobDetailBaseMgr ( IBatchJobDetailDao entityDao ) : System
entityDao IBatchJobDetailDao
Résultat System

Property Details

entityDao protected_oe property

protected IBatchJobDetailDao entityDao
Résultat IBatchJobDetailDao