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

Inheritance: SessionBase, IEmployeeBaseMgr
Show file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IEmployeeDao

Public Methods

Method Description
EmployeeBaseMgr ( IEmployeeDao entityDao ) : System

Private Methods

Method Description
CreateEmployee ( Employee entity ) : void
DeleteEmployee ( Employee entity ) : void
DeleteEmployee ( IList entityList ) : void
DeleteEmployee ( IList pkList ) : void
DeleteEmployee ( String code ) : void
GetAllEmployee ( ) : IList
LoadEmployee ( String code ) : Employee
UpdateEmployee ( Employee entity ) : void

Method Details

EmployeeBaseMgr() public method

public EmployeeBaseMgr ( IEmployeeDao entityDao ) : System
entityDao IEmployeeDao
return System

Property Details

entityDao protected property

protected IEmployeeDao entityDao
return IEmployeeDao