| Package | Description |
|---|---|
| ch.cern.eam.wshub.core.services.material | |
| ch.cern.eam.wshub.core.services.material.impl |
| Modifier and Type | Method and Description |
|---|---|
Part |
PartService.readPart(InforContext context,
String partCode) |
Part |
PartService.readPartDefault(InforContext context,
String organization) |
| Modifier and Type | Method and Description |
|---|---|
BatchResponse<Part> |
PartService.readPartBatch(InforContext context,
List<String> partCode) |
| Modifier and Type | Method and Description |
|---|---|
String |
PartService.createPart(InforContext context,
Part partParam) |
String |
PartService.updatePart(InforContext context,
Part partParam) |
| Modifier and Type | Method and Description |
|---|---|
BatchResponse<String> |
PartService.createPartBatch(InforContext context,
List<Part> partParam) |
BatchResponse<String> |
PartService.updatePartBatch(InforContext context,
List<Part> partParam) |
| Modifier and Type | Method and Description |
|---|---|
Part |
PartServiceImpl.readPart(InforContext context,
String partCode) |
Part |
PartServiceImpl.readPartDefault(InforContext context,
String organization) |
| Modifier and Type | Method and Description |
|---|---|
BatchResponse<Part> |
PartServiceImpl.readPartBatch(InforContext context,
List<String> partCodes) |
| Modifier and Type | Method and Description |
|---|---|
String |
PartServiceImpl.createPart(InforContext context,
Part partParam) |
String |
PartServiceImpl.updatePart(InforContext context,
Part partParam) |
| Modifier and Type | Method and Description |
|---|---|
BatchResponse<String> |
PartServiceImpl.createPartBatch(InforContext context,
List<Part> parts) |
BatchResponse<String> |
PartServiceImpl.updatePartBatch(InforContext context,
List<Part> parts) |
Copyright © 2025 CERN European Organization for Nuclear Research. All rights reserved.