C# Class com.Sconit.Service.Procurement.Impl.ItemFlowPlanTrackMgr

Inheritance: ItemFlowPlanTrackBaseMgr, IItemFlowPlanTrackMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
ItemFlowPlanTrackMgr ( IItemFlowPlanTrackDao entityDao, ICriteriaMgr CriteriaMgr ) : System.Collections

Private Methods

Method Description
ClearOldRelation ( com.Sconit.Entity.Procurement.ItemFlowPlanDetail mstrIfpd, com.Sconit.Entity.Procurement.ItemFlowPlanDetail refIfpd, OrderLocationTransaction orderLocTrans ) : void
GenerateItemFlowPlanTrack ( com.Sconit.Entity.Procurement.ItemFlowPlanDetail parentItemFlowPlanDetail, com.Sconit.Entity.Procurement.ItemFlowPlanDetail itemFlowPlanDetail, decimal qtyPer ) : IList
GetItemFlowPlanTrackList ( com.Sconit.Entity.Procurement.ItemFlowPlanDetail mstrIfpd, com.Sconit.Entity.Procurement.ItemFlowPlanDetail refIfpd, OrderLocationTransaction orderLocTrans ) : IList

Method Details

ItemFlowPlanTrackMgr() public method

public ItemFlowPlanTrackMgr ( IItemFlowPlanTrackDao entityDao, ICriteriaMgr CriteriaMgr ) : System.Collections
entityDao IItemFlowPlanTrackDao
CriteriaMgr ICriteriaMgr
return System.Collections