| Package | Description |
|---|---|
| org.openepics.cable.model | |
| org.openepics.cable.services | |
| org.openepics.cable.services.dl | |
| org.openepics.cable.ui | |
| org.openepics.cable.webservice |
| Modifier and Type | Method and Description |
|---|---|
CableType |
CableTypeManufacturer.getCableType() |
CableType |
Cable.getCableType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CableType.equalsContent(CableType other) |
void |
CableTypeManufacturer.setCableType(CableType cableType) |
void |
Cable.setCableType(CableType cableType) |
| Constructor and Description |
|---|
Cable(String system,
String subsystem,
String cableClass,
Integer seqNumber,
List<String> owners,
CableStatus status,
CableArticle cableArticle,
CableType cableType,
String container,
Endpoint endpointA,
Endpoint endpointB,
Date created,
Date modified,
InstallationPackage installationPackage,
Date installationBy,
String comments,
String revision,
String electricalDocumentation)
Creates a new instance of a cable.
|
CableTypeManufacturer(CableType cableType,
Manufacturer manufacturer,
GenericArtifact datasheet,
int position)
Constructs a new instance of linking object for cable type and manufacturer.
|
| 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.
|
CableType |
CableTypeService.getCableTypeByName(String name)
Retrieve cable type by the name.
|
| Modifier and Type | Method and Description |
|---|---|
List<CableType> |
CableTypeService.getAllCableTypes() |
List<CableType> |
CableTypeService.getFilteredCableTypes(String customQuery,
Query query)
Return a list of filtered cable types.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CableTypeService.changeCableTypeStatus(CableType cableType,
boolean active,
String userId)
Changes cable type's status in the database.
|
void |
CableTypeService.detachCableType(CableType cableType)
Detaches a single cable type from entity manager
|
boolean |
CableTypeService.updateCableType(CableType cableType,
CableType oldCableType,
String userId)
Updates the attributes on the given cable type.
|
| Modifier and Type | Method and Description |
|---|---|
CableType |
CableParams.getCableType() |
| Modifier and Type | Method and Description |
|---|---|
LoaderResult<CableType> |
CableTypeImportExportService.importCableTypes(InputStream inputStream)
Imports cable types from Excel spreadsheet.
|
LoaderResult<CableType> |
CableTypeImportExportService.importCableTypes(InputStream inputStream,
boolean test)
Imports cable types from Excel spreadsheet.
|
LoaderResult<CableType> |
CableTypeLoader.load(InputStream stream,
boolean test) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CableTypeSaver.save(CableType cableType) |
CableParams.Builder |
CableParams.Builder.withCableType(CableType cableType)
Return builder with cable type set.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
CableTypeImportExportService.exportCableTypes(Iterable<CableType> cableTypes)
Exports cable types to an Excel spreadsheet.
|
| Constructor and Description |
|---|
CableTypeSaver(Iterable<CableType> objects)
Constructs an instance to save the given
CableType objects. |
| Modifier and Type | Method and Description |
|---|---|
CableType |
CableUI.getCableType() |
CableType |
CableTypeUI.getCableType() |
| Modifier and Type | Method and Description |
|---|---|
LoaderResult<CableType> |
CableTypeRequestManager.getImportResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
CableUI.setCableType(CableType cableType)
Set the cable type.
|
| Constructor and Description |
|---|
CableTypeUI(CableType cableType)
Constructs Cable type UI object for given cable type instance.
|
| Modifier and Type | Method and Description |
|---|---|
static CableTypeElement |
CableTypeResourceImpl.getCableTypeElement(CableType cableType)
Creates an instance of
CableTypeElement from database model object CableType. |
Copyright © 2026 European Spallation Source. All rights reserved.