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

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

Protected Properties

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

Méthodes publiques

Méthode Description
HuBaseMgr ( IHuDao entityDao ) : System

Private Methods

Méthode Description
CreateHu ( com.Sconit.Entity.MasterData.Hu entity ) : void
DeleteHu ( com.Sconit.Entity.MasterData.Hu entity ) : void
DeleteHu ( IList entityList ) : void
DeleteHu ( IList pkList ) : void
DeleteHu ( String huId ) : void
GetAllHu ( ) : IList
LoadHu ( String huId ) : com.Sconit.Entity.MasterData.Hu
UpdateHu ( com.Sconit.Entity.MasterData.Hu entity ) : void

Method Details

HuBaseMgr() public méthode

public HuBaseMgr ( IHuDao entityDao ) : System
entityDao IHuDao
Résultat System

Property Details

entityDao protected_oe property

protected IHuDao entityDao
Résultat IHuDao