|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.data.daemon.LyDaemon
leon.data.daemon.LyFieldInfoDaemon
leon.data.daemon.LyArrayFieldInfoDaemon
public class LyArrayFieldInfoDaemon
Daemon to manage array field info values.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Constructor Summary | |
---|---|
LyArrayFieldInfoDaemon(LyClassInfo sourceClass,
LyArrayFieldInfo array,
LyClassInfo arrayClassInfo)
Default constructor. |
Method Summary | |
---|---|
void |
freeValue(LyObject object)
To free a calculated value for the specified object. |
LyObjectList |
getArrays(LyObject object)
Gets references for an object. |
java.lang.Object |
getValue(LyObject object)
To get the array value for the specified object. |
void |
idRehashed(LyObjectId oldObjectId,
LyObjectId newObjectId)
Called when objectId of an object has been changed. |
boolean |
objectCreated(LyDataSourceEvent event)
Method for object creation callback. |
boolean |
objectDeleted(LyDataSourceEvent event)
Method for object deletion callback. |
boolean |
objectModified(LyDataSourceEvent event)
Method for object modification callback. |
void |
unload()
Unload daemon. |
Methods inherited from class leon.data.daemon.LyFieldInfoDaemon |
---|
getFieldInfo |
Methods inherited from class leon.data.daemon.LyDaemon |
---|
getInfo, getSourceClass |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyArrayFieldInfoDaemon(LyClassInfo sourceClass, LyArrayFieldInfo array, LyClassInfo arrayClassInfo)
sourceClass
- the source classarray
- the array field infoarrayClassInfo
- the array classinfoMethod Detail |
---|
public LyObjectList getArrays(LyObject object)
object
- object holding the array object
public java.lang.Object getValue(LyObject object)
getValue
in class LyFieldInfoDaemon
object
- the object we want the value.
public void freeValue(LyObject object)
freeValue
in class LyFieldInfoDaemon
object
- the object we want to free the value.public void unload()
unload
in class LyDaemon
public boolean objectCreated(LyDataSourceEvent event)
objectCreated
in interface LyDataSourceListener
objectCreated
in class LyDaemon
event
- the datasource event
LyDataSourceListener.objectCreated(leon.data.LyDataSourceEvent)
public boolean objectDeleted(LyDataSourceEvent event)
objectDeleted
in interface LyDataSourceListener
objectDeleted
in class LyDaemon
event
- the datasource event
LyDataSourceListener.objectDeleted(leon.data.LyDataSourceEvent)
public boolean objectModified(LyDataSourceEvent event)
objectModified
in interface LyDataSourceListener
objectModified
in class LyDaemon
event
- the datasource event
LyDataSourceListener.objectModified(leon.data.LyDataSourceEvent)
public void idRehashed(LyObjectId oldObjectId, LyObjectId newObjectId)
idRehashed
in class LyDaemon
oldObjectId
- newObjectId
-
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |