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

Inheritance: SessionBase, IWorkingHoursBaseMgr
ファイルを表示 Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IWorkingHoursDao

Public Methods

Method Description
WorkingHoursBaseMgr ( IWorkingHoursDao entityDao ) : System

Private Methods

Method Description
CreateWorkingHours ( WorkingHours entity ) : void
DeleteWorkingHours ( IList pkList ) : void
DeleteWorkingHours ( IList entityList ) : void
DeleteWorkingHours ( Int32 id ) : void
DeleteWorkingHours ( WorkingHours entity ) : void
GetAllWorkingHours ( ) : IList
LoadWorkingHours ( Int32 id ) : WorkingHours
UpdateWorkingHours ( WorkingHours entity ) : void

Method Details

WorkingHoursBaseMgr() public method

public WorkingHoursBaseMgr ( IWorkingHoursDao entityDao ) : System
entityDao IWorkingHoursDao
return System

Property Details

entityDao protected_oe property

protected IWorkingHoursDao entityDao
return IWorkingHoursDao