C# Class com.Sconit.Service.MasterData.Impl.PlannedBillBaseMgr

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

Protected Properties

Property Type Description
entityDao IPlannedBillDao

Public Methods

Method Description
PlannedBillBaseMgr ( IPlannedBillDao entityDao ) : System

Private Methods

Method Description
CreatePlannedBill ( com.Sconit.Entity.MasterData.PlannedBill entity ) : void
DeletePlannedBill ( IList pkList ) : void
DeletePlannedBill ( IList entityList ) : void
DeletePlannedBill ( Int32 id ) : void
DeletePlannedBill ( com.Sconit.Entity.MasterData.PlannedBill entity ) : void
GetAllPlannedBill ( ) : IList
LoadPlannedBill ( Int32 id ) : com.Sconit.Entity.MasterData.PlannedBill
UpdatePlannedBill ( com.Sconit.Entity.MasterData.PlannedBill entity ) : void

Method Details

PlannedBillBaseMgr() public method

public PlannedBillBaseMgr ( IPlannedBillDao entityDao ) : System
entityDao IPlannedBillDao
return System

Property Details

entityDao protected_oe property

protected IPlannedBillDao entityDao
return IPlannedBillDao