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

Inheritance: SessionBase, IMrpShipPlanBaseMgr
显示文件 Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IMrpShipPlanDao

Public Methods

Method Description
MrpShipPlanBaseMgr ( IMrpShipPlanDao entityDao ) : System

Private Methods

Method Description
CreateMrpShipPlan ( MrpShipPlan entity ) : void
DeleteMrpShipPlan ( IList pkList ) : void
DeleteMrpShipPlan ( IList entityList ) : void
DeleteMrpShipPlan ( Int32 id ) : void
DeleteMrpShipPlan ( MrpShipPlan entity ) : void
GetAllMrpShipPlan ( ) : IList
LoadMrpShipPlan ( Int32 id ) : MrpShipPlan
UpdateMrpShipPlan ( MrpShipPlan entity ) : void

Method Details

MrpShipPlanBaseMgr() public method

public MrpShipPlanBaseMgr ( IMrpShipPlanDao entityDao ) : System
entityDao IMrpShipPlanDao
return System

Property Details

entityDao protected_oe property

protected IMrpShipPlanDao entityDao
return IMrpShipPlanDao