| Package | Description |
|---|---|
| org.openepics.cable.model | |
| org.openepics.cable.services | |
| org.openepics.cable.ui | |
| org.openepics.cable.util | |
| org.openepics.cable.webservice |
| Modifier and Type | Method and Description |
|---|---|
Manufacturer |
ConnectorManufacturer.getManufacturer() |
Manufacturer |
CableTypeManufacturer.getManufacturer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorManufacturer.setManufacturer(Manufacturer manufacturer) |
void |
CableTypeManufacturer.setManufacturer(Manufacturer manufacturer) |
| Constructor and Description |
|---|
CableTypeManufacturer(CableType cableType,
Manufacturer manufacturer,
GenericArtifact datasheet,
int position)
Constructs a new instance of linking object for cable type and manufacturer.
|
ConnectorManufacturer(Connector connector,
Manufacturer manufacturer,
GenericArtifact datasheet,
int position)
Constructs a new instance of linking object for connector and manufacturer.
|
| Modifier and Type | Method and Description |
|---|---|
Manufacturer |
ManufacturerService.createManufacturer(String name,
String address,
String phoneNumber,
String email,
String country,
String userId)
Created manufacturer.
|
Manufacturer |
ManufacturerService.getManufacturer(String name)
Returns a Manufacturer with the specified name.
|
Manufacturer |
ManufacturerService.getManufacturerByCode(String code)
Returns a Manufacturer with the specified code.
|
| Modifier and Type | Method and Description |
|---|---|
List<Manufacturer> |
ManufacturerService.getFilteredManufacturers(Collection<ManufacturerColumn> fields,
String regExp)
Returns all manufacturers for which at least one of the specified fields matches the given regular expression.
|
List<Manufacturer> |
ManufacturerService.getFilteredManufacturers(String customQuery,
Query query)
Return a list of filtered manufacturers.
|
List<Manufacturer> |
ManufacturerService.getManufacturers() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ManufacturerService.deleteManufacturer(Manufacturer manufacturer,
String userId)
Marks the manufacturer deleted in the database.
|
boolean |
ManufacturerService.updateManufacturer(Manufacturer manufacturer,
Manufacturer oldManufacturer,
String userId)
Updates the attributes on the given manufacturer.
|
| Modifier and Type | Method and Description |
|---|---|
Manufacturer |
ManufacturerUI.getManufacturer() |
| Modifier and Type | Method and Description |
|---|---|
List<Manufacturer> |
ConnectorRequestManager.completeAvailableManufacturers(String query)
Autocomplete method for manufacturers
|
List<Manufacturer> |
CableTypeRequestManager.completeAvailableManufacturers(String query)
Autocomplete method for manufacturers.
|
List<Manufacturer> |
ConnectorRequestManager.getAvailableManufacturers() |
List<Manufacturer> |
CableTypeRequestManager.getAvailableManufacturers() |
| Modifier and Type | Method and Description |
|---|---|
String |
CableTypeUI.getManufacturerUrl(Manufacturer manufacturer)
Return url for given manufacturer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorRequestManager.setAvailableManufacturers(List<Manufacturer> availableManufacturers) |
void |
CableTypeRequestManager.setAvailableManufacturers(List<Manufacturer> availableManufacturers) |
| Constructor and Description |
|---|
ManufacturerUI(Manufacturer manufacturer)
Constructs Manufacturer UI object for given manufacturer instance.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Manufacturer> |
ManufacturerUtil.completeAvailableManufacturers(String query,
List<Manufacturer> manufacturers,
List<Manufacturer> usedManufacturers)
Autocomplete method for manufacturers.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Manufacturer> |
ManufacturerUtil.completeAvailableManufacturers(String query,
List<Manufacturer> manufacturers,
List<Manufacturer> usedManufacturers)
Autocomplete method for manufacturers.
|
static List<Manufacturer> |
ManufacturerUtil.completeAvailableManufacturers(String query,
List<Manufacturer> manufacturers,
List<Manufacturer> usedManufacturers)
Autocomplete method for manufacturers.
|
| Modifier and Type | Method and Description |
|---|---|
static ManufacturerElement |
ManufacturerResourceImpl.getManufacturerElement(Manufacturer manufacturer)
Creates an instance of
ManufacturerElement from database model object Manufacturer. |
Copyright © 2025 European Spallation Source. All rights reserved.