public interface PersistenceServiceTechnicalSystem extends PersistenceService
| Modifier and Type | Method and Description |
|---|---|
TechnicalSystem |
loadTechnicalSystem(OptionModelController omc,
java.awt.Component invoker)
Load a
TechnicalSystem. |
boolean |
saveTechnicalSystem(OptionModelController omc,
TechnicalSystem tsSave,
java.awt.Component invoker)
Save a
TechnicalSystem. |
boolean |
saveTechnicalSystemAs(OptionModelController omc,
TechnicalSystem tsSaveAs,
java.awt.Component invoker)
Save as the specified
TechnicalSystem. |
getIndexPositionOfMenuItem, getJMenueItemTechnicalSystem loadTechnicalSystem(OptionModelController omc, java.awt.Component invoker)
TechnicalSystem.omc - the current OptionModelControllerinvoker - the invoker componentboolean saveTechnicalSystem(OptionModelController omc, TechnicalSystem tsSave, java.awt.Component invoker)
TechnicalSystem.omc - the current OptionModelControllertsSave - the TechnicalSystem to saveinvoker - the invoker componentboolean saveTechnicalSystemAs(OptionModelController omc, TechnicalSystem tsSaveAs, java.awt.Component invoker)
TechnicalSystem.omc - the current OptionModelControllertsSaveAs - the TechnicalSystem to save-asinvoker - the invoker component