public class CableArticleResourceImpl extends Object implements CableArticleResource
| Constructor and Description |
|---|
CableArticleResourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<CableArticleElement> |
getAllCableArticles() |
CableArticleElement |
getCableArticle(String shortNameExternalId)
Returns a specific approved cable article instance.
|
protected static CableArticleElement |
getCableArticleElement(CableArticle cableArticle)
Creates an instance of
CableArticleElement from database model object CableArticle. |
public List<CableArticleElement> getAllCableArticles()
getAllCableArticles in interface CableArticleResourcepublic CableArticleElement getCableArticle(String shortNameExternalId)
CableArticleResourcegetCableArticle in interface CableArticleResourceshortNameExternalId - the short name (of the manufacturer) and dot and the external id
of the cable article to retrieveprotected static CableArticleElement getCableArticleElement(CableArticle cableArticle)
CableArticleElement from database model object CableArticle.cableArticle - the database model objectCopyright © 2025 European Spallation Source. All rights reserved.