Uses of Interface
de.xima.fc.interfaces.plugin.param.form.IPluginFormPrePersistParams
-
Packages that use IPluginFormPrePersistParams Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.plugin de.xima.fc.plugin.interfaces.form de.xima.fc.plugin.models.params.form -
-
Uses of IPluginFormPrePersistParams in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type IPluginFormPrePersistParams Modifier and Type Method Description Map<String,IPluginFormPrePersistRetVal>
PluginAPI. executeFormPrePersistPlugins(UserContext uc, Mandant mandant, IPluginFormPrePersistParams params)
-
Uses of IPluginFormPrePersistParams in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type IPluginFormPrePersistParams Modifier and Type Method Description Map<String,IPluginFormPrePersistRetVal>
IPluginHandler. executeFormPrePersistPlugins(UserContext uc, Mandant mandant, IPluginFormPrePersistParams params)
-
Uses of IPluginFormPrePersistParams in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type IPluginFormPrePersistParams Modifier and Type Method Description Map<String,IPluginFormPrePersistRetVal>
PluginHandler. executeFormPrePersistPlugins(UserContext uc, Mandant mandant, IPluginFormPrePersistParams params)
-
Uses of IPluginFormPrePersistParams in de.xima.fc.plugin
Methods in de.xima.fc.plugin with parameters of type IPluginFormPrePersistParams Modifier and Type Method Description static IPluginFormPrePersistRetVal
PluginExecutor. executeFormPrePersist(IPluginFormPrePersist plugin, IPluginFormPrePersistParams params)
Executes a single form pre-persist plugin.static Map<String,IPluginFormPrePersistRetVal>
PluginExecutor. executeFormPrePersist(UserContext uc, Mandant mandant, IPluginFormPrePersistParams params)
Runs all pre-persist plugins for the given client, and returns all results the plugins returned. -
Uses of IPluginFormPrePersistParams in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form with parameters of type IPluginFormPrePersistParams Modifier and Type Method Description IPluginFormPrePersistRetVal
IPluginFormPrePersist. execute(IPluginFormPrePersistParams params)
The main method of this plugin. -
Uses of IPluginFormPrePersistParams in de.xima.fc.plugin.models.params.form
Classes in de.xima.fc.plugin.models.params.form that implement IPluginFormPrePersistParams Modifier and Type Class Description class
PluginFormPrePersistParams
-