Package ch.cern.eam.wshub.core.client
Class EAMClient
java.lang.Object
ch.cern.eam.wshub.core.client.EAMClient
- All Implemented Interfaces:
Serializable
Client for EAM services
This class is thread-safe. On single instance can and should be reused to handle multiple calls,
even if it involves different EAM users.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionnet.datastream.wsdls.eamws.EAMWebServicesPTvoidsetCaseManagementService(CaseManagementService caseManagementService) voidsetEquipmentReservationAdjustmentService(EquipmentReservationAdjustmentService equipmentReservationAdjustmentService) voidsetStandardWorkOrderChildService(StandardWorkOrderChildService standardWorkOrderChildService)
-
Method Details
-
setStandardWorkOrderChildService
public void setStandardWorkOrderChildService(StandardWorkOrderChildService standardWorkOrderChildService) -
getEAMWebServicesToolkitClient
public net.datastream.wsdls.eamws.EAMWebServicesPT getEAMWebServicesToolkitClient() -
setCaseManagementService
-
getEquipmentReservationAdjustmentService
-
setEquipmentReservationAdjustmentService
public void setEquipmentReservationAdjustmentService(EquipmentReservationAdjustmentService equipmentReservationAdjustmentService)
-