C# Class com.Sconit.Service.Dss.Impl.DssOutboundControlBaseMgr

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

Protected Properties

Property Type Description
entityDao IDssOutboundControlDao

Public Methods

Method Description
DssOutboundControlBaseMgr ( IDssOutboundControlDao entityDao ) : System

Private Methods

Method Description
CreateDssOutboundControl ( DssOutboundControl entity ) : void
DeleteDssOutboundControl ( DssOutboundControl entity ) : void
DeleteDssOutboundControl ( IList entityList ) : void
DeleteDssOutboundControl ( IList pkList ) : void
DeleteDssOutboundControl ( Int32 id ) : void
GetAllDssOutboundControl ( ) : IList
GetAllDssOutboundControl ( bool includeInactive ) : IList
LoadDssOutboundControl ( Int32 id ) : DssOutboundControl
UpdateDssOutboundControl ( DssOutboundControl entity ) : void

Method Details

DssOutboundControlBaseMgr() public method

public DssOutboundControlBaseMgr ( IDssOutboundControlDao entityDao ) : System
entityDao IDssOutboundControlDao
return System

Property Details

entityDao protected property

protected IDssOutboundControlDao entityDao
return IDssOutboundControlDao