@Deprecated
public class TechnicalSystemGroup_StorageHandler
extends java.lang.Object
| Constructor and Description |
|---|
TechnicalSystemGroup_StorageHandler(GroupController groupController)
Deprecated.
Instantiates a new technical system group_ storage handler.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTechnicalSystemGroupAsBase64String(TechnicalSystemGroup technicalSystemGroup)
Deprecated.
Returns a
TechnicalSystemGroup instance as base64 string. |
java.lang.String |
getTechnicalSystemGroupAsXMLString(TechnicalSystemGroup technicalSystemGroup)
Deprecated.
Returns the model of a technical system group as XML-string.
|
TechnicalSystemGroup |
getTechnicalSystemGroupFromBase64String(java.lang.String base64EncodedModel)
Deprecated.
Returns a
TechnicalSystemGroup from a base64 string. |
TechnicalSystemGroup |
getTechnicalSystemGroupFromGOMFile(java.io.File groupFile)
Deprecated.
Gets the technical system from group file.
|
TechnicalSystemGroup |
getTechnicalSystemGroupFromXMLFile(java.io.File groupFile)
Deprecated.
Load model from a XML file.
|
TechnicalSystemGroup |
getTechnicalSystemGroupFromXMLString(java.lang.String xmlString)
Deprecated.
Gets the technical system group from a XML string.
|
TechnicalSystemGroup |
loadGroupFromFile(java.io.File technicalSystemFile)
Deprecated.
Load group from file.
|
boolean |
saveGroupAsFile(java.io.File technicalSystemFile,
TechnicalSystemGroup technicalSystemGroup)
Deprecated.
Save group as file.
|
boolean |
saveTechnicalSystemGroupAsGOMFile(java.io.File technicalSystemFile,
TechnicalSystemGroup technicalSystemGroup)
Deprecated.
Saves an Instance of a
TechnicalSystemGroup as TXT file. |
boolean |
saveTechnicalSystemGroupAsXMLFile(java.io.File groupFile,
TechnicalSystemGroup technicalSystemGroup)
Deprecated.
Saves an Instance of a
TechnicalSystemGroup as XML file. |
java.io.File |
selectFile(java.awt.Component parentComponent,
java.lang.String caption,
boolean allowNewFolder)
Deprecated.
Select file to load or save TechnicalSystemGroup information.
|
public TechnicalSystemGroup_StorageHandler(GroupController groupController)
groupController - the group controllerpublic java.io.File selectFile(java.awt.Component parentComponent,
java.lang.String caption,
boolean allowNewFolder)
parentComponent - the parent componentcaption - the captionallowNewFolder - the allow new folderpublic TechnicalSystemGroup loadGroupFromFile(java.io.File technicalSystemFile)
technicalSystemFile - the technical system filepublic boolean saveGroupAsFile(java.io.File technicalSystemFile,
TechnicalSystemGroup technicalSystemGroup)
technicalSystemFile - the technical system filetechnicalSystemGroup - the TechnicalSystemGrouppublic TechnicalSystemGroup getTechnicalSystemGroupFromXMLFile(java.io.File groupFile)
groupFile - the file of the technical systempublic boolean saveTechnicalSystemGroupAsXMLFile(java.io.File groupFile,
TechnicalSystemGroup technicalSystemGroup)
TechnicalSystemGroup as XML file.groupFile - the file to that the model has be savedtechnicalSystemGroup - the technical systempublic TechnicalSystemGroup getTechnicalSystemGroupFromXMLString(java.lang.String xmlString)
xmlString - the XML stringpublic java.lang.String getTechnicalSystemGroupAsXMLString(TechnicalSystemGroup technicalSystemGroup)
technicalSystemGroup - the instance of the technical system grouppublic TechnicalSystemGroup getTechnicalSystemGroupFromGOMFile(java.io.File groupFile)
groupFile - the file of the group modelpublic boolean saveTechnicalSystemGroupAsGOMFile(java.io.File technicalSystemFile,
TechnicalSystemGroup technicalSystemGroup)
TechnicalSystemGroup as TXT file.technicalSystemFile - the file to that the model has be savedtechnicalSystemGroup - the technical systempublic java.lang.String getTechnicalSystemGroupAsBase64String(TechnicalSystemGroup technicalSystemGroup)
TechnicalSystemGroup instance as base64 string.technicalSystemGroup - the technical systempublic TechnicalSystemGroup getTechnicalSystemGroupFromBase64String(java.lang.String base64EncodedModel)
TechnicalSystemGroup from a base64 string.base64EncodedModel - the base64 encoded model