| Package | Description |
|---|---|
| org.openepics.cable.model | |
| org.openepics.cable.services | |
| org.openepics.cable.ui |
| Modifier and Type | Method and Description |
|---|---|
List<CableTypeManufacturer> |
CableType.getManufacturers() |
| Modifier and Type | Method and Description |
|---|---|
void |
CableType.setManufacturers(List<CableTypeManufacturer> manufacturers) |
| Constructor and Description |
|---|
CableType(String name,
InstallationType installationType,
String description,
String service,
Integer voltage,
String insulation,
String jacket,
String flammability,
Float tid,
Float weight,
Float diameter,
List<CableTypeManufacturer> manufacturers,
String comments,
String revision)
Creates a new instance of cable type.
|
| Modifier and Type | Method and Description |
|---|---|
CableType |
CableTypeService.createCableType(String name,
InstallationType installationType,
String description,
String service,
Integer voltage,
String insulation,
String jacket,
String flammability,
Float tid,
Float weight,
Float diameter,
List<CableTypeManufacturer> manufacturers,
String comments,
String revision,
String userId)
Creates a cable type in the database and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
CableTypeManufacturer |
CableTypeRequestManager.getSelectedManufacturer() |
| Modifier and Type | Method and Description |
|---|---|
List<CableTypeManufacturer> |
CableTypeRequestManager.getLongManufacturersListOverlay() |
List<CableTypeManufacturer> |
CableTypeUI.getManufacturers() |
List<CableTypeManufacturer> |
CableTypeRequestManager.getSelectedManufacturers() |
| Modifier and Type | Method and Description |
|---|---|
void |
CableTypeRequestManager.setSelectedManufacturer(CableTypeManufacturer cableTypeManufacturer) |
Copyright © 2025 European Spallation Source. All rights reserved.