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

Inheritance: IJob
显示文件 Open project: Novthirteen/yfkey-scms

Public Methods

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

Private Methods

Method Description
GenertatePickList ( IList orderHeadList ) : void

Method Details

Execute() public method

public Execute ( JobRunContext context ) : void
context JobRunContext
return void

PickListCreateJob() public method

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