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) throws InforException
createEmployeeBatch in interface EmployeeServiceInforExceptionpublic BatchResponse<String> updateEmployeeBatch(InforContext context, List<Employee> workOrders) throws InforException
updateEmployeeBatch in interface EmployeeServiceInforExceptionpublic 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 © 2020 CERN European Organization for Nuclear Research. All rights reserved.