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

Inheritance: SessionBase, IPlannedBillBaseMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Protected Properties

Свойство Type Description
entityDao IPlannedBillDao

Méthodes publiques

Méthode Description
PlannedBillBaseMgr ( IPlannedBillDao entityDao ) : System

Private Methods

Méthode 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 méthode

public PlannedBillBaseMgr ( IPlannedBillDao entityDao ) : System
entityDao IPlannedBillDao
Résultat System

Property Details

entityDao protected_oe property

protected IPlannedBillDao entityDao
Résultat IPlannedBillDao