public interface EmployeeService
| Modifier and Type | Method and Description |
|---|---|
String |
createEmployee(InforContext context,
Employee employee) |
BatchResponse<String> |
createEmployeeBatch(InforContext context,
List<Employee> workOrderParam) |
String |
deleteEmployee(InforContext context,
String employeeCode) |
Employee |
readEmployee(InforContext context,
String employeeCode) |
String |
updateEmployee(InforContext context,
Employee employee) |
BatchResponse<String> |
updateEmployeeBatch(InforContext context,
List<Employee> workOrderParam) |
BatchResponse<String> createEmployeeBatch(InforContext context, List<Employee> workOrderParam) throws InforException
InforExceptionBatchResponse<String> updateEmployeeBatch(InforContext context, List<Employee> workOrderParam) throws InforException
InforExceptionEmployee 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 © 2020 CERN European Organization for Nuclear Research. All rights reserved.