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

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

공개 메소드들

메소드 설명
LocationLotDetailMgr ( ILocationLotDetailDao entityDao, ICriteriaMgr criteriaMgr, IUserMgr userMgr, IHuMgr huMgr ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

LocationLotDetailMgr() 공개 메소드

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