static <TBean extends IPluginGenericCustomGUIBean,TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>> PluginBeanHelper<TBean,TPlugin> | 
PluginBeanHelper.forCurrentApplicationScope(TPlugin plugin,
                          Mandant client,
                          PluginBeanOptions pluginBeanOptions) | 
 A new helper for application scoped beans of the given plugin. 
 | 
static <TBean extends IPluginGenericCustomGUIBean,TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>> PluginBeanHelper<TBean,TPlugin> | 
PluginBeanHelper.forCurrentRequestScope(TPlugin plugin,
                      Mandant client,
                      PluginBeanOptions pluginBeanOptions) | 
 A new helper for application request beans of the given plugin. 
 | 
static <TBean extends IPluginGenericCustomGUIBean,TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>> PluginBeanHelper<TBean,TPlugin> | 
PluginBeanHelper.forCurrentSessionScope(TPlugin plugin,
                      Mandant client,
                      PluginBeanOptions pluginBeanOptions) | 
 A new helper for session scoped beans of the given plugin. 
 | 
static <TBean extends IPluginGenericCustomGUIBean,TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>> PluginBeanHelper<TBean,TPlugin> | 
PluginBeanHelper.forCurrentViewScope(TPlugin plugin,
                   Mandant client,
                   PluginBeanOptions pluginBeanOptions) | 
 A new helper for view scoped beans of the given plugin. 
 |