| Package | Description |
|---|---|
| org.openepics.cable.dto | |
| org.openepics.cable.model | |
| org.openepics.cable.services.dl | |
| org.openepics.cable.ui | |
| org.openepics.cable.webservice |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
NotificationDTO.getEndpoint() |
| Constructor and Description |
|---|
NotificationDTO(Cable cable,
Endpoint endpoint,
String cableName,
CableColumn cableColumn)
Constructs a new data transfer object for notification.
|
NotificationDTO(Cable cable,
Endpoint endpoint,
String cableName,
CableColumn cableColumn,
String comment)
Constructs a new data transfer object for notification.
|
NotificationDTO(Cable cable,
Endpoint endpoint,
String cableName,
CableColumn cableColumn,
String comment,
String oldValue,
String newValue)
Constructs a new data transfer object for notification.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Cable.getEndpointA() |
Endpoint |
Cable.getEndpointB() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cable.setEndpointA(Endpoint endpointA) |
void |
Cable.setEndpointB(Endpoint endpointB) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
CableParams.getEndpointA() |
Endpoint |
CableParams.getEndpointB() |
| Modifier and Type | Method and Description |
|---|---|
CableParams.Builder |
CableParams.Builder.withEndpointA(Endpoint endpointA)
Return builder with endpoint A of cable set.
|
CableParams.Builder |
CableParams.Builder.withEndpointB(Endpoint endpointB)
Return builder with endpoint B of cable set.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
CableUI.getEndpointA() |
Endpoint |
CableUI.getEndpointB() |
| Modifier and Type | Method and Description |
|---|---|
void |
CableUI.setEndpointA(Endpoint endpointA)
set the endpoint a of the cable
|
void |
CableUI.setEndpointB(Endpoint endpointB)
set the endpoint a of the cable
|
| Modifier and Type | Method and Description |
|---|---|
static Endpoint |
CableEndpointsResourceImpl.getEndpoint(EndpointElement endpointElement)
Creates an instance of
Endpoint from data transfer object EndpointElement. |
| Modifier and Type | Method and Description |
|---|---|
static EndpointElement |
CableEndpointsResourceImpl.getEndpointElement(Endpoint endpoint)
Creates an instance of
EndpointElement from database model object Endpoint. |
Copyright © 2025 European Spallation Source. All rights reserved.