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

Inheritance: SessionBase, IShiftBaseMgr
Exibir arquivo Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IShiftDao

Public Methods

Method Description
ShiftBaseMgr ( IShiftDao entityDao ) : System

Private Methods

Method Description
CreateShift ( Shift entity ) : void
DeleteShift ( IList entityList ) : void
DeleteShift ( IList pkList ) : void
DeleteShift ( Shift entity ) : void
DeleteShift ( String code ) : void
GetAllShift ( ) : IList
LoadShift ( String code ) : Shift
UpdateShift ( Shift entity ) : void

Method Details

ShiftBaseMgr() public method

public ShiftBaseMgr ( IShiftDao entityDao ) : System
entityDao IShiftDao
return System

Property Details

entityDao protected_oe property

protected IShiftDao entityDao
return IShiftDao