C# Class com.Sconit.Service.Procurement.Impl.AutoOrderTrackBaseMgr

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

Protected Properties

Property Type Description
entityDao IAutoOrderTrackDao

Public Methods

Method Description
AutoOrderTrackBaseMgr ( IAutoOrderTrackDao entityDao ) : System

Private Methods

Method Description
CreateAutoOrderTrack ( AutoOrderTrack entity ) : void
DeleteAutoOrderTrack ( AutoOrderTrack entity ) : void
DeleteAutoOrderTrack ( IList entityList ) : void
DeleteAutoOrderTrack ( IList pkList ) : void
DeleteAutoOrderTrack ( Int32 id ) : void
GetAllAutoOrderTrack ( ) : IList
LoadAutoOrderTrack ( Int32 id ) : AutoOrderTrack
UpdateAutoOrderTrack ( AutoOrderTrack entity ) : void

Method Details

AutoOrderTrackBaseMgr() public method

public AutoOrderTrackBaseMgr ( IAutoOrderTrackDao entityDao ) : System
entityDao IAutoOrderTrackDao
return System

Property Details

entityDao protected property

protected IAutoOrderTrackDao entityDao
return IAutoOrderTrackDao