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

Inheritance: SessionBase, IHuBaseMgr
Show file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IHuDao

Public Methods

Method Description
HuBaseMgr ( IHuDao entityDao ) : System

Private Methods

Method 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 method

public HuBaseMgr ( IHuDao entityDao ) : System
entityDao IHuDao
return System

Property Details

entityDao protected property

protected IHuDao entityDao
return IHuDao