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

Inheritance: WorkdayBaseMgr, IWorkdayMgr
Mostra file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
CheckWorkdayByDayofweek ( string dayofweek, string region, string workcenter ) : bool
DeleteWorkday ( int Id, bool deleteWorkdayShift ) : void
GetWorkdayByDayofweek ( string dayofweek, string region, string workcenter ) : IList
GetWorkdayByDayofweekWizard ( string dayofweek, string region, string workcenter ) : IList
WorkdayMgr ( IWorkdayDao entityDao, ICriteriaMgr criteriaMgr, IWorkdayShiftMgr WorkdayShiftMgr ) : System.Collections

Method Details

CheckWorkdayByDayofweek() public method

public CheckWorkdayByDayofweek ( string dayofweek, string region, string workcenter ) : bool
dayofweek string
region string
workcenter string
return bool

DeleteWorkday() public method

public DeleteWorkday ( int Id, bool deleteWorkdayShift ) : void
Id int
deleteWorkdayShift bool
return void

GetWorkdayByDayofweek() public method

public GetWorkdayByDayofweek ( string dayofweek, string region, string workcenter ) : IList
dayofweek string
region string
workcenter string
return IList

GetWorkdayByDayofweekWizard() public method

public GetWorkdayByDayofweekWizard ( string dayofweek, string region, string workcenter ) : IList
dayofweek string
region string
workcenter string
return IList

WorkdayMgr() public method

public WorkdayMgr ( IWorkdayDao entityDao, ICriteriaMgr criteriaMgr, IWorkdayShiftMgr WorkdayShiftMgr ) : System.Collections
entityDao IWorkdayDao
criteriaMgr ICriteriaMgr
WorkdayShiftMgr IWorkdayShiftMgr
return System.Collections