Uses of Class
de.xima.fc.entities.SystemPlugin
-
Packages that use SystemPlugin Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.plugin de.xima.fc.ms.listener -
-
Uses of SystemPlugin in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return SystemPlugin Modifier and Type Method Description SystemPlugin
SystemPluginDao. getByUUID(IEntityContext ec, String uuid)
SystemPlugin
SystemPluginDao. getByUUID(IEntityContext ec, UUID uuid)
Methods in de.xima.fc.dao.impl that return types with arguments of type SystemPlugin Modifier and Type Method Description List<SystemPlugin>
SystemPluginDao. getActivePlugins(IEntityContext ec, boolean remoteOnly)
-
Uses of SystemPlugin in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return SystemPlugin Modifier and Type Method Description SystemPlugin
ISystemPluginDao. getByUUID(IEntityContext ec, String uuid)
Returns the system plugin with the given UUID stringSystemPlugin
ISystemPluginDao. 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 SystemPlugin Modifier and Type Method Description List<SystemPlugin>
ISystemPluginDao. getActivePlugins(IEntityContext ec, boolean remoteOnly)
-
Uses of SystemPlugin in de.xima.fc.entities
Methods in de.xima.fc.entities that return SystemPlugin Modifier and Type Method Description SystemPlugin
SystemPluginFile. getBaseEntity()
Methods in de.xima.fc.entities with parameters of type SystemPlugin Modifier and Type Method Description void
SystemPluginFile. setBaseEntity(SystemPlugin baseEntity)
-
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 SystemPlugin Modifier and Type Method Description protected PluginWrapperModel<SystemPlugin>
SystemPluginBean. getNewPlugin()
Method parameters in de.xima.fc.gui.bean.plugin with type arguments of type SystemPlugin Modifier and Type Method Description protected boolean
SystemPluginBean. deletePlugin(PluginWrapperModel<SystemPlugin> plugin)
protected boolean
SystemPluginBean. save(PluginWrapperModel<SystemPlugin> plugin)
-
Uses of SystemPlugin in de.xima.fc.ms.listener
Methods in de.xima.fc.ms.listener that return types with arguments of type SystemPlugin Modifier and Type Method Description static de.xima.cmn.dao.interfaces.IDaoActionListener<SystemPlugin,IEntityContext>
PluginSyncListener. getSystemPluginDelListener()
static de.xima.cmn.dao.interfaces.IDaoActionListener<SystemPlugin,IEntityContext>
PluginSyncListener. getSystemPluginSyncListener()
-