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

Inheritance: WorkdayBaseMgr, IWorkdayMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

Méthode 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 méthode

public CheckWorkdayByDayofweek ( string dayofweek, string region, string workcenter ) : bool
dayofweek string
region string
workcenter string
Résultat bool

DeleteWorkday() public méthode

public DeleteWorkday ( int Id, bool deleteWorkdayShift ) : void
Id int
deleteWorkdayShift bool
Résultat void

GetWorkdayByDayofweek() public méthode

public GetWorkdayByDayofweek ( string dayofweek, string region, string workcenter ) : IList
dayofweek string
region string
workcenter string
Résultat IList

GetWorkdayByDayofweekWizard() public méthode

public GetWorkdayByDayofweekWizard ( string dayofweek, string region, string workcenter ) : IList
dayofweek string
region string
workcenter string
Résultat IList

WorkdayMgr() public méthode

public WorkdayMgr ( IWorkdayDao entityDao, ICriteriaMgr criteriaMgr, IWorkdayShiftMgr WorkdayShiftMgr ) : System.Collections
entityDao IWorkdayDao
criteriaMgr ICriteriaMgr
WorkdayShiftMgr IWorkdayShiftMgr
Résultat System.Collections