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

Inheritance: MrpShipPlanBaseMgr, IMrpShipPlanMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

Méthode Description
MrpShipPlanMgr ( IMrpShipPlanDao entityDao, ICriteriaMgr criteriaMgr ) : System

Private Methods

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

public MrpShipPlanMgr ( IMrpShipPlanDao entityDao, ICriteriaMgr criteriaMgr ) : System
entityDao IMrpShipPlanDao
criteriaMgr ICriteriaMgr
Résultat System