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

Inheritance: OrderDetailBaseMgr, IOrderDetailMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

OrderDetailMgr() public method

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
return System