Uses of Class
fr.paris.lutece.plugins.pluginwizard.business.model.PluginPortlet

Packages that use PluginPortlet
fr.paris.lutece.plugins.pluginwizard.business.model   
fr.paris.lutece.plugins.pluginwizard.service   
 

Uses of PluginPortlet in fr.paris.lutece.plugins.pluginwizard.business.model
 

Methods in fr.paris.lutece.plugins.pluginwizard.business.model that return PluginPortlet
static PluginPortlet PluginPortletHome.create(PluginPortlet pluginPortlet, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Create an instance of the pluginPortlet class
static PluginPortlet PluginPortletHome.findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a pluginPortlet whose identifier is specified in parameter
 PluginPortlet IPluginPortletDAO.load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from the table
 PluginPortlet PluginPortletDAO.load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the pluginPortlet from the table
static PluginPortlet PluginPortletHome.update(PluginPortlet pluginPortlet, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the pluginPortlet which is specified in parameter
 

Methods in fr.paris.lutece.plugins.pluginwizard.business.model that return types with arguments of type PluginPortlet
static java.util.Collection<PluginPortlet> PluginPortletHome.findByPlugin(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a pluginPortlet whose identifier is specified in parameter
 java.util.Collection<PluginPortlet> PluginModel.getPluginPortlets()
          Returns the list of plugin portlets
static java.util.Collection<PluginPortlet> PluginPortletHome.getPluginPortletsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the pluginPortlet objects and returns them in form of a collection
 java.util.Collection<PluginPortlet> IPluginPortletDAO.selectPluginPortletsList(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          A collection of portlets related to the generated plugin
 java.util.Collection<PluginPortlet> PluginPortletDAO.selectPluginPortletsList(int nPluginId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns a collection of portlets associated to the generated plugin
 java.util.Collection<PluginPortlet> IPluginPortletDAO.selectPluginPortletsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the pluginPortlet objects and returns them as a collection
 java.util.Collection<PluginPortlet> PluginPortletDAO.selectPluginPortletsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the pluginPortlets and returns them as a collection
 

Methods in fr.paris.lutece.plugins.pluginwizard.business.model with parameters of type PluginPortlet
static PluginPortlet PluginPortletHome.create(PluginPortlet pluginPortlet, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Create an instance of the pluginPortlet class
 void IPluginPortletDAO.insert(PluginPortlet pluginPortlet, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void PluginPortletDAO.insert(PluginPortlet pluginPortlet, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void IPluginPortletDAO.store(PluginPortlet pluginPortlet, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 void PluginPortletDAO.store(PluginPortlet pluginPortlet, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
static PluginPortlet PluginPortletHome.update(PluginPortlet pluginPortlet, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the pluginPortlet which is specified in parameter
 

Method parameters in fr.paris.lutece.plugins.pluginwizard.business.model with type arguments of type PluginPortlet
 void PluginModel.setPluginPortlets(java.util.Collection<PluginPortlet> listPluginPortlets)
          Sets the list of plugin portlets
 

Uses of PluginPortlet in fr.paris.lutece.plugins.pluginwizard.service
 

Methods in fr.paris.lutece.plugins.pluginwizard.service with parameters of type PluginPortlet
static java.lang.String SourceCodeGenerator.getPortletFile(PluginPortlet portlet, java.lang.String strPluginName, int nPortletFileType)
          Produces text content of java file used to build a portlet
static java.lang.String SourceCodeGenerator.getPortletHtmlTemplate(PluginPortlet portlet, java.lang.String strPluginName, int nPortletTemplateType)
          Produces text content of the html template for a portlet
static java.lang.String SourceCodeGenerator.getPortletJspBean(PluginPortlet portlet, java.lang.String strPluginName)
          Gets the Portlet Jsp Bean
static java.lang.String SourceCodeGenerator.getPortletJspFile(PluginPortlet portlet, java.lang.String strPluginName, int nPortletJspType)
          Gets the portlet Jsp File
static java.lang.String SourceCodeGenerator.getPortletXsl(PluginPortlet portlet, java.lang.String strPluginName)
          Fetches the xsl corresponding to a portlet
 

Method parameters in fr.paris.lutece.plugins.pluginwizard.service with type arguments of type PluginPortlet
static java.lang.String SourceCodeGenerator.getSqlScript(int nSqlType, PluginModel pluginModel, java.util.Collection<BusinessClass> listBusinessClasses, java.util.Collection<PluginFeature> listFeatures, java.util.Collection<PluginApplication> listApplcations, java.util.Collection<PluginPortlet> listPortlets)
          Returns the necessary sql dump of creation of plugin and core
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.