C# 클래스 com.Sconit.Service.MasterData.Impl.OrderDetailMgr

상속: OrderDetailBaseMgr, IOrderDetailMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
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