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

Inheritance: AbstractBusinessMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

Méthode Description
StockTakingMgr ( ISetBaseMgr setBaseMgr, ISetDetailMgr setDetailMgr, IExecuteMgr executeMgr, ICycleCountMgr cycleCountMgr, ICycleCountDetailMgr cycleCountDetailMgr, ILanguageMgr languageMgr, IHuMgr huMgr, ILocationLotDetailMgr locationLotDetailMgr, IItemMgr itemMgr, IUserMgr userMgr, IStorageBinMgr storageBinMgr, ILocationMgr locationMgr ) : System

Méthodes protégées

Méthode Description
ExecuteCancel ( Resolver resolver ) : void
ExecuteSubmit ( Resolver resolver ) : void
GetDetail ( Resolver resolver ) : void
SetBaseInfo ( Resolver resolver ) : void
SetDetail ( Resolver resolver ) : void

Private Methods

Méthode Description
ConvertCycleCountDetailToTransformer ( com.Sconit.Entity.MasterData.CycleCountDetail cycleCountDetail ) : Transformer
ConvertCycleCountDetailToTransformers ( IList cycleCountDetailList ) : List
ConvertResolverToCycleCountDetail ( Resolver resolver ) : IList
ExecutePrint ( Resolver resolver ) : void
GetReceiptNotes ( Resolver resolver ) : void

Method Details

ExecuteCancel() protected méthode

protected ExecuteCancel ( Resolver resolver ) : void
resolver Resolver
Résultat void

ExecuteSubmit() protected méthode

protected ExecuteSubmit ( Resolver resolver ) : void
resolver Resolver
Résultat void

GetDetail() protected méthode

protected GetDetail ( Resolver resolver ) : void
resolver Resolver
Résultat void

SetBaseInfo() protected méthode

protected SetBaseInfo ( Resolver resolver ) : void
resolver Resolver
Résultat void

SetDetail() protected méthode

protected SetDetail ( Resolver resolver ) : void
resolver Resolver
Résultat void

StockTakingMgr() public méthode

public StockTakingMgr ( ISetBaseMgr setBaseMgr, ISetDetailMgr setDetailMgr, IExecuteMgr executeMgr, ICycleCountMgr cycleCountMgr, ICycleCountDetailMgr cycleCountDetailMgr, ILanguageMgr languageMgr, IHuMgr huMgr, ILocationLotDetailMgr locationLotDetailMgr, IItemMgr itemMgr, IUserMgr userMgr, IStorageBinMgr storageBinMgr, ILocationMgr locationMgr ) : System
setBaseMgr ISetBaseMgr
setDetailMgr ISetDetailMgr
executeMgr IExecuteMgr
cycleCountMgr ICycleCountMgr
cycleCountDetailMgr ICycleCountDetailMgr
languageMgr ILanguageMgr
huMgr IHuMgr
locationLotDetailMgr ILocationLotDetailMgr
itemMgr IItemMgr
userMgr IUserMgr
storageBinMgr IStorageBinMgr
locationMgr ILocationMgr
Résultat System