Uses of Class
de.xima.fc.entities.SystemPlugin
Packages that use SystemPlugin
Package
Description
Package für Datenbankentitäten
-
Uses of SystemPlugin in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return SystemPluginModifier and TypeMethodDescriptionSystemPluginDao.getByUUID
(IEntityContext ec, String uuid) SystemPluginDao.getByUUID
(IEntityContext ec, UUID uuid) Methods in de.xima.fc.dao.impl that return types with arguments of type SystemPluginModifier and TypeMethodDescriptionSystemPluginDao.getActivePlugins
(IEntityContext ec, boolean remoteOnly) -
Uses of SystemPlugin in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return SystemPluginModifier and TypeMethodDescriptionISystemPluginDao.getByUUID
(IEntityContext ec, String uuid) Returns the system plugin with the given UUID stringISystemPluginDao.getByUUID
(IEntityContext ec, UUID uuid) Returns the system plugin with the given UUIDMethods in de.xima.fc.dao.interfaces that return types with arguments of type SystemPluginModifier and TypeMethodDescriptionISystemPluginDao.getActivePlugins
(IEntityContext ec, boolean remoteOnly) Gets all plugins that areactive
. -
Uses of SystemPlugin in de.xima.fc.entities
Methods in de.xima.fc.entities that return SystemPluginMethods in de.xima.fc.entities with parameters of type SystemPlugin -
Uses of SystemPlugin in de.xima.fc.gui.bean.plugin
Methods in de.xima.fc.gui.bean.plugin that return types with arguments of type SystemPluginModifier and TypeMethodDescriptionprotected PluginWrapperModel<SystemPlugin>
SystemPluginBean.getNewPlugin()
Method parameters in de.xima.fc.gui.bean.plugin with type arguments of type SystemPluginModifier and TypeMethodDescriptionprotected void
SystemPluginBean.deleteInternPluginMessages
(IEntityContext ec, PluginWrapperModel<SystemPlugin> plugin) protected boolean
SystemPluginBean.deletePlugin
(PluginWrapperModel<SystemPlugin> plugin) protected boolean
SystemPluginBean.save
(PluginWrapperModel<SystemPlugin> plugin, boolean isUpdate) -
Uses of SystemPlugin in de.xima.fc.ms.listener
Methods in de.xima.fc.ms.listener that return types with arguments of type SystemPluginModifier and TypeMethodDescriptionstatic de.xima.cmn.dao.interfaces.IDaoActionListener<SystemPlugin,
IEntityContext> PluginSyncListener.getSystemPluginDelListener()
static de.xima.cmn.dao.interfaces.IDaoActionListener<SystemPlugin,
IEntityContext> PluginSyncListener.getSystemPluginSyncListener()