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

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

공개 메소드들

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

메소드 상세

CheckWorkdayByDayofweek() 공개 메소드

public CheckWorkdayByDayofweek ( string dayofweek, string region, string workcenter ) : bool
dayofweek string
region string
workcenter string
리턴 bool

DeleteWorkday() 공개 메소드

public DeleteWorkday ( int Id, bool deleteWorkdayShift ) : void
Id int
deleteWorkdayShift bool
리턴 void

GetWorkdayByDayofweek() 공개 메소드

public GetWorkdayByDayofweek ( string dayofweek, string region, string workcenter ) : IList
dayofweek string
region string
workcenter string
리턴 IList

GetWorkdayByDayofweekWizard() 공개 메소드

public GetWorkdayByDayofweekWizard ( string dayofweek, string region, string workcenter ) : IList
dayofweek string
region string
workcenter string
리턴 IList

WorkdayMgr() 공개 메소드

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