Uses of Class
ch.cern.eam.wshub.core.services.userdefinedscreens.entities.UDLValue
Packages that use UDLValue
Package
Description
-
Uses of UDLValue in ch.cern.eam.wshub.core.services.equipment.entities
Methods in ch.cern.eam.wshub.core.services.equipment.entities that return types with arguments of type UDLValueMethod parameters in ch.cern.eam.wshub.core.services.equipment.entities with type arguments of type UDLValueModifier and TypeMethodDescriptionvoidEquipment.setUserDefinedList(HashMap<String, ArrayList<UDLValue>> userDefinedList) -
Uses of UDLValue in ch.cern.eam.wshub.core.services.material.entities
Methods in ch.cern.eam.wshub.core.services.material.entities that return types with arguments of type UDLValueMethod parameters in ch.cern.eam.wshub.core.services.material.entities with type arguments of type UDLValueModifier and TypeMethodDescriptionvoidPart.setUserDefinedList(HashMap<String, ArrayList<UDLValue>> userDefinedList) -
Uses of UDLValue in ch.cern.eam.wshub.core.services.userdefinedscreens
Methods in ch.cern.eam.wshub.core.services.userdefinedscreens that return types with arguments of type UDLValueModifier and TypeMethodDescriptionUserDefinedListHelpable.getUserDefinedList()UserDefinedListService.readUserDefinedLists(EAMContext context, UDLEntryId entryId) Method parameters in ch.cern.eam.wshub.core.services.userdefinedscreens with type arguments of type UDLValueModifier and TypeMethodDescriptionvoidUserDefinedListHelpable.setUserDefinedList(HashMap<String, ArrayList<UDLValue>> userDefinedList) UserDefinedListService.setUserDefinedLists(EAMContext context, EntityId entityId, Map<String, ArrayList<UDLValue>> values) -
Uses of UDLValue in ch.cern.eam.wshub.core.services.userdefinedscreens.entities
Methods in ch.cern.eam.wshub.core.services.userdefinedscreens.entities that return UDLValueMethods in ch.cern.eam.wshub.core.services.userdefinedscreens.entities with parameters of type UDLValueConstructors in ch.cern.eam.wshub.core.services.userdefinedscreens.entities with parameters of type UDLValue -
Uses of UDLValue in ch.cern.eam.wshub.core.services.userdefinedscreens.entities.udlmap
Methods in ch.cern.eam.wshub.core.services.userdefinedscreens.entities.udlmap that return types with arguments of type UDLValueModifier and TypeMethodDescriptionUDLValueMapEntry.getEntries()UDLMapAdapter.unmarshal(UDLValueMap value) Method parameters in ch.cern.eam.wshub.core.services.userdefinedscreens.entities.udlmap with type arguments of type UDLValue -
Uses of UDLValue in ch.cern.eam.wshub.core.services.userdefinedscreens.impl
Methods in ch.cern.eam.wshub.core.services.userdefinedscreens.impl that return types with arguments of type UDLValueModifier and TypeMethodDescriptionUserDefinedListServiceImpl.readUserDefinedLists(EAMContext context, UDLEntryId entryId) Method parameters in ch.cern.eam.wshub.core.services.userdefinedscreens.impl with type arguments of type UDLValueModifier and TypeMethodDescriptionUserDefinedListServiceImpl.setUserDefinedLists(EAMContext context, EntityId entityId, Map<String, ArrayList<UDLValue>> values) -
Uses of UDLValue in ch.cern.eam.wshub.core.services.workorders.entities
Methods in ch.cern.eam.wshub.core.services.workorders.entities that return types with arguments of type UDLValueMethod parameters in ch.cern.eam.wshub.core.services.workorders.entities with type arguments of type UDLValueModifier and TypeMethodDescriptionvoidWorkOrder.setUserDefinedList(HashMap<String, ArrayList<UDLValue>> userDefinedList)