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 SystemPluginSystemPluginDao. getByUUID(IEntityContext ec, String uuid)SystemPluginSystemPluginDao. 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 SystemPluginISystemPluginDao. getByUUID(IEntityContext ec, String uuid)Returns the system plugin with the given UUID stringSystemPluginISystemPluginDao. 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)Gets all plugins that areactive. -
Uses of SystemPlugin in de.xima.fc.entities
Methods in de.xima.fc.entities that return SystemPlugin Modifier and Type Method Description SystemPluginSystemPluginFile. getBaseEntity()Methods in de.xima.fc.entities with parameters of type SystemPlugin Modifier and Type Method Description voidSystemPluginFile. 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 voidSystemPluginBean. deleteInternPluginMessages(IEntityContext ec, PluginWrapperModel<SystemPlugin> plugin)protected booleanSystemPluginBean. deletePlugin(PluginWrapperModel<SystemPlugin> plugin)protected booleanSystemPluginBean. 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 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()
-