C# Class com.Sconit.Service.Business.Impl.ReturnMgr

Inheritance: AbstractBusinessMgr
Mostra file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
ReturnMgr ( ISetBaseMgr setBaseMgr, ISetDetailMgr setDetailMgr, IExecuteMgr executeMgr, IHuMgr huMgr, IFlowMgr flowMgr, IStorageBinMgr storageBinMgr, ILocationMgr locationMgr, ILocationLotDetailMgr locationLotDetailMgr ) : System.Collections.Generic

Protected Methods

Method Description
ExecuteCancel ( Resolver resolver ) : void
ExecuteSubmit ( Resolver resolver ) : void
GetDetail ( Resolver resolver ) : void
SetBaseInfo ( Resolver resolver ) : void
SetDetail ( Resolver resolver ) : void

Private Methods

Method Description
ExecutePrint ( Resolver resolver ) : void
GetReceiptNotes ( Resolver resolver ) : void

Method Details

ExecuteCancel() protected method

protected ExecuteCancel ( Resolver resolver ) : void
resolver com.Sconit.Entity.MasterData.Resolver
return void

ExecuteSubmit() protected method

protected ExecuteSubmit ( Resolver resolver ) : void
resolver com.Sconit.Entity.MasterData.Resolver
return void

GetDetail() protected method

protected GetDetail ( Resolver resolver ) : void
resolver com.Sconit.Entity.MasterData.Resolver
return void

ReturnMgr() public method

public ReturnMgr ( ISetBaseMgr setBaseMgr, ISetDetailMgr setDetailMgr, IExecuteMgr executeMgr, IHuMgr huMgr, IFlowMgr flowMgr, IStorageBinMgr storageBinMgr, ILocationMgr locationMgr, ILocationLotDetailMgr locationLotDetailMgr ) : System.Collections.Generic
setBaseMgr ISetBaseMgr
setDetailMgr ISetDetailMgr
executeMgr IExecuteMgr
huMgr IHuMgr
flowMgr IFlowMgr
storageBinMgr IStorageBinMgr
locationMgr ILocationMgr
locationLotDetailMgr ILocationLotDetailMgr
return System.Collections.Generic

SetBaseInfo() protected method

protected SetBaseInfo ( Resolver resolver ) : void
resolver com.Sconit.Entity.MasterData.Resolver
return void

SetDetail() protected method

protected SetDetail ( Resolver resolver ) : void
resolver com.Sconit.Entity.MasterData.Resolver
return void