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

Inheritance: SessionBase, IEmployeeBaseMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Protected Properties

Свойство Type Description
entityDao IEmployeeDao

Méthodes publiques

Méthode Description
EmployeeBaseMgr ( IEmployeeDao entityDao ) : System

Private Methods

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

public EmployeeBaseMgr ( IEmployeeDao entityDao ) : System
entityDao IEmployeeDao
Résultat System

Property Details

entityDao protected_oe property

protected IEmployeeDao entityDao
Résultat IEmployeeDao