Uses of Class
ch.cern.eam.wshub.core.services.workorders.impl.Safety
Packages that use Safety
Package
Description
-
Uses of Safety in ch.cern.eam.wshub.core.services.workorders
Methods in ch.cern.eam.wshub.core.services.workorders that return SafetyModifier and TypeMethodDescriptionSafetyService.readSafety(EAMContext context, String entityType, String safetyCode) Methods in ch.cern.eam.wshub.core.services.workorders that return types with arguments of type SafetyModifier and TypeMethodDescriptionSafetyService.readSafeties(EAMContext context, String entityType, String entityCode) SafetyService.readSafetiesBatch(EAMContext context, String entityType, List<String> entityCode) Method parameters in ch.cern.eam.wshub.core.services.workorders with type arguments of type SafetyModifier and TypeMethodDescriptionSafetyService.setSafeties(EAMContext context, String entityType, String entityCode, List<Safety> safeties) SafetyService.setSafetiesBatch(EAMContext context, String entityType, Map<String, List<Safety>> entityCodeToSafeties) -
Uses of Safety in ch.cern.eam.wshub.core.services.workorders.impl
Methods in ch.cern.eam.wshub.core.services.workorders.impl that return SafetyModifier and TypeMethodDescriptionSafetyServiceImpl.readSafety(EAMContext context, String entityType, String safetyCode) Methods in ch.cern.eam.wshub.core.services.workorders.impl that return types with arguments of type SafetyModifier and TypeMethodDescriptionSafetyServiceImpl.readSafeties(EAMContext context, String entityType, String entityCode) SafetyServiceImpl.readSafetiesBatch(EAMContext context, String entityType, List<String> entityCode) Methods in ch.cern.eam.wshub.core.services.workorders.impl with parameters of type SafetyModifier and TypeMethodDescriptionstatic booleanSafety.canBeChangedBy(Safety original, Safety modification) Method parameters in ch.cern.eam.wshub.core.services.workorders.impl with type arguments of type SafetyModifier and TypeMethodDescriptionSafetyServiceImpl.setSafeties(EAMContext context, String entityType, String entityCode, List<Safety> safeties) SafetyServiceImpl.setSafetiesBatch(EAMContext context, String entityType, Map<String, List<Safety>> entityCodeToSafeties)