Uses of Interface
de.xima.fc.interfaces.plugin.param.form.IPluginFormPrePersistParams
Packages that use IPluginFormPrePersistParams
Package
Description
Package for API access to system configuration.
-
Uses of IPluginFormPrePersistParams in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type IPluginFormPrePersistParamsModifier and TypeMethodDescriptionPluginAPI.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 IPluginFormPrePersistParamsModifier and TypeMethodDescriptionIPluginHandler.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 IPluginFormPrePersistParamsModifier and TypeMethodDescriptionPluginHandler.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 IPluginFormPrePersistParamsModifier and TypeMethodDescriptionstatic 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 IPluginFormPrePersistParamsModifier and TypeMethodDescriptionIPluginFormPrePersist.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