public class EmployeeServiceImpl extends Object implements EmployeeService
| Constructor and Description |
|---|
EmployeeServiceImpl(ApplicationData applicationData,
Tools tools,
net.datastream.wsdls.inforws.InforWebServicesPT inforWebServicesToolkitClient) |
| 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> workOrders) |
public EmployeeServiceImpl(ApplicationData applicationData, Tools tools, net.datastream.wsdls.inforws.InforWebServicesPT inforWebServicesToolkitClient)
public BatchResponse<String> createEmployeeBatch(InforContext context, List<Employee> workOrderParam)
createEmployeeBatch in interface EmployeeServicepublic BatchResponse<String> updateEmployeeBatch(InforContext context, List<Employee> workOrders)
updateEmployeeBatch in interface EmployeeServicepublic Employee readEmployee(InforContext context, String employeeCode) throws InforException
readEmployee in interface EmployeeServiceInforExceptionpublic String createEmployee(InforContext context, Employee employee) throws InforException
createEmployee in interface EmployeeServiceInforExceptionpublic String updateEmployee(InforContext context, Employee employee) throws InforException
updateEmployee in interface EmployeeServiceInforExceptionpublic String deleteEmployee(InforContext context, String employeeCode) throws InforException
deleteEmployee in interface EmployeeServiceInforExceptionCopyright © 2025 CERN European Organization for Nuclear Research. All rights reserved.