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

Inheritance: LocationLotDetailBaseMgr, ILocationLotDetailMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
LocationLotDetailMgr ( ILocationLotDetailDao entityDao, ICriteriaMgr criteriaMgr, IUserMgr userMgr, IHuMgr huMgr ) : System

Private Methods

Method Description
CheckGoodsIssueFIFO ( string locationCode, string itemCode, System.DateTime baseManufatureDate, IList huIdList ) : bool
CheckGoodsReceiveFIFO ( string locationCode, string itemCode, System.DateTime manufactureDate, string manufactureParty, System.DateTime baseManufatureDate ) : bool
CheckHuLocationExist ( string huId ) : bool
CheckHuLocationExist ( string huId, string location ) : bool
CheckLoadHuLocationLotDetail ( string huId ) : LocationLotDetail
CheckLoadHuLocationLotDetail ( string huId, Location location ) : LocationLotDetail
CheckLoadHuLocationLotDetail ( string huId, com.Sconit.Entity.MasterData.User user, string locationCode ) : LocationLotDetail
CheckLoadHuLocationLotDetail ( string huId, string userCode ) : LocationLotDetail
CheckLoadHuLocationLotDetail ( string huId, string userCode, string locationCode ) : LocationLotDetail
GetHuLocationLotDetail ( string huId ) : IList
GetHuLocationLotDetail ( string locationCode, string huId ) : IList
GetHuLocationLotDetail ( string locationCode, string huId, bool includeZero ) : IList
GetHuLocationLotDetail ( string locationCode, string huId, string itemCode, string lotNo, bool includeZero ) : IList
GetHuLocationLotDetail ( string locationCode, string areaCode, string binCode, string huId, string itemCode, string lotNo, bool includeZero ) : IList
GetHuLocationLotDetail ( string locationCode, string areaCode, string binCode, string huId, string itemCode, string lotNo, bool includeZero, decimal unitCount, string uomCode ) : IList
GetHuLocationLotDetail ( string locationCode, string areaCode, string binCode, string huId, string itemCode, string lotNo, bool includeZero, decimal unitCount, string uomCode, string orderBy ) : IList
GetHuLocationLotDetail ( string locationCode, string areaCode, string binCode, string huId, string itemCode, string lotNo, bool includeZero, decimal unitCount, string uomCode, string orderBy, bool inBin ) : IList
GetHuLocationLotDetail ( string locationCode, string areaCode, string binCode, string huId, string itemCode, string lotNo, bool includeZero, decimal unitCount, string uomCode, string orderBy, bool inBin, bool createSBAlias ) : IList
GetHuLocationLotDetail ( string locationCode, string areaCode, string binCode, string huId, string itemCode, string lotNo, bool includeZero, decimal unitCount, string uomCode, string orderBy, bool inBin, bool createSBAlias, System.DateTime createDate, int rowCount ) : IList
GetHuLocationLotDetail ( string locationCode, string areaCode, string binCode, string huId, string itemCode, string lotNo, bool includeZero, decimal unitCount, string uomCode, string orderBy, bool inBin, bool createSBAlias, System.DateTime createDate, int rowCount, bool ignoreIsolationBin ) : IList
GetLocationLotDetail ( IList IdList ) : IList
GetLocationLotDetail ( com.Sconit.Entity.MasterData.PlannedBill plannedBill ) : IList
GetLocationLotDetail ( int plannedBillId ) : IList
GetLocationLotDetail ( string locationCode, string itemCode, bool isConsignment ) : IList
GetLocationLotDetail ( string locationCode, string itemCode, bool isConsignment, bool includeZero ) : IList
GetLocationLotDetail ( string locationCode, string itemCode, bool isConsignment, bool includeZero, string minusOrPlusInv ) : IList
GetLocationLotDetail ( string locationCode, string itemCode, bool isConsignment, bool includeZero, string minusOrPlusInv, bool isInBin ) : IList
GetLocationLotDetail ( string locationCode, string itemCode, bool isConsignment, bool includeZero, string minusOrPlusInv, bool isInBin, bool isIncludeHu ) : IList
LoadHuLocationLotDetail ( string huId ) : LocationLotDetail

Method Details

LocationLotDetailMgr() public method

public LocationLotDetailMgr ( ILocationLotDetailDao entityDao, ICriteriaMgr criteriaMgr, IUserMgr userMgr, IHuMgr huMgr ) : System
entityDao ILocationLotDetailDao
criteriaMgr ICriteriaMgr
userMgr IUserMgr
huMgr IHuMgr
return System