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

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

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

Метод Описание
OrderDetailMgr ( ICriteriaMgr criteriaMgr, IOrderDetailDao entityDao, IUomConversionMgr uomConversionMgr, IBomMgr bomMgr, IBomDetailMgr bomDetailMgr, IRoutingDetailMgr routingDetailMgr, IOrderOperationMgr orderOperationMgr, IOrderLocationTransactionMgr orderLocationTransactionMgr, IItemKitMgr itemKitMgr, IItemReferenceMgr itemReferenceMgr, ILocationMgr locationMgr, ILocationDetailMgr LocationDetailMgr, IPriceListDetailMgr priceListDetailMgr, IEntityPreferenceMgr entityPreferenceMgr, IFlowMgr flowMgr ) : System

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

Метод Описание
CheckOrderDet ( OrderDetail orderDetail ) : bool
CheckOrderDet ( string item, string loc, string checkOrderDetOption ) : bool
FillBomForOrderDetail ( OrderDetail orderDetail ) : void
GenerateOrderDetail ( OrderHead orderHead, FlowDetail flowDetail ) : IList
GenerateOrderDetail ( OrderHead orderHead, FlowDetail flowDetail, bool isReferencedFlow ) : IList
GenerateOrderDetailSubsidiary ( OrderDetail orderDetail ) : void
GetOrderDetail ( OrderHead orderHead ) : IList
GetOrderDetail ( string orderNo ) : IList
LoadOrderDetail ( int id, bool includeLocTrans ) : OrderDetail
RecordOrderShipQty ( OrderLocationTransaction orderLocationTransaction, com.Sconit.Entity.Distribution.InProcessLocationDetail inProcessLocationDetail, bool checkExcceed ) : void
RecordOrderShipQty ( int orderLocationTransactionId, com.Sconit.Entity.Distribution.InProcessLocationDetail inProcessLocationDetail, bool checkExcceed ) : void
TransferFlowDetail2OrderDetail ( FlowDetail flowDetail ) : OrderDetail

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

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

public OrderDetailMgr ( ICriteriaMgr criteriaMgr, IOrderDetailDao entityDao, IUomConversionMgr uomConversionMgr, IBomMgr bomMgr, IBomDetailMgr bomDetailMgr, IRoutingDetailMgr routingDetailMgr, IOrderOperationMgr orderOperationMgr, IOrderLocationTransactionMgr orderLocationTransactionMgr, IItemKitMgr itemKitMgr, IItemReferenceMgr itemReferenceMgr, ILocationMgr locationMgr, ILocationDetailMgr LocationDetailMgr, IPriceListDetailMgr priceListDetailMgr, IEntityPreferenceMgr entityPreferenceMgr, IFlowMgr flowMgr ) : System
criteriaMgr ICriteriaMgr
entityDao IOrderDetailDao
uomConversionMgr IUomConversionMgr
bomMgr IBomMgr
bomDetailMgr IBomDetailMgr
routingDetailMgr IRoutingDetailMgr
orderOperationMgr IOrderOperationMgr
orderLocationTransactionMgr IOrderLocationTransactionMgr
itemKitMgr IItemKitMgr
itemReferenceMgr IItemReferenceMgr
locationMgr ILocationMgr
LocationDetailMgr ILocationDetailMgr
priceListDetailMgr IPriceListDetailMgr
entityPreferenceMgr IEntityPreferenceMgr
flowMgr IFlowMgr
Результат System