Uses of Class
de.xima.fc.gui.model.PluginWrapperModel
-
Packages that use PluginWrapperModel Package Description de.xima.fc.gui.bean.plugin de.xima.fc.gui.model.plugins -
-
Uses of PluginWrapperModel in de.xima.fc.gui.bean.plugin
Fields in de.xima.fc.gui.bean.plugin declared as PluginWrapperModel Modifier and Type Field Description protected PluginWrapperModel<E>
BasicPluginBean. selected
Fields in de.xima.fc.gui.bean.plugin with type parameters of type PluginWrapperModel Modifier and Type Field Description protected List<PluginWrapperModel<E>>
BasicPluginBean. all
protected List<PluginWrapperModel<E>>
BasicPluginBean. marked
Methods in de.xima.fc.gui.bean.plugin that return PluginWrapperModel Modifier and Type Method Description protected abstract PluginWrapperModel<E>
BasicPluginBean. getNewPlugin()
protected PluginWrapperModel<ClientPlugin>
ClientPluginBean. getNewPlugin()
protected PluginWrapperModel<SystemPlugin>
SystemPluginBean. getNewPlugin()
PluginWrapperModel<E>
BasicPluginBean. getPluginToDeactivate()
PluginWrapperModel<E>
BasicPluginBean. getSelected()
PluginWrapperModel<E>
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 PluginWrapperModel Modifier and Type Method Description List<PluginWrapperModel<E>>
BasicPluginBean. getAll()
List<PluginWrapperModel<E>>
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.List<PluginWrapperModel<E>>
BasicPluginBean. getMarked()
List<PluginWrapperModel<E>>
BasicPluginBean. getPluginsToDelete()
List<PluginWrapperModel<E>>
BasicPluginBean. markedWithUpdates()
Methods in de.xima.fc.gui.bean.plugin with parameters of type PluginWrapperModel Modifier and Type Method Description void
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)
File
BasicPluginBean. getPluginFile(PluginWrapperModel<E> plugin)
protected String
BasicPluginBean. getPluginKey(PluginWrapperModel<E> plugin)
String
BasicPluginBean. getPluginName(PluginWrapperModel<E> plugin)
org.primefaces.model.StreamedContent
BasicPluginBean. getSinglePlugin(PluginWrapperModel<E> plugin)
EPluginUpdateAvailability
BasicPluginBean. getUpdateStatus(PluginWrapperModel<E> plugin)
This method returns the current update status of a plugin from the pluginUpdateStatusMap.List<String>
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)
PluginWrapperModel<E>
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 PluginWrapperModel Modifier and Type Method Description protected 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 PluginWrapperModel Modifier and Type Method Description PluginWrapperModel<E>
SameChecksumPlugins. getSelectedPlugin()
Constructors in de.xima.fc.gui.model.plugins with parameters of type PluginWrapperModel Constructor Description SameChecksumPlugins(PluginWrapperModel<E> selectedPlugin, List<de.xima.proma.restclient.pub.gen.model.PublicStoreItemResource> pluginsWithSameChecksum)
-