public class CableTypeSaver extends DataSaverExcelStream<CableType>
CableType instances to Excel spreadsheet.anchor, creationHelper, drawing, header, sheet| Constructor and Description |
|---|
CableTypeSaver(Iterable<CableType> objects)
Constructs an instance to save the given
CableType 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(CableType cableType)
Saves the object by calling setValue(...) and setCommand(...) methods.
|
addCustomValidationModification, saveAndValidatesave, setCommand, setCommand, setValueprotected void save(CableType cableType)
DataSaverExcelBasesave in class DataSaverExcelBase<CableType>cableType - the object to be savedprotected InputStream getTemplate()
DataSaverExcelStreamgetTemplate in class DataSaverExcelStream<CableType>Copyright © 2025 European Spallation Source. All rights reserved.