Uses of Class
de.xima.fc.gui.model.PluginWrapperModel
-
Packages that use PluginWrapperModel Package Description de.xima.fc.gui.bean.plugin -
-
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. getSelected()
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. getMarked()
Methods in de.xima.fc.gui.bean.plugin with parameters of type PluginWrapperModel Modifier and Type Method Description void
BasicPluginBean. activate(PluginWrapperModel<?> plugin)
void
BasicPluginBean. deactivate(PluginWrapperModel<?> plugin)
void
BasicPluginBean. delete(PluginWrapperModel<E> plugin)
protected abstract boolean
BasicPluginBean. deletePlugin(PluginWrapperModel<E> plugin)
protected boolean
ClientPluginBean. deletePlugin(PluginWrapperModel<ClientPlugin> plugin)
protected boolean
SystemPluginBean. deletePlugin(PluginWrapperModel<SystemPlugin> plugin)
org.primefaces.model.StreamedContent
BasicPluginBean. getSinglePlugin(PluginWrapperModel<E> plugin)
protected abstract boolean
BasicPluginBean. save(PluginWrapperModel<E> plugin)
protected boolean
ClientPluginBean. save(PluginWrapperModel<ClientPlugin> plugin)
protected boolean
SystemPluginBean. save(PluginWrapperModel<SystemPlugin> plugin)
void
BasicPluginBean. setSelected(PluginWrapperModel<E> selected)
Method parameters in de.xima.fc.gui.bean.plugin with type arguments of type PluginWrapperModel Modifier and Type Method Description protected org.primefaces.model.StreamedContent
BasicPluginBean. getStreamedContent(List<PluginWrapperModel<E>> plugins, String zipFileName)
void
BasicPluginBean. setMarked(List<PluginWrapperModel<E>> marked)
-