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

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

Protected Properties

Property Type Description
entityDao IDssObjectMappingDao

Public Methods

Method Description
DssObjectMappingBaseMgr ( IDssObjectMappingDao entityDao ) : System

Private Methods

Method Description
CreateDssObjectMapping ( DssObjectMapping entity ) : void
DeleteDssObjectMapping ( DssObjectMapping entity ) : void
DeleteDssObjectMapping ( IList entityList ) : void
DeleteDssObjectMapping ( IList pkList ) : void
DeleteDssObjectMapping ( Int32 id ) : void
GetAllDssObjectMapping ( ) : IList
LoadDssObjectMapping ( Int32 id ) : DssObjectMapping
UpdateDssObjectMapping ( DssObjectMapping entity ) : void

Method Details

DssObjectMappingBaseMgr() public method

public DssObjectMappingBaseMgr ( IDssObjectMappingDao entityDao ) : System
entityDao IDssObjectMappingDao
return System

Property Details

entityDao protected property

protected IDssObjectMappingDao entityDao
return IDssObjectMappingDao