org.orange.kicsa.service.employee
Class EmployeeServiceImpl


public class EmployeeServiceImpl
implements EmployeeService

Author:
Jérôme Beau pour Orange (c) 2002
Version: $Revision: 1.1.1.1 $
Stereotype business delegate
testcase test.org.orange.kicsa.service.employee.TestEmployeeServiceImpl

Method Summary
 Employeecreate(Employee someEmployee)
          Crée un employé.
 MapfindAll()
           
 EmployeefindByPrimaryKey(EmployeeKey someKey)
           
 static EmployeeServiceImplgetInstance()
           
 voidremove(EmployeeKey someEmployeeKey)
           
 Employeeupdate(Employee someEmployee)
          Met à jour un employé.

Method Detail

create

public Employee create(Employee someEmployee)
Crée un employé.


Cette méthode ne s'occupe pas des capacités de l'employé

See Also:
AbilityService.updateEmployee

findAll

public Map findAll()

findByPrimaryKey

public Employee findByPrimaryKey(EmployeeKey someKey)
throws org.orange.kicsa.EmployeeNotFoundException

getInstance

public static EmployeeServiceImpl getInstance()

remove

public void remove(EmployeeKey someEmployeeKey)

update

public Employee update(Employee someEmployee)
Met à jour un employé.


Cette méthode ne s'occupe pas des capacités de l'employé

See Also:
AbilityService.updateEmployee

Association Links

to Class org.orange.kicsa.service.employee.EmployeeServiceImpl

to Class org.orange.kicsa.integration.employee.EmployeeDAO

Supplier Qualifier Employee DAO

Dependency Links

to Class test.org.orange.kicsa.service.employee.TestEmployeeServiceImpl

to Class org.orange.kicsa.service.employee.EmployeeService

to Class org.orange.kicsa.integration.AbstractDAOFactory

to Class org.orange.kicsa.Application

to Class org.orange.kicsa.service.ServiceException

to Class java.lang.Throwable

to Class java.util.Map

to Class org.orange.util.integration.DAOException

to Class org.orange.kicsa.business.employee.Employee

to Class org.orange.kicsa.business.employee.EmployeeKey

to Class org.orange.kicsa.EmployeeNotFoundException

to Class java.lang.Class

to Class org.orange.util.Assert

to Class org.orange.kicsa.integration.employee.EmployeeDAO

to Class Diagram test.org.orange.kicsa.service.employee

to Class Diagram test.org.orange.kicsa.service

to Class Diagram test.org.orange.kicsa

to Class Diagram test.org.orange

to Class Diagram test.org

to Class Diagram test

to Class Diagram <default>

to Class Diagram org.orange.kicsa.service.employee

to Class Diagram org.orange.kicsa.service

to Class Diagram org.orange.kicsa

to Class Diagram org.orange

to Class Diagram org

to Class Diagram org.orange.kicsa.integration

to Class Diagram org.orange.util.integration

to Class Diagram org.orange.util

to Class Diagram org.orange.kicsa.business.employee

to Class Diagram org.orange.kicsa.business

to Class Diagram org.orange.kicsa.integration.employee