C# Class com.Sconit.Service.Batch.Job.PickListCreateJob

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

Méthodes publiques

Méthode Description
Execute ( JobRunContext context ) : void
PickListCreateJob ( ICriteriaMgr criteriaMgr, IPickListMgr pickListMgr, IUserMgr userMgr, ILocationDetailMgr locationDetailMgr, IOrderHeadMgr orderHeadMgr ) : System

Private Methods

Méthode Description
GenertatePickList ( IList orderHeadList ) : void

Method Details

Execute() public méthode

public Execute ( JobRunContext context ) : void
context JobRunContext
Résultat void

PickListCreateJob() public méthode

public PickListCreateJob ( ICriteriaMgr criteriaMgr, IPickListMgr pickListMgr, IUserMgr userMgr, ILocationDetailMgr locationDetailMgr, IOrderHeadMgr orderHeadMgr ) : System
criteriaMgr ICriteriaMgr
pickListMgr IPickListMgr
userMgr IUserMgr
locationDetailMgr ILocationDetailMgr
orderHeadMgr IOrderHeadMgr
Résultat System