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

Inheritance: MrpShipPlanBaseMgr, IMrpShipPlanMgr
显示文件 Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
MrpShipPlanMgr ( IMrpShipPlanDao entityDao, ICriteriaMgr criteriaMgr ) : System

Private Methods

Method Description
GetMrpShipPlans ( string flowCode, string locCode, string itemCode, System.DateTime effectiveDate, System.DateTime winDate, System.DateTime startDate ) : IList
GetMrpShipPlansBB ( string flowCode, string locCode, string itemCode, List itemCodes, System.DateTime effectiveDate, System.DateTime winDate, System.DateTime startDate ) : IList
UpdateMrpShipPlan ( IList mrpShipPlans ) : void

Method Details

MrpShipPlanMgr() public method

public MrpShipPlanMgr ( IMrpShipPlanDao entityDao, ICriteriaMgr criteriaMgr ) : System
entityDao IMrpShipPlanDao
criteriaMgr ICriteriaMgr
return System