|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginModel | |
---|---|
fr.paris.lutece.plugins.pluginwizard.business.model | |
fr.paris.lutece.plugins.pluginwizard.service | |
fr.paris.lutece.plugins.pluginwizard.service.generator |
Uses of PluginModel in fr.paris.lutece.plugins.pluginwizard.business.model |
---|
Methods in fr.paris.lutece.plugins.pluginwizard.business.model that return PluginModel | |
---|---|
static PluginModel |
PluginModelHome.create(PluginModel pluginModel,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the pluginModel class |
static PluginModel |
PluginModelHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a pluginModel whose identifier is specified in parameter |
PluginModel |
PluginModelDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the pluginModel from the table |
PluginModel |
IPluginModelDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
static PluginModel |
PluginModelHome.update(PluginModel pluginModel,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the pluginModel which is specified in parameter |
Methods in fr.paris.lutece.plugins.pluginwizard.business.model that return types with arguments of type PluginModel | |
---|---|
static java.util.Collection<PluginModel> |
PluginModelHome.getPluginModelsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the pluginModel objects and returns them in form of a collection |
java.util.Collection<PluginModel> |
PluginModelDAO.selectPluginModelsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the pluginModels and returns them as a collection |
java.util.Collection<PluginModel> |
IPluginModelDAO.selectPluginModelsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the pluginModel objects and returns them as a collection |
Methods in fr.paris.lutece.plugins.pluginwizard.business.model with parameters of type PluginModel | |
---|---|
static PluginModel |
PluginModelHome.create(PluginModel pluginModel,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the pluginModel class |
void |
PluginModelDAO.insert(PluginModel pluginModel,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IPluginModelDAO.insert(PluginModel pluginModel,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
PluginModelDAO.store(PluginModel pluginModel,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IPluginModelDAO.store(PluginModel pluginModel,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static PluginModel |
PluginModelHome.update(PluginModel pluginModel,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the pluginModel which is specified in parameter |
Uses of PluginModel in fr.paris.lutece.plugins.pluginwizard.service |
---|
Methods in fr.paris.lutece.plugins.pluginwizard.service with parameters of type PluginModel | |
---|---|
static java.lang.String |
SourceCodeGenerator.getJspBeanCode(PluginModel pluginModel,
java.util.Collection<BusinessClass> listBusinessClasses)
Return JspBean code |
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 |
Uses of PluginModel in fr.paris.lutece.plugins.pluginwizard.service.generator |
---|
Methods in fr.paris.lutece.plugins.pluginwizard.service.generator with parameters of type PluginModel | |
---|---|
java.util.HashMap |
BackOfficeTemplateCodeGenerator.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visits the path and verifies if Back office tempklate is relevant |
java.util.HashMap |
PortletTemplateGenerator.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visit the path and verifies if Portlet templates is relevant to be generated |
java.util.HashMap |
JspBeanCodeGenerator.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visits the path and verifies if JspBean is relevant |
java.util.HashMap |
PortletGenerator.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visits the path and verifies if Portlet files is relevant to be generated |
java.util.HashMap |
BackOfficeJspGenerator.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visits the path and verifies if Portlet templates is relevant to be generated |
java.util.HashMap |
PortletXslGenerator.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visits the path and verifies whether portlet xsl files needed |
java.util.HashMap |
PomGenerator.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visits the path and verifies xml plugin description file is needed |
java.util.HashMap |
XPageGenerator.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visit the path and verifies whether xpages are relevant to be generated |
java.util.HashMap |
PortletJspFilesGenerator.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visits the path and verifies whether portlet jsp files are needed |
java.util.HashMap |
PropertiesGenerator.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visits the path and verifies whether properties file is needed |
java.util.HashMap |
SqlCodeGenerator.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visit the path and verifies if sql files are relevant to be generated |
java.util.HashMap |
Visitor.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visiting parts of the file tree structure |
java.util.HashMap |
SpringContextXmlGenerator.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visits the path and verifies whether spring context is needed |
java.util.HashMap |
PortletJspBeanGenerator.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visits the path and verifies if PortletJspBean is relevant to be generated |
java.util.HashMap |
PluginXmlGenerator.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visits the path and verifies xml plugin description file is needed |
java.util.HashMap |
ResourcesCodeGenerator.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visits the path and verifies whether resouce files are needed |
java.util.HashMap |
BusinessClassCodeGenerator.visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visits the path and verifies if Business class is relevant |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |