Class EquipmentTools
java.lang.Object
ch.cern.eam.wshub.core.services.equipment.impl.EquipmentTools
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEquipmentTools(ApplicationData applicationData, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient) -
Method Summary
Modifier and TypeMethodDescriptiongetEquipmentSystemTypeForEquipment(EAMContext eamContext, String equipmentCode, String organization) getEquipmentSystemTypeForUserType(EAMContext eamContext, String equipmentUserType)
-
Field Details
-
equimentSystemTypesCache
-
-
Constructor Details
-
EquipmentTools
public EquipmentTools(ApplicationData applicationData, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient)
-
-
Method Details
-
getEquipmentSystemTypeForUserType
public String getEquipmentSystemTypeForUserType(EAMContext eamContext, String equipmentUserType) throws EAMException - Throws:
EAMException
-
getEquipmentSystemTypeForEquipment
public String getEquipmentSystemTypeForEquipment(EAMContext eamContext, String equipmentCode, String organization) throws EAMException - Throws:
EAMException
-