Uses of Interface
de.xima.fc.interfaces.plugin.retval.form.IPluginFormPrePersistRetVal
-
Packages that use IPluginFormPrePersistRetVal 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.retval.form -
-
Uses of IPluginFormPrePersistRetVal in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return types with arguments of type IPluginFormPrePersistRetVal Modifier and Type Method Description Map<String,IPluginFormPrePersistRetVal>
PluginAPI. executeFormPrePersistPlugins(UserContext uc, Mandant mandant, IPluginFormPrePersistParams params)
-
Uses of IPluginFormPrePersistRetVal in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return types with arguments of type IPluginFormPrePersistRetVal Modifier and Type Method Description Map<String,IPluginFormPrePersistRetVal>
IPluginHandler. executeFormPrePersistPlugins(UserContext uc, Mandant mandant, IPluginFormPrePersistParams params)
-
Uses of IPluginFormPrePersistRetVal in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return types with arguments of type IPluginFormPrePersistRetVal Modifier and Type Method Description Map<String,IPluginFormPrePersistRetVal>
PluginHandler. executeFormPrePersistPlugins(UserContext uc, Mandant mandant, IPluginFormPrePersistParams params)
-
Uses of IPluginFormPrePersistRetVal in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return IPluginFormPrePersistRetVal Modifier and Type Method Description static IPluginFormPrePersistRetVal
PluginExecutor. executeFormPrePersist(IPluginFormPrePersist plugin, IPluginFormPrePersistParams params)
Executes a single form pre-persist plugin.Methods in de.xima.fc.plugin that return types with arguments of type IPluginFormPrePersistRetVal Modifier and Type Method Description 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 IPluginFormPrePersistRetVal in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form that return IPluginFormPrePersistRetVal Modifier and Type Method Description IPluginFormPrePersistRetVal
IPluginFormPrePersist. execute(IPluginFormPrePersistParams params)
The main method of this plugin. -
Uses of IPluginFormPrePersistRetVal in de.xima.fc.plugin.models.retval.form
Classes in de.xima.fc.plugin.models.retval.form that implement IPluginFormPrePersistRetVal Modifier and Type Class Description class
PluginGenericFormProcessingRetVal
-