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

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

공개 메소드들

메소드 설명
ShiftMgr ( IShiftDao entityDao, ICriteriaMgr criteriaMgr, IShiftDetailMgr shiftDetailMgr ) : System

비공개 메소드들

메소드 설명
AssembleActualTime ( System.DateTime date, string time ) : System.DateTime
CreateShift ( Shift entity ) : void
GetRegionShift ( string region ) : IList
GetShift ( string region, string workcenter ) : IList
GetShiftEndTime ( System.DateTime date, Shift shift ) : System.DateTime
GetShiftEndTime ( System.DateTime date, string code ) : System.DateTime
GetShiftStartTime ( System.DateTime date, Shift shift ) : System.DateTime
GetShiftStartTime ( System.DateTime date, string code ) : System.DateTime
GetShiftWizard ( string region, string workcenter ) : IList
LoadShift ( string code, System.DateTime date ) : Shift

메소드 상세

ShiftMgr() 공개 메소드

public ShiftMgr ( IShiftDao entityDao, ICriteriaMgr criteriaMgr, IShiftDetailMgr shiftDetailMgr ) : System
entityDao IShiftDao
criteriaMgr ICriteriaMgr
shiftDetailMgr IShiftDetailMgr
리턴 System