public interface EmployeeService
| Modifier and Type | Method and Description |
|---|---|
String |
createEmployee(InforContext context,
Employee employee) |
String |
deleteEmployee(InforContext context,
String employeeCode) |
Employee |
readEmployee(InforContext context,
String employeeCode) |
String |
updateEmployee(InforContext context,
Employee employee) |
Employee readEmployee(InforContext context, String employeeCode) throws InforException
InforExceptionString createEmployee(InforContext context, Employee employee) throws InforException
InforExceptionString updateEmployee(InforContext context, Employee employee) throws InforException
InforExceptionString deleteEmployee(InforContext context, String employeeCode) throws InforException
InforExceptionCopyright © 2019 CERN European Organization for Nuclear Research. All rights reserved.