C# Class com.Sconit.Persistence.Mes.NH.NHMesBomBaseDao

Inheritance: NHDaoBase, IMesBomBaseDao
Mostra file Open project: Novthirteen/yfkey-scms

Public 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
NHMesBomBaseDao ( ISessionManager sessionManager ) : System
UpdateBom ( MesBom entity ) : void

Method Details

CreateBom() public method

public CreateBom ( MesBom entity ) : void
entity MesBom
return void

DeleteBom() public method

public DeleteBom ( IList entityList ) : void
entityList IList
return void

DeleteBom() public method

public DeleteBom ( IList pkList ) : void
pkList IList
return void

DeleteBom() public method

public DeleteBom ( MesBom entity ) : void
entity MesBom
return void

DeleteBom() public method

public DeleteBom ( String code ) : void
code String
return void

GetAllBom() public method

public GetAllBom ( ) : IList
return IList

GetAllBom() public method

public GetAllBom ( bool includeInactive ) : IList
includeInactive bool
return IList

LoadBom() public method

public LoadBom ( String code ) : MesBom
code String
return MesBom

NHMesBomBaseDao() public method

public NHMesBomBaseDao ( ISessionManager sessionManager ) : System
sessionManager ISessionManager
return System

UpdateBom() public method

public UpdateBom ( MesBom entity ) : void
entity MesBom
return void