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

Inheritance: ShiftBaseMgr, IShiftMgr
Mostra file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
ShiftMgr ( IShiftDao entityDao, ICriteriaMgr criteriaMgr, IShiftDetailMgr shiftDetailMgr ) : System

Private Methods

Method Description
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

Method Details

ShiftMgr() public method

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