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

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

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

Methods in fr.paris.lutece.plugins.pluginwizard.business.model that return PluginFeature
static PluginFeature PluginFeatureHome.create(PluginFeature pluginFeature, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Create an instance of the pluginFeature class
static PluginFeature PluginFeatureHome.findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a pluginFeature whose identifier is specified in parameter
 PluginFeature PluginFeatureDAO.load(int nIdFeature, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the pluginFeature from the table
 PluginFeature IPluginFeatureDAO.load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from the table
static PluginFeature PluginFeatureHome.update(PluginFeature pluginFeature, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the pluginFeature which is specified in parameter
 

Methods in fr.paris.lutece.plugins.pluginwizard.business.model that return types with arguments of type PluginFeature
static java.util.Collection<PluginFeature> PluginFeatureHome.findByPlugin(int nPluginId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns the collection of plugin features for a specific plugin
 java.util.Collection<PluginFeature> PluginModel.getPluginFeatures()
          Returns the list of plugin features
 java.util.Collection<PluginFeature> PluginFeatureDAO.selectFeatureByPlugin(int nPluginId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the pluginFeatures and returns them as a collection
 java.util.Collection<PluginFeature> IPluginFeatureDAO.selectFeatureByPlugin(int nPluginId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns a list of features by plugin
 

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

Method parameters in fr.paris.lutece.plugins.pluginwizard.business.model with type arguments of type PluginFeature
 void PluginModel.setPluginFeatures(java.util.Collection<PluginFeature> listPluginFeatures)
          Sets the list of plugin features
 

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

Method parameters in fr.paris.lutece.plugins.pluginwizard.service with type arguments of type PluginFeature
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.