|
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.LyRelationDaemon
leon.data.daemon.LyRoutedRelationDaemon
public class LyRoutedRelationDaemon
Daemon for calculated relations.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version. |
Constructor Summary | |
---|---|
LyRoutedRelationDaemon(LyClassInfo sourceClass,
LyRelationFieldInfo relation,
boolean addNewObjects)
Default constructor. |
Method Summary | |
---|---|
boolean |
counterChanged(LyWorkSpaceEvent event)
Called when the counter associated with the specified object has been incremented. |
LyObjectList |
getObjectList(LyObject object,
LyDataSourceEvent event)
Gets references for an object. |
java.lang.Object |
getValue(LyObject object)
To get the relation value for the specified object. |
boolean |
objectAdded(LyWorkSpaceEvent event)
Called when an object is added in the dynamic object list. |
boolean |
objectChanged(LyWorkSpaceEvent event)
Called when an object has changed in the dynamic object list. |
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. |
boolean |
objectRemoved(LyWorkSpaceEvent event)
Called when an object is removed from the dynamic object list. |
void |
unload()
Unload daemon. |
Methods inherited from class leon.data.daemon.LyRelationDaemon |
---|
freeValue, idRehashed |
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 LyRoutedRelationDaemon(LyClassInfo sourceClass, LyRelationFieldInfo relation, boolean addNewObjects)
sourceClass
- the source classrelation
- the handled relationaddNewObjects
- Method Detail |
---|
public java.lang.Object getValue(LyObject object)
getValue
in class LyRelationDaemon
object
- a source object
public LyObjectList getObjectList(LyObject object, LyDataSourceEvent event)
getObjectList
in class LyRelationDaemon
object
- an objectevent
- optional event indicating when notified for instance, may be null
public void unload()
unload
in class LyRelationDaemon
public boolean objectCreated(LyDataSourceEvent event)
objectCreated
in interface LyDataSourceListener
objectCreated
in class LyRelationDaemon
event
- the datasource event
LyDataSourceListener.objectCreated(leon.data.LyDataSourceEvent)
public boolean objectDeleted(LyDataSourceEvent event)
objectDeleted
in interface LyDataSourceListener
objectDeleted
in class LyRelationDaemon
event
- the datasource event
LyDataSourceListener.objectDeleted(leon.data.LyDataSourceEvent)
public boolean objectModified(LyDataSourceEvent event)
objectModified
in interface LyDataSourceListener
objectModified
in class LyRelationDaemon
event
- the datasource event
LyDataSourceListener.objectModified(leon.data.LyDataSourceEvent)
public boolean objectAdded(LyWorkSpaceEvent event)
objectAdded
in interface LyWorkSpaceListener
event
- event of adding object
public boolean objectRemoved(LyWorkSpaceEvent event)
objectRemoved
in interface LyWorkSpaceListener
event
- event of removing object
public boolean objectChanged(LyWorkSpaceEvent event)
objectChanged
in interface LyWorkSpaceListener
event
- event of changing object
public boolean counterChanged(LyWorkSpaceEvent event)
counterChanged
in interface LyWorkSpaceCounterListener
event
- the workspace event.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |