public class CableArticleSaver extends DataSaverExcelStream<CableArticle>
CableArticle instances to Excel spreadsheet.anchor, creationHelper, drawing, header, sheet| Constructor and Description |
|---|
CableArticleSaver(Iterable<CableArticle> objects)
Constructs an instance to save the given
CableArticle objects. |
| Modifier and Type | Method and Description |
|---|---|
protected InputStream |
getTemplate()
Returns the template excel file to be used to save data to.
|
protected void |
save(CableArticle cableArticle)
Saves the object by calling setValue(...) and setCommand(...) methods.
|
addCustomValidationModification, saveAndValidatesave, setCommand, setCommand, setValuepublic CableArticleSaver(Iterable<CableArticle> objects)
CableArticle objects.objects - the objects to saveprotected void save(CableArticle cableArticle)
DataSaverExcelBasesave in class DataSaverExcelBase<CableArticle>cableArticle - the object to be savedprotected InputStream getTemplate()
DataSaverExcelStreamgetTemplate in class DataSaverExcelStream<CableArticle>Copyright © 2025 European Spallation Source. All rights reserved.