public interface ITemplateStepDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
List<Template> |
findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load all templates
|
void |
insert(Template template,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
Template |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
void |
store(Template template,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(Template template, fr.paris.lutece.portal.service.plugin.Plugin plugin)
template
- instance of the Step object to insertplugin
- the Pluginvoid store(Template template, fr.paris.lutece.portal.service.plugin.Plugin plugin)
template
- the reference of the Templateplugin
- the Pluginvoid delete(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the Template to deleteplugin
- the PluginTemplate load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the templateplugin
- the PluginCopyright © 2022 City of Paris. All rights reserved.