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

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

Protected Properties

Property Type Description
entityDao IPartyDao

Public Methods

Method Description
PartyBaseMgr ( IPartyDao entityDao ) : System

Private Methods

Method Description
CreateParty ( Party entity ) : void
DeleteParty ( IList entityList ) : void
DeleteParty ( IList pkList ) : void
DeleteParty ( Party entity ) : void
DeleteParty ( String code ) : void
GetAllParty ( ) : IList
GetAllParty ( bool includeInactive ) : IList
LoadParty ( String code ) : Party
UpdateParty ( Party entity ) : void

Method Details

PartyBaseMgr() public method

public PartyBaseMgr ( IPartyDao entityDao ) : System
entityDao IPartyDao
return System

Property Details

entityDao protected_oe property

protected IPartyDao entityDao
return IPartyDao