C# Class com.Sconit.Service.MRP.Impl.MrpShipPlanViewBaseMgr

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

Protected Properties

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

Méthodes publiques

Méthode Description
MrpShipPlanViewBaseMgr ( IMrpShipPlanViewDao entityDao ) : System

Private Methods

Méthode Description
CreateMrpShipPlanView ( MrpShipPlanView entity ) : void
DeleteMrpShipPlanView ( IList entityList ) : void
DeleteMrpShipPlanView ( MrpShipPlanView entity ) : void
DeleteMrpShipPlanView ( String flow, String item, String uom, Decimal uC, System.DateTime startTime, System.DateTime windowTime, System.DateTime effDate ) : void
GetAllMrpShipPlanView ( ) : IList
LoadMrpShipPlanView ( String flow, String item, String uom, Decimal uC, System.DateTime startTime, System.DateTime windowTime, System.DateTime effDate ) : MrpShipPlanView
UpdateMrpShipPlanView ( MrpShipPlanView entity ) : void

Method Details

MrpShipPlanViewBaseMgr() public méthode

public MrpShipPlanViewBaseMgr ( IMrpShipPlanViewDao entityDao ) : System
entityDao IMrpShipPlanViewDao
Résultat System

Property Details

entityDao protected_oe property

protected IMrpShipPlanViewDao entityDao
Résultat IMrpShipPlanViewDao