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

Inheritance: HuBaseMgr, IHuMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

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

Private Methods

Method Description
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

Method Details

HuMgr() public method

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
return System