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

Inheritance: ProductLineInProcessLocationDetailBaseMgr, IProductLineInProcessLocationDetailMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

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

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

public GetProductLineInProcessLocationDetailGroupByItem ( string prodLineCode, string status ) : IList
prodLineCode string
status string
Résultat IList

ProductLineInProcessLocationDetailMgr() public méthode

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
Résultat System