|
||||||||||
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 |
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 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 |
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 |
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 that return PluginModel | |
---|---|
static PluginModel |
ModelService.getPluginModel(int nPluginId)
Returns the plugin model |
static PluginModel |
MapperService.readJson(String strJson)
Read a JSON String to fill a model |
Methods in fr.paris.lutece.plugins.pluginwizard.service with parameters of type PluginModel | |
---|---|
static Application |
ModelService.getApplication(PluginModel pm,
int nApplicationId)
Get a given application |
static List<BusinessClass> |
ModelService.getBusinessClassesByFeature(PluginModel pm,
int nFeatureId)
Gets all business classes for a given Feature |
static String |
MapperService.getJson(PluginModel model)
Transform the model into a JSON String |
static void |
ModelService.savePluginModel(PluginModel pm)
Save the plugin model |
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 | |
---|---|
protected String |
AbstractGenerator.build(PluginModel pm)
Build the code |
protected String |
AbstractGenerator.build(String strTemplate,
PluginModel pm)
Build the code |
Map |
ResourcesGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
Map |
PortletJspGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
Map |
PortletTemplateGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
Map |
AdminJspControllerGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
Map |
PortletGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
Map |
AdminTemplateGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
Map |
PortletXslGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
Map |
PomGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
Map |
XPageGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
Map |
PropertiesGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
Map |
SqlCodeGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
Map |
SpringContextXmlGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
Map |
SiteDocumentationGenerator.generate(PluginModel pm)
|
Map |
AdminJspBeanGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
Map |
Generator.generate(PluginModel pluginModel)
Visiting parts of the file tree structure |
Map |
PortletJspBeanGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
Map |
PluginXmlGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
Map |
AdminJspGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
Map |
BusinessClassGenerator.generate(PluginModel pm)
Visiting parts of the file tree structure |
protected Map |
AbstractFileGenerator.generateFile(PluginModel pm)
Produces the file code in a map |
protected String |
PomGenerator.getCode(PluginModel pm)
Produces the code |
protected String |
AbstractFileGenerator.getCode(PluginModel pm)
Produces the code |
protected String |
PluginXmlGenerator.getCode(PluginModel pm)
Produces the code |
protected String |
PomGenerator.getFilename(PluginModel pm)
Get the filename |
protected String |
PropertiesGenerator.getFilename(PluginModel pm)
Get the filename |
protected abstract String |
AbstractFileGenerator.getFilename(PluginModel pm)
Get the filename |
protected String |
SpringContextXmlGenerator.getFilename(PluginModel pm)
Get the filename |
protected String |
PluginXmlGenerator.getFilename(PluginModel pm)
Get the filename |
protected String |
AbstractFileGenerator.getFilePath(PluginModel pm)
Produces the code |
protected String |
AbstractGenerator.getFilePath(PluginModel pm,
String strPath,
String strFilename)
Build the file path |
Map<String,String> |
GeneratorService.getGeneratedSources(fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel model,
int nScheme)
Generate Sources |
protected Map<String,Object> |
AbstractGenerator.getModel(PluginModel pm)
Return the model filled with the plugin model |
static void |
PluginXmlGenerator.setJspName(PluginModel pm)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |