|
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.LyReverseRelationDaemon
public class LyReverseRelationDaemon
Dynamic list of LyObject.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
static int |
MAX_SIZE_FOR_RELOAD
|
Constructor Summary | |
---|---|
LyReverseRelationDaemon(LyClassInfo sourceClass,
LyRelationFieldInfo relation,
LyRelationFieldInfo reverseRelation)
Default constructor. |
Method Summary | |
---|---|
LyRelationFieldInfo |
getReverseRelation()
Accessor to the reverse relation. |
void |
idRehashed(LyObjectId oldObjectId,
LyObjectId newObjectId)
Call super and update _resulsReverse. |
boolean |
objectCreated(LyDataSourceEvent event)
Method for object creation callback. |
boolean |
objectModified(LyDataSourceEvent event)
Method for object modification callback. |
void |
unload()
Call super then unload _resultsReverse. |
Methods inherited from class leon.data.daemon.LyRelationDaemon |
---|
freeValue, getObjectList, getValue, objectDeleted |
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 int MAX_SIZE_FOR_RELOAD
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyReverseRelationDaemon(LyClassInfo sourceClass, LyRelationFieldInfo relation, LyRelationFieldInfo reverseRelation)
sourceClass
- the source classrelation
- the handled relationreverseRelation
- the reverse relationMethod Detail |
---|
public LyRelationFieldInfo getReverseRelation()
public void unload()
unload
in class LyRelationDaemon
LyRelationDaemon.unload()
public void idRehashed(LyObjectId oldObjectId, LyObjectId newObjectId)
idRehashed
in class LyRelationDaemon
LyRelationDaemon.idRehashed(leon.data.LyObjectId, leon.data.LyObjectId)
public boolean objectCreated(LyDataSourceEvent event)
objectCreated
in interface LyDataSourceListener
objectCreated
in class LyRelationDaemon
event
- the datasource event
LyDataSourceListener.objectCreated(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)
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |