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

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

공개 메소드들

메소드 설명
GetNextSequence ( string code ) : string
NumberControlMgr ( INumberControlDao entityDao, IEntityPreferenceMgr entityPreferenceMgr, IUomConversionMgr uomConversionMgr, ISqlHelperDao sqlHelperDao ) : System

비공개 메소드들

메소드 설명
CloneFGHuId ( string huId ) : string
CloneRMHuId ( string huId, decimal qty ) : string
GenerateFGHuId ( FlowDetail flowDetail, string shiftCode, decimal qty ) : string
GenerateFGHuId ( FlowDetail flowDetail, string shiftCode, decimal qty, string idMark ) : string
GenerateFGHuId ( OrderDetail orderDetail, decimal qty ) : string
GenerateFGHuId ( OrderDetail orderDetail, decimal qty, string idMark ) : string
GenerateFGHuId ( com.Sconit.Entity.MasterData.ReceiptDetail receiptDetail, decimal qty ) : string
GenerateNumber ( string code ) : string
GenerateNumber ( string code, int numberSuffixLength ) : string
GenerateNumberNextSequence ( string code ) : int
GenerateRMHuId ( FlowDetail flowDetail, string lotNo, decimal qty ) : string
GenerateRMHuId ( FlowDetail flowDetail, string lotNo, decimal qty, string idMark ) : string
GenerateRMHuId ( com.Sconit.Entity.Distribution.InProcessLocationDetail inProcessLocationDetail, string lotNo, decimal qty ) : string
GenerateRMHuId ( OrderDetail orderDetail, string lotNo, decimal qty ) : string
GenerateRMHuId ( OrderDetail orderDetail, string lotNo, decimal qty, string idMark ) : string
GenerateRMHuId ( com.Sconit.Entity.MasterData.ReceiptDetail receiptDetail, string lotNo, decimal qty ) : string
ReverseUpdateHuId ( string huId ) : void
ReverseUpdateSequence ( string code, int seq ) : void

메소드 상세

GetNextSequence() 공개 메소드

public GetNextSequence ( string code ) : string
code string
리턴 string

NumberControlMgr() 공개 메소드

public NumberControlMgr ( INumberControlDao entityDao, IEntityPreferenceMgr entityPreferenceMgr, IUomConversionMgr uomConversionMgr, ISqlHelperDao sqlHelperDao ) : System
entityDao INumberControlDao
entityPreferenceMgr IEntityPreferenceMgr
uomConversionMgr IUomConversionMgr
sqlHelperDao ISqlHelperDao
리턴 System