Package | Description |
---|---|
fr.paris.lutece.plugins.forms.modules.template.business |
Modifier and Type | Method and Description |
---|---|
static Template |
TemplateStepHome.findByPrimaryKey(int nKey)
Returns an instance of a template whose identifier is specified in parameter
|
Template |
ITemplateStepDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Template |
TemplateStepDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Modifier and Type | Method and Description |
---|---|
List<Template> |
ITemplateStepDAO.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load all templates
|
List<Template> |
TemplateStepDAO.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static List<Template> |
TemplateStepHome.getAllTemplates()
Loads all templates
|
Modifier and Type | Method and Description |
---|---|
static void |
TemplateStepHome.create(Template template)
Create an instance of the template class
|
void |
ITemplateStepDAO.insert(Template template,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
TemplateStepDAO.insert(Template template,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
ITemplateStepDAO.store(Template template,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
TemplateStepDAO.store(Template template,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static void |
TemplateStepHome.update(Template template)
Update of the template which is specified in parameter
|
Copyright © 2022 City of Paris. All rights reserved.