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

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

Public Methods

Method Description
MrpShipPlanViewMgr ( IMrpShipPlanViewDao entityDao, ICriteriaMgr criteriaMgr ) : System

Private Methods

Method Description
GetMrpShipPlanViews ( string flowCode, string locCode, string itemCode, System.DateTime effectiveDate, System.DateTime winDate, System.DateTime startDate ) : IList
GetMrpShipPlanViewsBB ( string flowCode, string locCode, string itemCode, List itemCodes, System.DateTime effectiveDate, System.DateTime winDate, System.DateTime startDate ) : IList
TransferMrpShipPlanViews2ScheduleView ( IList mrpShipPlanViews, IList expectTransitInventoryViews, string locOrFlow, string winOrStartTime ) : ScheduleView

Method Details

MrpShipPlanViewMgr() public method

public MrpShipPlanViewMgr ( IMrpShipPlanViewDao entityDao, ICriteriaMgr criteriaMgr ) : System
entityDao IMrpShipPlanViewDao
criteriaMgr ICriteriaMgr
return System