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

Inheritance: OrderLocationTransactionBaseMgr, IOrderLocationTransactionMgr
Exibir arquivo Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
OrderLocationTransactionMgr ( IOrderLocationTransactionDao entityDao, ICriteriaMgr criteriaMgr, IUomConversionMgr uomConversionMgr, IBomMgr bomMgr, IBomDetailMgr bomDetailMgr, IOrderOperationMgr orderOperationMgr, IHuMgr huMgr ) : System

Private Methods

Method Description
AddNewMaterial ( OrderDetail orderDetail, BomDetail bomDetail, Location orgLocation, decimal orgOrderedQty ) : OrderLocationTransaction
AutoReplaceAbstractItem ( OrderLocationTransaction orderLocationTransaction ) : void
GenerateOrderLocationTransaction ( OrderDetail orderDetail, Item item, BomDetail bomDetail, Uom uom, int operation, string ioType, string transactionType, decimal unitQty, Location loc, bool isShipScanHu, int huLotSize, bool needPrint, string backFlushMethod, string itemVersion, Location rejectLocation ) : OrderLocationTransaction
GetOpenOrderLocTransIn ( string item, string location, string IOType, System.DateTime winTime ) : IList
GetOpenOrderLocTransOut ( string item, string location, string IOType, System.DateTime startTime ) : IList
GetOpenOrderLocationTransaction ( IList itemList, IList locList ) : IList
GetOrderLocationTransaction ( IList orderNoList, string ioType ) : IList
GetOrderLocationTransaction ( OrderDetail orderDetail ) : IList
GetOrderLocationTransaction ( OrderDetail orderDetail, string ioType ) : IList
GetOrderLocationTransaction ( OrderDetail orderDetail, string ioType, string backFlushMethod ) : IList
GetOrderLocationTransaction ( OrderHead orderHead ) : IList
GetOrderLocationTransaction ( OrderHead orderHead, string ioType ) : IList
GetOrderLocationTransaction ( int orderDetailId ) : IList
GetOrderLocationTransaction ( int orderDetailId, string ioType ) : IList
GetOrderLocationTransaction ( int orderDetailId, string ioType, string backflushMethod ) : IList
GetOrderLocationTransaction ( string orderNo ) : IList
GetOrderLocationTransaction ( string orderNo, string ioType ) : IList
GetOrderLocationTransaction ( string orderNo, string tagNo, string itemCode ) : OrderLocationTransaction
GetOrderLocationTransaction ( string orderNo, string tagNo, string itemCode, string status ) : OrderLocationTransaction
GetPairOrderLocTrans ( int orderDetId, string item, string IOType ) : IList
ReplaceAbstractItem ( OrderLocationTransaction orderLocationTransaction, BomDetail bomDetail ) : void

Method Details

OrderLocationTransactionMgr() public method

public OrderLocationTransactionMgr ( IOrderLocationTransactionDao entityDao, ICriteriaMgr criteriaMgr, IUomConversionMgr uomConversionMgr, IBomMgr bomMgr, IBomDetailMgr bomDetailMgr, IOrderOperationMgr orderOperationMgr, IHuMgr huMgr ) : System
entityDao IOrderLocationTransactionDao
criteriaMgr ICriteriaMgr
uomConversionMgr IUomConversionMgr
bomMgr IBomMgr
bomDetailMgr IBomDetailMgr
orderOperationMgr IOrderOperationMgr
huMgr IHuMgr
return System