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) |
String |
deleteEmployee(InforContext context,
String employeeCode) |
Employee |
readEmployee(InforContext context,
String employeeCode) |
String |
updateEmployee(InforContext context,
Employee employee) |
public EmployeeServiceImpl(ApplicationData applicationData, Tools tools, net.datastream.wsdls.inforws.InforWebServicesPT inforWebServicesToolkitClient)
public 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 © 2019 CERN European Organization for Nuclear Research. All rights reserved.