Uses of Class
de.xima.fc.gui.model.PluginWrapperModel
Packages that use PluginWrapperModel
-
Uses of PluginWrapperModel in de.xima.fc.gui.bean.plugin
Fields in de.xima.fc.gui.bean.plugin declared as PluginWrapperModelFields in de.xima.fc.gui.bean.plugin with type parameters of type PluginWrapperModelModifier and TypeFieldDescriptionprotected List<PluginWrapperModel<E>>
BasicPluginBean.all
protected List<PluginWrapperModel<E>>
BasicPluginBean.marked
Methods in de.xima.fc.gui.bean.plugin that return PluginWrapperModelModifier and TypeMethodDescriptionprotected abstract PluginWrapperModel<E>
BasicPluginBean.getNewPlugin()
protected PluginWrapperModel<ClientPlugin>
ClientPluginBean.getNewPlugin()
protected PluginWrapperModel<SystemPlugin>
SystemPluginBean.getNewPlugin()
BasicPluginBean.getPluginToDeactivate()
BasicPluginBean.getSelected()
BasicPluginBean.updateAssignedPlugin
(PluginWrapperModel<E> plugin, String pluginKey, String repository) This method sets the plugin key for assigning the plugin to a plugin in proma and saving it in the database.Methods in de.xima.fc.gui.bean.plugin that return types with arguments of type PluginWrapperModelModifier and TypeMethodDescriptionBasicPluginBean.getAll()
BasicPluginBean.getAllPluginsByKey
(String key) This method returns a list of plugins which all have either the same plugin key in the database or in the manifest.BasicPluginBean.getMarked()
BasicPluginBean.getPluginsToDelete()
BasicPluginBean.markedWithUpdates()
Methods in de.xima.fc.gui.bean.plugin with parameters of type PluginWrapperModelModifier and TypeMethodDescriptionvoid
BasicPluginBean.activate
(PluginWrapperModel<E> plugin) When the user click on the button to activate a plugin.void
BasicPluginBean.checkPluginUpdate
(PluginWrapperModel<E> plugin) This method checks if the passed plugin needs an update.void
BasicPluginBean.deactivate
(PluginWrapperModel<E> plugin) void
BasicPluginBean.delete
(PluginWrapperModel<E> plugin) When the user clicks on the button to delete a plugin.protected abstract void
BasicPluginBean.deleteInternPluginMessages
(IEntityContext ec, PluginWrapperModel<E> plugin) This method deletes the internal update message of a plugin.protected void
ClientPluginBean.deleteInternPluginMessages
(IEntityContext ec, PluginWrapperModel<ClientPlugin> plugin) protected void
SystemPluginBean.deleteInternPluginMessages
(IEntityContext ec, PluginWrapperModel<SystemPlugin> plugin) protected abstract boolean
BasicPluginBean.deletePlugin
(PluginWrapperModel<E> plugin) protected boolean
ClientPluginBean.deletePlugin
(PluginWrapperModel<ClientPlugin> plugin) protected boolean
SystemPluginBean.deletePlugin
(PluginWrapperModel<SystemPlugin> plugin) protected boolean
BasicPluginBean.doesPluginKeyExist
(PluginWrapperModel<E> plugin, String currentPluginKey, String currentPluginFileKey) BasicPluginBean.getPluginFile
(PluginWrapperModel<E> plugin) protected String
BasicPluginBean.getPluginKey
(PluginWrapperModel<E> plugin) BasicPluginBean.getPluginName
(PluginWrapperModel<E> plugin) org.primefaces.model.StreamedContent
BasicPluginBean.getSinglePlugin
(PluginWrapperModel<E> plugin) BasicPluginBean.getUpdateStatus
(PluginWrapperModel<E> plugin) This method returns the current update status of a plugin from the pluginUpdateStatusMap.BasicPluginBean.getValidationErrorMessages
(PluginWrapperModel<E> plugin) boolean
BasicPluginBean.getValidationStatus
(PluginWrapperModel<E> plugin) boolean
BasicPluginBean.isLegacyPlugin
(PluginWrapperModel<E> plugin) void
BasicPluginBean.openPluginDeactivateDialog
(PluginWrapperModel<E> plugin, boolean isDeactivateWithSave) void
BasicPluginBean.openPluginDeleteDialog
(PluginWrapperModel<E> plugin) protected <R> StageChain<Void,
R> BasicPluginBean.preparePluginForUpdateCheck
(IPublicPromaInvocationContext pc, PluginWrapperModel<E> plugin) protected abstract boolean
BasicPluginBean.save
(PluginWrapperModel<E> plugin, boolean isUpdate) protected boolean
ClientPluginBean.save
(PluginWrapperModel<ClientPlugin> plugin, boolean isUpdate) protected boolean
SystemPluginBean.save
(PluginWrapperModel<SystemPlugin> plugin, boolean isUpdate) void
BasicPluginBean.setPluginToDeactivate
(PluginWrapperModel<E> pluginToDeactivate) void
BasicPluginBean.setPropertiesAfterActivation
(PluginWrapperModel<E> plugin) void
BasicPluginBean.setSelected
(PluginWrapperModel<E> selected) protected void
BasicPluginBean.setTempRuntimeFile
(PluginWrapperModel<E> plugin) protected <R> StageChain<Void,
R> BasicPluginBean.showUpdateAvailabilityMsg
(IPublicPromaInvocationContext pc, EPluginUpdateAvailability updateStatus, PluginWrapperModel<E> plugin) void
BasicPluginBean.update
(PluginWrapperModel<E> plugin, File updatedFile) BasicPluginBean.updateAssignedPlugin
(PluginWrapperModel<E> plugin, String pluginKey, String repository) This method sets the plugin key for assigning the plugin to a plugin in proma and saving it in the database.void
BasicPluginBean.updatePlugin
(PluginWrapperModel<E> plugin, boolean updateSelectedPlugin) Updates a plugin with the updated plugin version from proma.protected <R> StageChain<EPluginUpdateAvailability,
R> BasicPluginBean.updatePluginStatus
(IPublicPromaInvocationContext pc, PluginWrapperModel<E> plugin) Method parameters in de.xima.fc.gui.bean.plugin with type arguments of type PluginWrapperModelModifier and TypeMethodDescriptionprotected List<de.xima.proma.restclient.pub.gen.model.PublicStoreItemMetaResource>
BasicPluginBean.createStoreItemMetaResources
(List<PluginWrapperModel<E>> pluginList) void
BasicPluginBean.deletePlugins
(List<PluginWrapperModel<E>> pluginList) protected org.primefaces.model.StreamedContent
BasicPluginBean.getStreamedContent
(List<PluginWrapperModel<E>> plugins, String zipFileName) protected <R> StageChain<Void,
R> BasicPluginBean.insertPluginUpdateStates
(IPublicPromaInvocationContext pc, List<PluginWrapperModel<E>> pluginList) protected <R> StageChain<Void,
R> BasicPluginBean.insertPluginUpdateStatus
(IPublicPromaInvocationContext pc, List<PluginWrapperModel<E>> pluginList) void
BasicPluginBean.setMarked
(List<PluginWrapperModel<E>> marked) void
BasicPluginBean.setPluginsToDelete
(List<PluginWrapperModel<E>> pluginsToDelete) -
Uses of PluginWrapperModel in de.xima.fc.gui.model.plugins
Methods in de.xima.fc.gui.model.plugins that return PluginWrapperModelConstructors in de.xima.fc.gui.model.plugins with parameters of type PluginWrapperModelModifierConstructorDescriptionSameChecksumPlugins
(PluginWrapperModel<E> selectedPlugin, List<de.xima.proma.restclient.pub.gen.model.PublicStoreItemResource> pluginsWithSameChecksum)