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

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

공개 메소드들

메소드 설명
HuMgr ( IHuDao entityDao, ICriteriaMgr criteriaMgr, INumberControlMgr numberControlMgr, IItemMgr itemMgr, IUomMgr uomMgr, IUomConversionMgr uomConversionMgr, IUserMgr userMgr ) : System

비공개 메소드들

메소드 설명
CheckAndLoadHu ( string huId ) : com.Sconit.Entity.MasterData.Hu
CloneHu ( com.Sconit.Entity.MasterData.Hu hu, decimal uintCount, int count, com.Sconit.Entity.MasterData.User user ) : IList
CloneHu ( string huId, decimal uintCount, int count, com.Sconit.Entity.MasterData.User user ) : IList
CreateHu ( IList flowDetailList, com.Sconit.Entity.MasterData.User user ) : IList
CreateHu ( IList flowDetailList, com.Sconit.Entity.MasterData.User user, string idMark ) : IList
CreateHu ( IList flowDetailList, com.Sconit.Entity.MasterData.User user, string idMark, string packageType ) : IList
CreateHu ( IList orderDetailList, com.Sconit.Entity.MasterData.User user ) : IList
CreateHu ( IList orderDetailList, com.Sconit.Entity.MasterData.User user, string idMark ) : IList
CreateHu ( IList orderDetailList, com.Sconit.Entity.MasterData.User user, string idMark, string packageType ) : IList
CreateHu ( com.Sconit.Entity.Distribution.InProcessLocationDetail inProcessLocationDetail, com.Sconit.Entity.MasterData.User user ) : IList
CreateHu ( Item item, decimal qty, string lotNo, Uom uom, decimal unitCount, int huLotSize, string orderNo, string recNo, System.DateTime manufactureDate, Party manufactureParty, string qualityLevel, com.Sconit.Entity.MasterData.User user, Object obj, string shiftCode, string itemVersion, string idMark, string customerItemCode ) : IList
CreateHu ( OrderHead orderHead, com.Sconit.Entity.MasterData.User user ) : IList
CreateHu ( com.Sconit.Entity.MasterData.ReceiptDetail receiptDetail, com.Sconit.Entity.MasterData.User user ) : IList
GetHuList ( string userCode, int firstRow, int maxRows ) : IList
GetNextHuQty ( decimal &remainHuQty, int huLotSize ) : decimal

메소드 상세

HuMgr() 공개 메소드

public HuMgr ( IHuDao entityDao, ICriteriaMgr criteriaMgr, INumberControlMgr numberControlMgr, IItemMgr itemMgr, IUomMgr uomMgr, IUomConversionMgr uomConversionMgr, IUserMgr userMgr ) : System
entityDao IHuDao
criteriaMgr ICriteriaMgr
numberControlMgr INumberControlMgr
itemMgr IItemMgr
uomMgr IUomMgr
uomConversionMgr IUomConversionMgr
userMgr IUserMgr
리턴 System