| 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 |
|---|---|
InstallationPackage |
Cable.getInstallationPackage() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cable.setInstallationPackage(InstallationPackage installationPackage) |
| 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 |
|---|---|
InstallationPackage |
InstallationPackageService.createInstallationPackage(InstallationPackage installationPackage,
String userId)
Creates an installation package in the database and returns it.
|
InstallationPackage |
InstallationPackageService.getInstallationPackageById(Long id)
Returns an installation package with the specified installation package id.
|
InstallationPackage |
InstallationPackageService.getInstallationPackageByName(String name)
Returns an installation package with the specified installation package name.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstallationPackage> |
InstallationPackageService.getActiveInstallationPackages() |
List<InstallationPackage> |
InstallationPackageService.getInstallationPackages() |
| Modifier and Type | Method and Description |
|---|---|
InstallationPackage |
InstallationPackageService.createInstallationPackage(InstallationPackage installationPackage,
String userId)
Creates an installation package in the database and returns it.
|
boolean |
InstallationPackageService.deleteInstallationPackage(InstallationPackage installationPackage,
String userId)
Marks the installation package deleted in the database.
|
void |
InstallationPackageService.detachInstallationPackage(InstallationPackage installationPackage)
Detaches a single installation package from entity manager
|
boolean |
InstallationPackageService.updateInstallationPackage(InstallationPackage installationPackage,
InstallationPackage oldInstallationPackage,
String userId)
Updates the attributes on the given installation package.
|
| Modifier and Type | Method and Description |
|---|---|
InstallationPackage |
CableParams.getInstallationPackage() |
| Modifier and Type | Method and Description |
|---|---|
LoaderResult<InstallationPackage> |
InstallationPackageImportExportService.importInstallationPackages(InputStream inputStream)
Imports installation packages from Excel spreadsheet.
|
LoaderResult<InstallationPackage> |
InstallationPackageImportExportService.importInstallationPackages(InputStream inputStream,
boolean test)
Imports installation packages from Excel spreadsheet.
|
LoaderResult<InstallationPackage> |
InstallationPackageLoader.load(InputStream stream,
boolean test) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InstallationPackageSaver.save(InstallationPackage installationPackage) |
CableParams.Builder |
CableParams.Builder.withInstallationPackage(InstallationPackage installationPackage)
Return builder with installation package for cable set.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
InstallationPackageImportExportService.exportInstallationPackages(Iterable<InstallationPackage> installationPackages)
Exports installation packages cables to an Excel spreadsheet.
|
| Constructor and Description |
|---|
InstallationPackageSaver(Iterable<InstallationPackage> objects)
Constructs an instance to save the given
InstallationPackage objects. |
| Modifier and Type | Method and Description |
|---|---|
InstallationPackage |
InstallationPackageUI.getInstallationPackage() |
InstallationPackage |
CableUI.getInstallationPackage() |
| Modifier and Type | Method and Description |
|---|---|
List<InstallationPackage> |
CableRequestManager.completeInstallationPackage(String query)
Autocomplete method for installation packages.
|
List<InstallationPackage> |
CableRequestManager.getAvailableInstallationPackages() |
LoaderResult<InstallationPackage> |
InstallationPackageRequestManager.getImportResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
CableUI.setInstallationPackage(InstallationPackage installationPackage) |
| Modifier and Type | Method and Description |
|---|---|
void |
CableRequestManager.setAvailableInstallationPackages(List<InstallationPackage> availableInstallationPackages) |
| Constructor and Description |
|---|
InstallationPackageUI(InstallationPackage installationPackage)
Constructs InstallationPackage UI object for given installation package instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected static InstallationPackageElement |
InstallationPackageResourceImpl.getInstallationPackageElement(InstallationPackage installationPackage)
Creates an instance of
InstallationPackageElement from database model object InstallationPackage. |
Copyright © 2026 European Spallation Source. All rights reserved.