| 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 |
|---|---|
Connector |
Endpoint.getConnector() |
Connector |
ConnectorManufacturer.getConnector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Connector.equalsContent(Connector other) |
void |
Endpoint.setConnector(Connector connector) |
void |
ConnectorManufacturer.setConnector(Connector connector) |
void |
Endpoint.update(String device,
String building,
String rack,
Connector connector,
String label)
Updates the attribute information of this endpoint device.
|
void |
Endpoint.update(String device,
String building,
String rack,
Connector connector,
String label,
String deviceFbsTag,
String rackFbsTag)
Updates the attribute information of this endpoint device.
|
void |
Endpoint.update(String device,
String building,
String rack,
Connector connector,
String label,
String deviceFbsTag,
String rackFbsTag,
boolean checkArgument)
Updates the attribute information of this endpoint device.
|
| Constructor and Description |
|---|
ConnectorManufacturer(Connector connector,
Manufacturer manufacturer,
GenericArtifact datasheet,
int position)
Constructs a new instance of linking object for connector and manufacturer.
|
Endpoint(String device,
String building,
String rack,
Connector connector,
String label)
Constructs a new instance of cable endpoint.
|
Endpoint(String device,
String building,
String rack,
Connector connector,
String label,
String deviceFbsTag,
String rackFbsTag)
Constructs a new instance of cable endpoint.
|
Endpoint(String device,
String building,
String rack,
Connector connector,
String label,
String deviceFbsTag,
String rackFbsTag,
boolean checkArgument)
Constructs a new instance of cable endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Connector |
ConnectorService.createConnector(String name,
String assemblyInstructions,
String description,
String type,
GenericArtifact dataSheet,
List<ConnectorManufacturer> manufacturers,
String linkToDatasheet,
String userId)
Creates connector.
|
Connector |
ConnectorService.getConnector(String name)
Returns a Connector with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connector> |
ConnectorService.getConnectors() |
List<Connector> |
ConnectorService.getFilteredConnectors(Collection<ConnectorColumn> fields,
String regExp)
Returns all connectors for which at least one of the specified fields matches the given regular expression.
|
List<Connector> |
ConnectorService.getFilteredConnectors(String customQuery,
Query query)
Return a list of filtered connectors.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConnectorService.deleteConnector(Connector connector,
String userId)
Marks the connector as inactive in the database.
|
void |
ConnectorService.detachConnector(Connector connector)
Detaches a single connector from entity manager
|
boolean |
ConnectorService.updateConnector(Connector connector,
Connector oldConnector,
String userId)
Updates the attributes on the given connector.
|
| Modifier and Type | Method and Description |
|---|---|
LoaderResult<Connector> |
ConnectorImportService.importConnectors(InputStream inputStream)
Import connectors from input stream.
|
LoaderResult<Connector> |
ConnectorImportService.importConnectors(InputStream inputStream,
boolean test)
Import connectors from input stream.
|
LoaderResult<Connector> |
ConnectorLoader.load(InputStream stream,
boolean test) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectorSaver.save(Connector connector) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
ConnectorImportService.exportConnectors(Iterable<Connector> connectors)
Exports connectors cables to an Excel spreadsheet.
|
| Constructor and Description |
|---|
ConnectorSaver(Iterable<Connector> objects)
Constructs this object and stores the data objects.
|
| Modifier and Type | Method and Description |
|---|---|
Connector |
ConnectorUI.getConnector() |
Connector |
CableUI.getEndpointConnectorA() |
Connector |
CableUI.getEndpointConnectorB() |
| Modifier and Type | Method and Description |
|---|---|
List<Connector> |
ConnectorRequestManager.getConnectorsToExportList() |
LoaderResult<Connector> |
ConnectorRequestManager.getImportResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
CableUI.setEndpointConnectorA(Connector endpointConnectorA)
Set the endpoint A connector.
|
void |
CableUI.setEndpointConnectorB(Connector endpointConnectorB)
Set the endpoint B connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorRequestManager.setImportResult(LoaderResult<Connector> importResult) |
| Constructor and Description |
|---|
ConnectorUI(Connector connector)
Constructs UI object for given connector instance.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectorElement |
ConnectorResourceImpl.getConnectorElement(Connector connector)
Creates an instance of
ConnectorElement from database model object Connector. |
Copyright © 2025 European Spallation Source. All rights reserved.