Package | Description |
---|---|
fr.paris.lutece.plugins.phraseanet.business.template |
Modifier and Type | Method and Description |
---|---|
static Template |
TemplateHome.create(Template template)
Create an instance of the Template class
|
static Template |
TemplateHome.findByPrimaryKey(String strMediaType)
Returns an instance of a Template whose identifier is specified in parameter
|
Template |
ITemplateDAO.load(String strMediaType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Template |
TemplateDAO.load(String strMediaType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Template from the table
|
static Template |
TemplateHome.update(Template template)
Update of the Template data specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<Template> |
TemplateHome.findAll()
Load the data of all the Template objects and returns them in form of a collection
|
List<Template> |
ITemplateDAO.selectTemplatesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the Template objects and returns them as a List
|
List<Template> |
TemplateDAO.selectTemplatesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the Templates and returns them as a List
|
Modifier and Type | Method and Description |
---|---|
static Template |
TemplateHome.create(Template template)
Create an instance of the Template class
|
void |
ITemplateDAO.insert(Template template,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
TemplateDAO.insert(Template template,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
ITemplateDAO.store(Template template,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
TemplateDAO.store(Template template,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static Template |
TemplateHome.update(Template template)
Update of the Template data specified in parameter
|
Copyright © 2018 City of Paris. All rights reserved.