C# 클래스 com.Sconit.Service.MasterData.Impl.ShiftPlanScheduleMgr

상속: ShiftPlanScheduleBaseMgr, IShiftPlanScheduleMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
ShiftPlanScheduleMgr ( IShiftPlanScheduleDao entityDao, ICriteriaMgr criteriaMgr, IOrderMgr OrderMgr, IShiftMgr ShiftMgr, ILeanEngineMgr LeanEngineMgr ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

ShiftPlanScheduleMgr() 공개 메소드

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