|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.applicationblocks.com.CfgBase
com.genesyslab.platform.applicationblocks.com.CfgObject
com.genesyslab.platform.applicationblocks.com.CfgBriefInfo
public abstract class CfgBriefInfo
The base class for all Configuration Server brief info structures.
Constructor Summary | |
---|---|
protected |
CfgBriefInfo(IConfService confService,
ConfObjectBrief objData,
java.lang.Object[] additionalParameters)
Main constructor designed for usage from generated classes in deserializing constructors. |
protected |
CfgBriefInfo(IConfService confService,
org.w3c.dom.Node xmlData,
java.lang.Object[] additionalParameters)
Main constructor designed for usage from generated classes in deserializing constructors. |
Method Summary | |
---|---|
protected void |
ensureDataBackup()
This internal method is designed for "lazy initialization" of DOM data backup. |
protected ICfgObject |
getParent()
Brief Info structures do not have "parent" containers. |
ICfgObject |
retrieveObject()
Read "full" version of the configuration object from the server. |
void |
save()
Synchronizes changes in a class with Configuration Server. |
void |
update(ICfgDelta deltaObject)
Updates the current object from the passed delta object. |
protected void |
updateChildrenSavedState()
|
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgObject |
---|
clone, delete, doSetFolderId, getFolderId, getObjectDbid, getObjectPath, getObjectType, refresh, reloadObjectWithNewData, reloadObjectWithNewData, removeAccount, resetDataBackup, retrieveAccountPermissions, retrieveACL, retrievePermissions, setAccountPermissions, setAccountPermissions, setFolderId, updateACL |
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgBase |
---|
equals, flushChildrenContent, getConfigurationService, getData, getEndpoint, getLinkListCollection, getLinkValue, getLogger, getMetaData, getProperty, getProperty, getProperty, getRawObjectData, hashCode, initStruct, isSaved, lockObject, resolveLink, setProperty, toString, toStringProperties, toXml |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.genesyslab.platform.applicationblocks.com.ICfgBriefInfo |
---|
getID |
Methods inherited from interface com.genesyslab.platform.applicationblocks.com.ICfgObject |
---|
clone, delete, getObjectDbid, getObjectType, refresh |
Methods inherited from interface com.genesyslab.platform.applicationblocks.com.ICfgBase |
---|
getEndpoint, getProperty, getRawObjectData, setProperty, toXml |
Constructor Detail |
---|
protected CfgBriefInfo(IConfService confService, ConfObjectBrief objData, java.lang.Object[] additionalParameters)
confService
- configuration service instanceobjData
- configuration protocol dataparent
- configuration object containing this structureprotected CfgBriefInfo(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
confService
- configuration service instancexmlData
- bound data from Configuration SDK messageparent
- configuration object containing this structureMethod Detail |
---|
protected void ensureDataBackup()
CfgObject
ensureDataBackup
in class CfgObject
protected ICfgObject getParent()
getParent
in class CfgBase
public final ICfgObject retrieveObject() throws ConfigException
ConfigException
- in case of problem while object readingprotected void updateChildrenSavedState()
updateChildrenSavedState
in class CfgBase
public void save() throws ConfigException
CfgObject
save
in interface ICfgObject
save
in class CfgObject
ConfigException
- exception while requesting configuration information updatepublic void update(ICfgDelta deltaObject)
CfgObject
update
in interface ICfgObject
update
in class CfgObject
deltaObject
- the delta object received from configuration server
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |