|
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.app.behavior.LyBehavior
leon.app.behavior.LyImportContentBehavior
public class LyImportContentBehavior
This class is used by the import action (parameter _importContentBehavior) to modify the content which is imported during the import process.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Constructor Summary | |
---|---|
LyImportContentBehavior()
Construct a class behavior. |
Method Summary | |
---|---|
LyObjectList |
completeImport(LyImportContentController controller,
LySimpleObjectList importedObjects)
Complete the import process : really create / set objects in current context. |
boolean |
endImport(LyImportContentController controller)
Ends the import action of the given controller. |
java.lang.String |
getFieldValue(LyImportContentController controller,
LyClassInfo classInfo,
LyFieldInfo fieldInfo,
java.lang.String value)
Checks that the given imported value of the given field info is correct and modify it if necessary. |
LyValueSet |
getImportedValues(LyImportContentController controller,
LyObject object,
boolean internalObject)
Fetchs the complete set of values of te given object. |
boolean |
startImport(LyImportContentController controller)
Starts the import action for the given controller. |
Methods inherited from class leon.app.behavior.LyBehavior |
---|
free, getSession, handleDemand, init |
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 LyImportContentBehavior()
Method Detail |
---|
public boolean startImport(LyImportContentController controller)
controller
- the current Controller instance
public java.lang.String getFieldValue(LyImportContentController controller, LyClassInfo classInfo, LyFieldInfo fieldInfo, java.lang.String value)
controller
- the current Controller instanceclassInfo
- the field class infofieldInfo
- the imported field infovalue
- the imported value
public LyObjectList completeImport(LyImportContentController controller, LySimpleObjectList importedObjects)
controller
- the current Controller instanceimportedObjects
- object that where found in import, they are not yet created or setted
for real
public LyValueSet getImportedValues(LyImportContentController controller, LyObject object, boolean internalObject)
controller
- the current import controllerobject
- the object to completeinternalObject
- indicates if the given object is internal or not
public boolean endImport(LyImportContentController controller)
controller
- the current LyAreaController instance
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |