Uses of Class
de.xima.fc.beans.SerializableJSONObject
-
Packages that use SerializableJSONObject Package Description de.xima.fc.form.helper de.xima.fc.interfaces.plugin.retval.form de.xima.fc.plugin.models.retval.form de.xima.fc.session -
-
Uses of SerializableJSONObject in de.xima.fc.form.helper
Method parameters in de.xima.fc.form.helper with type arguments of type SerializableJSONObject Modifier and Type Method Description static void
FormPluginHelper. executePreRenderer(IFormRequestContext requestCtx, Map<String,SerializableJSONObject> metaMap, Map<String,List<String[]>> dataMap)
Deprecated.invoked whileFormRenderContextBuilder.build(IFormRequestContext)
-
Uses of SerializableJSONObject in de.xima.fc.interfaces.plugin.retval.form
Methods in de.xima.fc.interfaces.plugin.retval.form that return SerializableJSONObject Modifier and Type Method Description SerializableJSONObject
IPluginFormPreRenderRetVal. getMetaDataJSON()
The global JavaScript objectXFC_METADATA.pluginResults["pluginName"]
contains the data of all form pre render plugins as returned by this method. -
Uses of SerializableJSONObject in de.xima.fc.plugin.models.retval.form
Methods in de.xima.fc.plugin.models.retval.form that return SerializableJSONObject Modifier and Type Method Description SerializableJSONObject
PluginFormPreRenderRetVal. getMetaDataJSON()
Constructors in de.xima.fc.plugin.models.retval.form with parameters of type SerializableJSONObject Constructor Description PluginFormPreRenderRetVal(SerializableJSONObject metaDataJSON, boolean continueProcessing)
PluginFormPreRenderRetVal(SerializableJSONObject metaDataJSON, Map<String,List<String[]>> formValuesMap, boolean continueProcessing)
-
Uses of SerializableJSONObject in de.xima.fc.session
Methods in de.xima.fc.session that return SerializableJSONObject Modifier and Type Method Description SerializableJSONObject
FD2Session. getUserLdapData()
Deprecated.Methods in de.xima.fc.session with parameters of type SerializableJSONObject Modifier and Type Method Description void
FD2Session. setUserLdapData(SerializableJSONObject userLdapData)
Deprecated.
-