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

Inheritance: RepackBaseMgr, IRepackMgr
Mostra file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
RepackMgr ( IRepackDao entityDao, ILocationLotDetailMgr locationLotDetailMgr, IHuMgr huMgr, IStorageBinMgr storageBinMgr, ILocationMgr locationMgr, INumberControlMgr numberControlMgr, IRepackDetailMgr repackDetailMgr, IUserMgr userMgr, IEntityPreferenceMgr entityPreferenceMgr ) : System

Private Methods

Method Description
CreateDevanning ( IList repackDetailList, com.Sconit.Entity.MasterData.User user ) : Repack
CreateRepack ( IList repackDetailList, com.Sconit.Entity.MasterData.User user ) : Repack
CreateRepack ( IList repackDetailList, string type, com.Sconit.Entity.MasterData.User user ) : Repack
LoadRepack ( String repackNo, bool includeDetail ) : Repack

Method Details

RepackMgr() public method

public RepackMgr ( IRepackDao entityDao, ILocationLotDetailMgr locationLotDetailMgr, IHuMgr huMgr, IStorageBinMgr storageBinMgr, ILocationMgr locationMgr, INumberControlMgr numberControlMgr, IRepackDetailMgr repackDetailMgr, IUserMgr userMgr, IEntityPreferenceMgr entityPreferenceMgr ) : System
entityDao IRepackDao
locationLotDetailMgr ILocationLotDetailMgr
huMgr IHuMgr
storageBinMgr IStorageBinMgr
locationMgr ILocationMgr
numberControlMgr INumberControlMgr
repackDetailMgr IRepackDetailMgr
userMgr IUserMgr
entityPreferenceMgr IEntityPreferenceMgr
return System