public class ManufacturerResourceImpl extends Object implements ManufacturerResource
| Constructor and Description |
|---|
ManufacturerResourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<ManufacturerElement> |
getAllManufacturers() |
ManufacturerElement |
getManufacturer(String name)
Returns a specific approved manufacturer instance.
|
static ManufacturerElement |
getManufacturerElement(Manufacturer manufacturer)
Creates an instance of
ManufacturerElement from database model object Manufacturer. |
public List<ManufacturerElement> getAllManufacturers()
getAllManufacturers in interface ManufacturerResourcepublic ManufacturerElement getManufacturer(String name)
ManufacturerResourcegetManufacturer in interface ManufacturerResourcename - the name of the manufacturer to retrievepublic static ManufacturerElement getManufacturerElement(Manufacturer manufacturer)
ManufacturerElement from database model object Manufacturer.manufacturer - the database model objectCopyright © 2025 European Spallation Source. All rights reserved.