Uses of Class
ch.cern.eam.wshub.core.services.workorders.entities.MEC
Packages that use MEC
Package
Description
-
Uses of MEC in ch.cern.eam.wshub.core.services.workorders
Methods in ch.cern.eam.wshub.core.services.workorders with parameters of type MECModifier and TypeMethodDescriptionMECService.addWorkOrderEquipment(EAMContext context, MEC mecToAdd) MECService.syncWorkOrderEquipment(EAMContext context, MEC updatedMEC) static voidMECService.validateInput(MEC mecToAdd) static voidMECService.validateInput(String parentWorkorderID, String mecID, MEC mecProperties) Method parameters in ch.cern.eam.wshub.core.services.workorders with type arguments of type MECModifier and TypeMethodDescriptionMECService.addWorkOrderEquipmentBatch(EAMContext context, List<MEC> mecsToAdd) -
Uses of MEC in ch.cern.eam.wshub.core.services.workorders.impl
Methods in ch.cern.eam.wshub.core.services.workorders.impl with parameters of type MECModifier and TypeMethodDescriptionMECServiceImpl.addWorkOrderEquipment(EAMContext context, MEC mecToAdd) Adds an equipment with the specified properties to the specified workorder.MECServiceImpl.syncWorkOrderEquipment(EAMContext context, MEC updatedMEC) Updates the target workorder with the specified properties.Method parameters in ch.cern.eam.wshub.core.services.workorders.impl with type arguments of type MECModifier and TypeMethodDescriptionMECServiceImpl.addWorkOrderEquipmentBatch(EAMContext context, List<MEC> mecsToAdd)