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

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

Protected Properties

Property Type Description
entityDao IPlannedBillViewDao

Public Methods

Method Description
PlannedBillViewBaseMgr ( IPlannedBillViewDao entityDao ) : System

Private Methods

Method Description
CreatePlannedBillView ( PlannedBillView entity ) : void
DeletePlannedBillView ( IList pkList ) : void
DeletePlannedBillView ( IList entityList ) : void
DeletePlannedBillView ( Int32 id ) : void
DeletePlannedBillView ( PlannedBillView entity ) : void
GetAllPlannedBillView ( ) : IList
LoadPlannedBillView ( Int32 id ) : PlannedBillView
UpdatePlannedBillView ( PlannedBillView entity ) : void

Method Details

PlannedBillViewBaseMgr() public method

public PlannedBillViewBaseMgr ( IPlannedBillViewDao entityDao ) : System
entityDao IPlannedBillViewDao
return System

Property Details

entityDao protected_oe property

protected IPlannedBillViewDao entityDao
return IPlannedBillViewDao