C# Класс com.Sconit.Service.MasterData.Impl.ProductLineInProcessLocationDetailMgr

Наследование: ProductLineInProcessLocationDetailBaseMgr, IProductLineInProcessLocationDetailMgr
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

GetProductLineInProcessLocationDetailGroupByItem() публичный Метод

public GetProductLineInProcessLocationDetailGroupByItem ( string prodLineCode, string status ) : IList
prodLineCode string
status string
Результат IList

ProductLineInProcessLocationDetailMgr() публичный Метод

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
Результат System