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

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

Protected Properties

Property Type Description
entityDao IMrpShipPlanViewDao

Public Methods

Method Description
MrpShipPlanViewBaseMgr ( IMrpShipPlanViewDao entityDao ) : System

Private Methods

Method 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 method

public MrpShipPlanViewBaseMgr ( IMrpShipPlanViewDao entityDao ) : System
entityDao IMrpShipPlanViewDao
return System

Property Details

entityDao protected_oe property

protected IMrpShipPlanViewDao entityDao
return IMrpShipPlanViewDao