|
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.LyDataSource
leon.data.LyObjectSource
leon.data.LyTemporaryObjectSource
public class LyTemporaryObjectSource
Constructor for a temporary object source : object source that can be freed.
LyObjectSource
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Fields inherited from class leon.data.LyObjectSource |
---|
GET_SIZE_CACHE_DELAY |
Constructor Summary | |
---|---|
LyTemporaryObjectSource(LyDataProvider provider,
LyClassInfo classInfo)
Constructs a temporary object source for a given class info. |
Method Summary | |
---|---|
void |
free()
Free this temporary object source. |
boolean |
isHandleErrorEvents()
Accessor on error events handling Indicates if the error events should be sent by this temporary object source Temporary objectsource may load temporary objects like import that should not be kept in 'general errors' list. |
void |
setHandleErrorEvents(boolean status)
Accessor on error events handling Indicates if the error events should be sent by this temporary object source Temporary objectsource may load temporary objects like import that should not be kept in 'general errors' list. |
Methods inherited from class leon.data.LyDataSource |
---|
addListener, checkObject, checkObject, getApplication, getCache, getDataClass, getDataProvider, getLastModified, getObject, getSize, isReadOnly, isRollBack, isSynchronous, reloadObject, setIgnoreErrorOnLoad, setReadOnly, setRollBack, setSynchronous, unload |
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 LyTemporaryObjectSource(LyDataProvider provider, LyClassInfo classInfo)
provider
- Provider on which this data source is connected.classInfo
- Class info for which an object source is constructed.Method Detail |
---|
public void free()
free
in class LyObjectSource
public void setHandleErrorEvents(boolean status)
status
- default error handling status is truepublic boolean isHandleErrorEvents()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |