C# Class com.Sconit.Service.MasterData.Impl.RepackDetailBaseMgr

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

Protected Properties

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

Méthodes publiques

Méthode Description
RepackDetailBaseMgr ( IRepackDetailDao entityDao ) : System

Private Methods

Méthode Description
CreateRepackDetail ( com.Sconit.Entity.MasterData.RepackDetail entity ) : void
DeleteRepackDetail ( IList pkList ) : void
DeleteRepackDetail ( IList entityList ) : void
DeleteRepackDetail ( Int32 id ) : void
DeleteRepackDetail ( com.Sconit.Entity.MasterData.RepackDetail entity ) : void
GetAllRepackDetail ( ) : IList
LoadRepackDetail ( Int32 id ) : com.Sconit.Entity.MasterData.RepackDetail
UpdateRepackDetail ( com.Sconit.Entity.MasterData.RepackDetail entity ) : void

Method Details

RepackDetailBaseMgr() public méthode

public RepackDetailBaseMgr ( IRepackDetailDao entityDao ) : System
entityDao IRepackDetailDao
Résultat System

Property Details

entityDao protected_oe property

protected IRepackDetailDao entityDao
Résultat IRepackDetailDao