Uses of Class
ch.cern.eam.wshub.core.services.material.entities.Part
Packages that use Part
Package
Description
-
Uses of Part in ch.cern.eam.wshub.core.services.material
Methods in ch.cern.eam.wshub.core.services.material that return PartModifier and TypeMethodDescriptionPartService.readPart(EAMContext context, String partCode) PartService.readPartDefault(EAMContext context, String organization) Methods in ch.cern.eam.wshub.core.services.material that return types with arguments of type PartModifier and TypeMethodDescriptionPartService.readPartBatch(EAMContext context, List<String> partCode) Methods in ch.cern.eam.wshub.core.services.material with parameters of type PartModifier and TypeMethodDescriptionPartService.createPart(EAMContext context, Part partParam) PartService.updatePart(EAMContext context, Part partParam) Method parameters in ch.cern.eam.wshub.core.services.material with type arguments of type PartModifier and TypeMethodDescriptionPartService.createPartBatch(EAMContext context, List<Part> partParam) PartService.updatePartBatch(EAMContext context, List<Part> partParam) -
Uses of Part in ch.cern.eam.wshub.core.services.material.impl
Methods in ch.cern.eam.wshub.core.services.material.impl that return PartModifier and TypeMethodDescriptionPartServiceImpl.readPart(EAMContext context, String partCode) PartServiceImpl.readPartDefault(EAMContext context, String organization) Methods in ch.cern.eam.wshub.core.services.material.impl that return types with arguments of type PartModifier and TypeMethodDescriptionPartServiceImpl.readPartBatch(EAMContext context, List<String> partCodes) Methods in ch.cern.eam.wshub.core.services.material.impl with parameters of type PartModifier and TypeMethodDescriptionPartServiceImpl.createPart(EAMContext context, Part partParam) PartServiceImpl.updatePart(EAMContext context, Part partParam) Method parameters in ch.cern.eam.wshub.core.services.material.impl with type arguments of type PartModifier and TypeMethodDescriptionPartServiceImpl.createPartBatch(EAMContext context, List<Part> parts) PartServiceImpl.updatePartBatch(EAMContext context, List<Part> parts)