C# Class com.Sconit.Service.View.Impl.InProcessLocationDetailTrackViewBaseMgr

Inheritance: SessionBase, IInProcessLocationDetailTrackViewBaseMgr
Exibir arquivo Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IInProcessLocationDetailTrackViewDao

Public Methods

Method Description
InProcessLocationDetailTrackViewBaseMgr ( IInProcessLocationDetailTrackViewDao entityDao ) : System

Private Methods

Method Description
CreateInProcessLocationDetailTrackView ( InProcessLocationDetailTrackView entity ) : void
DeleteInProcessLocationDetailTrackView ( IList entityList ) : void
DeleteInProcessLocationDetailTrackView ( IList pkList ) : void
DeleteInProcessLocationDetailTrackView ( InProcessLocationDetailTrackView entity ) : void
DeleteInProcessLocationDetailTrackView ( Int32 id ) : void
GetAllInProcessLocationDetailTrackView ( ) : IList
LoadInProcessLocationDetailTrackView ( Int32 id ) : InProcessLocationDetailTrackView
UpdateInProcessLocationDetailTrackView ( InProcessLocationDetailTrackView entity ) : void

Method Details

InProcessLocationDetailTrackViewBaseMgr() public method

public InProcessLocationDetailTrackViewBaseMgr ( IInProcessLocationDetailTrackViewDao entityDao ) : System
entityDao IInProcessLocationDetailTrackViewDao
return System

Property Details

entityDao protected_oe property

protected IInProcessLocationDetailTrackViewDao entityDao
return IInProcessLocationDetailTrackViewDao