C# Class com.Sconit.Service.MasterData.Impl.ProductLineInProcessLocationDetailMgr

Inheritance: ProductLineInProcessLocationDetailBaseMgr, IProductLineInProcessLocationDetailMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
GetProductLineInProcessLocationDetailGroupByItem ( string prodLineCode, string status ) : IList
ProductLineInProcessLocationDetailMgr ( IProductLineInProcessLocationDetailDao entityDao, ICriteriaMgr criteriaMgr, IFlowMgr flowMgr, ILocationMgr locationMgr, ILocationTransactionMgr locationTransactionMgr, IOrderLocationTransactionMgr orderLocationTransactionMgr, IEntityPreferenceMgr entityPreferenceMgr, IOrderPlannedBackflushMgr orderPlannedBackflushMgr, IInProcessLocationDetailMgr inProcessLocationDetailMgr, IUserMgr userMgr, IInProcessLocationMgr inProcessLocationMgr ) : System

Private Methods

Method Description
GetProductLineInProcessLocationDetail ( string prodLineCode, string status ) : IList
GetProductLineInProcessLocationDetail ( string prodLineCode, string status, string items ) : IList
RawMaterialBackflush ( com.Sconit.Entity.MasterData.Flow prodLine, decimal>.IDictionary itemQtydic, com.Sconit.Entity.MasterData.User user ) : void
RawMaterialBackflush ( com.Sconit.Entity.MasterData.Flow prodLine, com.Sconit.Entity.MasterData.User user ) : void
RawMaterialBackflush ( string prodLineCode, decimal>.IDictionary itemQtydic, com.Sconit.Entity.MasterData.User user ) : void
RawMaterialBackflush ( string prodLineCode, com.Sconit.Entity.MasterData.User user ) : void
RawMaterialIn ( com.Sconit.Entity.MasterData.Flow prodLine, IList materialInList, com.Sconit.Entity.MasterData.User user ) : void
RawMaterialIn ( string prodLineCode, IList materialInList, com.Sconit.Entity.MasterData.User user ) : void

Method Details

GetProductLineInProcessLocationDetailGroupByItem() public method

public GetProductLineInProcessLocationDetailGroupByItem ( string prodLineCode, string status ) : IList
prodLineCode string
status string
return IList

ProductLineInProcessLocationDetailMgr() public method

public ProductLineInProcessLocationDetailMgr ( IProductLineInProcessLocationDetailDao entityDao, ICriteriaMgr criteriaMgr, IFlowMgr flowMgr, ILocationMgr locationMgr, ILocationTransactionMgr locationTransactionMgr, IOrderLocationTransactionMgr orderLocationTransactionMgr, IEntityPreferenceMgr entityPreferenceMgr, IOrderPlannedBackflushMgr orderPlannedBackflushMgr, IInProcessLocationDetailMgr inProcessLocationDetailMgr, IUserMgr userMgr, IInProcessLocationMgr inProcessLocationMgr ) : System
entityDao IProductLineInProcessLocationDetailDao
criteriaMgr ICriteriaMgr
flowMgr IFlowMgr
locationMgr ILocationMgr
locationTransactionMgr ILocationTransactionMgr
orderLocationTransactionMgr IOrderLocationTransactionMgr
entityPreferenceMgr IEntityPreferenceMgr
orderPlannedBackflushMgr IOrderPlannedBackflushMgr
inProcessLocationDetailMgr IInProcessLocationDetailMgr
userMgr IUserMgr
inProcessLocationMgr IInProcessLocationMgr
return System