public interface PersistenceServiceTechnicalSystemGroup extends PersistenceService
| Modifier and Type | Method and Description |
|---|---|
TechnicalSystemGroup |
loadTechnicalSystemGroup(GroupController gc,
java.awt.Component invoker)
Load a
TechnicalSystemGroup. |
boolean |
saveTechnicalSystemGroup(GroupController gc,
TechnicalSystemGroup tsgSave,
java.awt.Component invoker)
Save a
TechnicalSystemGroup. |
boolean |
saveTechnicalSystemGroupAs(GroupController gc,
TechnicalSystemGroup tsgSaveAs,
java.awt.Component invoker)
Save as the specified TechnicalSystemGroup.
|
getIndexPositionOfMenuItem, getJMenueItemTechnicalSystemGroup loadTechnicalSystemGroup(GroupController gc, java.awt.Component invoker)
TechnicalSystemGroup.gc - the current GroupControllerinvoker - the invoker componentboolean saveTechnicalSystemGroup(GroupController gc, TechnicalSystemGroup tsgSave, java.awt.Component invoker)
TechnicalSystemGroup.gc - the current GroupControllertsgSave - the TechnicalSystemGroup to saveinvoker - the invoker componentboolean saveTechnicalSystemGroupAs(GroupController gc, TechnicalSystemGroup tsgSaveAs, java.awt.Component invoker)
gc - the current GroupControllertsgSaveAs - the TechnicalSystemGroup to save-asinvoker - the invoker component