|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Template | |
---|---|
fr.paris.lutece.plugins.phraseanet.business.template |
Uses of Template in fr.paris.lutece.plugins.phraseanet.business.template |
---|
Methods in fr.paris.lutece.plugins.phraseanet.business.template that return Template | |
---|---|
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 |
Methods in fr.paris.lutece.plugins.phraseanet.business.template that return types with arguments of type Template | |
---|---|
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 |
Methods in fr.paris.lutece.plugins.phraseanet.business.template with parameters of type Template | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |