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

Inheritance: ShiftPlanScheduleBaseMgr, IShiftPlanScheduleMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
ShiftPlanScheduleMgr ( IShiftPlanScheduleDao entityDao, ICriteriaMgr criteriaMgr, IOrderMgr OrderMgr, IShiftMgr ShiftMgr, ILeanEngineMgr LeanEngineMgr ) : System

Private Methods

Method Description
ClearOldShiftPlanSchedule ( ShiftPlanSchedule shiftPlanSchedule ) : void
ConvertShiftPlanScheduleToDataTable ( IList spsList, IList shiftList ) : DataTable
GenOrdersByShiftPlanScheduleId ( int ShiftPlanScheduleId, string userCode ) : void
GetShiftPlanSchedule ( int flowDetailId, System.DateTime reqDate, string code, int seq ) : ShiftPlanSchedule
GetShiftPlanScheduleByItemFlowPlanDetId ( int ItemFlowPlanDetId ) : ShiftPlanSchedule
GetShiftPlanScheduleList ( string region, string flow, System.DateTime date, string code, string itemCode, string userCode ) : IList
SaveShiftPlanSchedule ( IList shiftPlanScheduleList, com.Sconit.Entity.MasterData.User user ) : void
SaveShiftPlanSchedule ( ShiftPlanSchedule shiftPlanSchedule, com.Sconit.Entity.MasterData.User user ) : void

Method Details

ShiftPlanScheduleMgr() public method

public ShiftPlanScheduleMgr ( IShiftPlanScheduleDao entityDao, ICriteriaMgr criteriaMgr, IOrderMgr OrderMgr, IShiftMgr ShiftMgr, ILeanEngineMgr LeanEngineMgr ) : System
entityDao IShiftPlanScheduleDao
criteriaMgr ICriteriaMgr
OrderMgr IOrderMgr
ShiftMgr IShiftMgr
LeanEngineMgr ILeanEngineMgr
return System