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