|
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.CfgDelta
public abstract class CfgDelta
This is a base class for all Configuration Server delta objects.
Constructor Summary | |
---|---|
protected |
CfgDelta(IConfService srvc,
ConfObjectBase objData,
java.lang.Object[] additionalParameters)
|
protected |
CfgDelta(IConfService srvc,
org.w3c.dom.Node xmlData,
java.lang.Object[] additionalParameters)
|
protected |
CfgDelta(IConfService confService,
java.lang.String className)
This is a constructor of an object with no external data. |
Method Summary | |
---|---|
protected void |
ensureDataBackup()
This internal method is designed for "lazy initialization" of DOM data backup. |
ICfgObject |
retrieveObject()
Read configuration object from server. |
void |
save()
Synchronizes changes in a class with Configuration Server. |
protected java.lang.StringBuilder |
toStringProperties()
|
void |
update(ICfgDelta deltaObject)
Updates the current object from the passed delta object. |
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, getParent, getProperty, getProperty, getProperty, getRawObjectData, hashCode, initStruct, isSaved, lockObject, resolveLink, setProperty, toString, toXml, updateChildrenSavedState |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.genesyslab.platform.applicationblocks.com.ICfgBase |
---|
getEndpoint, getProperty, getRawObjectData, setProperty, toXml |
Constructor Detail |
---|
protected CfgDelta(IConfService confService, java.lang.String className)
confService
- A reference to Configuration ServiceclassName
- The name of a classprotected CfgDelta(IConfService srvc, ConfObjectBase objData, java.lang.Object[] additionalParameters)
protected CfgDelta(IConfService srvc, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
Method Detail |
---|
protected void ensureDataBackup()
CfgObject
ensureDataBackup
in class CfgObject
public final ICfgObject retrieveObject() throws ConfigException
ConfigException
- in case of problem while object readingpublic 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 serverprotected java.lang.StringBuilder toStringProperties()
toStringProperties
in class CfgBase
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |