C# Class com.Sconit.Service.Mes.Impl.MesBomBaseMgr

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

Protected Properties

Property Type Description
entityDao IMesBomDao

Public Methods

Method Description
MesBomBaseMgr ( IMesBomDao entityDao ) : System

Private Methods

Method Description
CreateBom ( MesBom entity ) : void
DeleteBom ( IList entityList ) : void
DeleteBom ( IList pkList ) : void
DeleteBom ( MesBom entity ) : void
DeleteBom ( String code ) : void
GetAllBom ( ) : IList
GetAllBom ( bool includeInactive ) : IList
LoadBom ( String code ) : MesBom
UpdateBom ( MesBom entity ) : void

Method Details

MesBomBaseMgr() public method

public MesBomBaseMgr ( IMesBomDao entityDao ) : System
entityDao IMesBomDao
return System

Property Details

entityDao protected_oe property

protected IMesBomDao entityDao
return IMesBomDao