C# 클래스 com.Sconit.Service.Batch.Job.WOReceiptInboundJob

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

공개 메소드들

메소드 설명
WOReceiptInboundJob ( ICriteriaMgr criteriaMgr, IUomConversionMgr uomConversionMgr, IUserMgr userMgr, IHuMgr huMgr, INumberControlMgr numberControlMgr, IOrderMgr orderManager, IOrderLocationTransactionMgr orderLocationTransactionMgr ) : System

비공개 메소드들

메소드 설명
CreateItemHu ( string barCode, OrderDetail orderDetail, string lotNo, System.DateTime manufactureDate ) : com.Sconit.Entity.MasterData.Hu
Execute ( JobRunContext context ) : void
ProcessSingleFile ( string inboundDirectoryName, string inboundFileName ) : void
ResolveAndCreateHu ( string barCode, OrderDetail orderDetail, decimal qty ) : com.Sconit.Entity.MasterData.Hu

메소드 상세

WOReceiptInboundJob() 공개 메소드

public WOReceiptInboundJob ( ICriteriaMgr criteriaMgr, IUomConversionMgr uomConversionMgr, IUserMgr userMgr, IHuMgr huMgr, INumberControlMgr numberControlMgr, IOrderMgr orderManager, IOrderLocationTransactionMgr orderLocationTransactionMgr ) : System
criteriaMgr ICriteriaMgr
uomConversionMgr IUomConversionMgr
userMgr IUserMgr
huMgr IHuMgr
numberControlMgr INumberControlMgr
orderManager IOrderMgr
orderLocationTransactionMgr IOrderLocationTransactionMgr
리턴 System